@if(!extractor.contributors.isEmpty) {
}
@if(!extractor.external_services.isEmpty) {
}
@if(!extractor.bibtex.isEmpty && !extractor.bibtex.head.isEmpty) {
}
@if(extractor.process != null) {
@if(extractor.process.dataset != null && !extractor.process.dataset.isEmpty) {
}
@if(extractor.process.file != null && !extractor.process.file.isEmpty) {
}
@if(extractor.process.metadata != null && !extractor.process.metadata.isEmpty) {
}
}