List publications.

Fields

id (integer)

Primary key.

name (string)

Name of doctoral school.

emails (string[])

Contact emails.

Expansions

To activate relation expansion add the desired fields as a comma separated list to the expand query parameter like this:

?expand=<field>,<field>,<field>,...

The following relational fields can be expanded:

  • persons
  • category
  • document
  • organization_authorship

Filters

To filter for exact value matches:

?<fieldname>=<value>

Possible exact filters:

  • year
  • category
  • document
  • persons

For advanced filtering use lookups:

?<fieldname>__<lookup>=<value>

All fields with advanced lookups can also be used for exact value matches as described above.

Possible advanced lookups:

  • year: gt, gte, lt, lte
  • sci: iexact, contains, icontains, startswith, istartswith
  • pubmed: iexact, contains, icontains, startswith, istartswith
  • doi: iexact, contains, icontains, startswith, istartswith
  • pmc: iexact, contains, icontains, startswith, istartswith
  • organization_authorship: in
  • impact: isnull, gt, gte, lt, lte
  • imported: isnull, gt, gte, lt, lte, date
GET /v1/research/publication/?format=api&offset=157240&ordering=year
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157496,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=157260&ordering=year",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=157220&ordering=year",
    "results": [
        {
            "id": 220019,
            "title": "Extrazelluläre Vesikel aus verbrannter Haut: Eine neue zellfreie Strategie zur \r\nFörderung der Hautregeneration nach thermischer Verletzung.",
            "abstract": null,
            "authors": [
                "Hutter, M.F.",
                "Chogan, F",
                "Chen, Y",
                "Kotzbeck, P",
                "Tedesco, D",
                "Farahat, M",
                "Douglas, A",
                "Kamolz, LP",
                "Jeschke, M.G."
            ],
            "year": 2026,
            "source": "DAV, 43. Jahrestagung; JAN 14-17, 2026; Badenweiler, GERMANY. 2026. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220019-14076"
            ],
            "persons": [
                "220019-80111",
                "220019-95211",
                "220019-116804"
            ],
            "imported": "2026-01-20T11:30:55+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 220031,
            "title": "Einsatz von Fischhaut in der Brandverletzten-Behandlung – Erfahrungen und \r\nPerspektiven einer innovativen Therapieoption.",
            "abstract": null,
            "authors": [
                "Kamolz, LP"
            ],
            "year": 2026,
            "source": "DAV, 43. Jahrestagung; JAN 14-17, 2026; Badenweiler, GERMANY. 2026. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220031-14076"
            ],
            "persons": [
                "220031-80111"
            ],
            "imported": "2026-01-20T11:50:05+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 220032,
            "title": "Lunchsymposium Kerecis; Wundheilung mit Fischhaut: Vom molekularen Verständnis zum klinischen Nutzen.",
            "abstract": null,
            "authors": [
                "Pignet, A.L."
            ],
            "year": 2026,
            "source": "DAV, 43. Jahrestagung; JAN 14-17, 2026; Badenweiler, GERMANY. 2026. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220032-14076"
            ],
            "persons": [
                "220032-111830"
            ],
            "imported": "2026-01-20T11:51:40+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 220027,
            "title": "Comparison between laparoscopy and retroperitoneoscopy for partial nephrectomy in children. ",
            "abstract": null,
            "authors": [
                "Till, H"
            ],
            "year": 2026,
            "source": "Master Course on Pediatric Urology ; JAN 19-20 , 2026; Bologna, ITALY . 2026. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220027-14049"
            ],
            "persons": [
                "220027-83445"
            ],
            "imported": "2026-01-20T11:45:02+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 220009,
            "title": "Dynamik der Geweberegeneration nach tiefdermalen Verbrennungen.",
            "abstract": null,
            "authors": [
                "Prevedl, M",
                "Pignet, A.-L.",
                "Moshammer, M",
                "Fink, J",
                "Funk, M",
                "Bernardelli de Mattos, I",
                "Madl, T",
                "Einsiedler, J",
                "Eberl, A",
                "Hahn, D",
                "Hecker, A",
                "Birngruber, T",
                "Kamolz, LP",
                "Kotzbeck, P",
                "Hofmann, E"
            ],
            "year": 2026,
            "source": "DAV, 43. Jahrestagung\r\n; JAN 14-17, 2026; Badenweiler, GERMANY. 2026. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220009-14012",
                "220009-14076"
            ],
            "persons": [
                "220009-100699",
                "220009-106534",
                "220009-111830",
                "220009-89900",
                "220009-91207",
                "220009-99699",
                "220009-117826",
                "220009-124934",
                "220009-80111",
                "220009-95211"
            ],
            "imported": "2026-01-20T11:07:35+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 220025,
            "title": "Ein standardisierter Katalog von Verbrennungstiefen in Abhängigkeit von \r\nTemperatur und Verbrennungsdauer im Schweinemodell.",
            "abstract": null,
            "authors": [
                "Moshammer, M",
                "Prevedel, M",
                "Villa-Garcia, A",
                "Kamolz, LP",
                "Kotzbeck, P",
                "Hofmann, E",
                "Fößl",
                "I"
            ],
            "year": 2026,
            "source": "DAV, 43. Jahrestagung; JAN 14-17, 2026; Badenweiler, GERMANY. 2026. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220025-14076",
                "220025-14080"
            ],
            "persons": [
                "220025-100699",
                "220025-80111",
                "220025-95211",
                "220025-121189",
                "220025-124934",
                "220025-89900",
                "220025-98005"
            ],
            "imported": "2026-01-20T11:40:18+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 220029,
            "title": "Der Einsatz von Supra SDRM® bei therapierefraktären chronischen Wunden.",
            "abstract": null,
            "authors": [
                "Moshammer, M",
                "Hecker, A",
                "Watzinger, N",
                "Ana, A",
                "Lüttschwager, S",
                "Pignet, A.L.",
                "Kotzbeck, P",
                "Kamolz, LP"
            ],
            "year": 2026,
            "source": "DAV, 43. Jahrestagung; JAN 14-17, 2026; Badenweiler, GERMANY. 2026. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220029-14018",
                "220029-14076"
            ],
            "persons": [
                "220029-111830",
                "220029-106534",
                "220029-124934",
                "220029-80111",
                "220029-95211"
            ],
            "imported": "2026-01-20T11:47:34+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 220020,
            "title": "Chair: Forschung 2",
            "abstract": null,
            "authors": [
                "Kotzbeck, P"
            ],
            "year": 2026,
            "source": "DAV, 43. Jahrestagung; JAN 14-17, 2026; Badenweiler, GERMANY. 2026. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220020-14076"
            ],
            "persons": [
                "220020-95211"
            ],
            "imported": "2026-01-20T11:33:05+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 220022,
            "title": "Entwicklung eines ex-vivo-Hautwundheilungsmodells für Exzisions- und \r\nVerbrennungswunden.",
            "abstract": null,
            "authors": [
                "Kotzbeck, P",
                "Fößl, I",
                "Fink, J",
                "Moshammer, M",
                "Schwarz, A",
                "Prevedel, M",
                "Kamolz, LP",
                "Hofmann",
                "E"
            ],
            "year": 2026,
            "source": "DAV, 43. Jahrestagung; JAN 14-17, 2026; Badenweiler, GERMANY. 2026. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220022-14076",
                "220022-14080"
            ],
            "persons": [
                "220022-90618",
                "220022-95211",
                "220022-100699",
                "220022-117826",
                "220022-124934",
                "220022-80111",
                "220022-89900",
                "220022-98005"
            ],
            "imported": "2026-01-20T11:35:14+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 220026,
            "title": "Panel Discussion: Chirurgisches Vorgehen.",
            "abstract": null,
            "authors": [
                "Kamolz, LP"
            ],
            "year": 2026,
            "source": "DAV, 43. Jahrestagung; JAN 14-17, 2026; Badenweiler, GERMANY. 2026. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220026-14076"
            ],
            "persons": [
                "220026-80111"
            ],
            "imported": "2026-01-20T11:44:15+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 220034,
            "title": "Der Einfluss von multiresistenten Erregern auf das Überleben nach \r\nBrandverletzungen",
            "abstract": null,
            "authors": [
                "Smolle, C",
                "Faustmann, L",
                "Geißler, J. C. J.",
                "Kamolz, LP"
            ],
            "year": 2026,
            "source": "DAV, 43. Jahrestagung; JAN 14-17, 2026; Badenweiler, GERMANY. 2026. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220034-14076"
            ],
            "persons": [
                "220034-70620",
                "220034-97446",
                "220034-80111"
            ],
            "imported": "2026-01-20T11:54:43+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 220035,
            "title": "Epidemiologie ziviler Ukrainischer Kriegsopfer in Österreich.",
            "abstract": null,
            "authors": [
                "Smolle, C",
                "Geißler,  J. C. J.",
                "Mayrhofer, M",
                "Bauer, B",
                "Schintler, M",
                "Girsch, W",
                "Kamolz, LP"
            ],
            "year": 2026,
            "source": "DAV, 43. Jahrestagung; JAN 14-17, 2026; Badenweiler, GERMANY. 2026. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220035-14045",
                "220035-14076"
            ],
            "persons": [
                "220035-51887",
                "220035-70620",
                "220035-97446",
                "220035-111367",
                "220035-111408",
                "220035-80111"
            ],
            "imported": "2026-01-20T11:57:29+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 219797,
            "title": "A Large-Scale Genome-wide Association Study of Blood Pressure Accounting for Gene-Depressive Symptomatology Interactions in 564,680 Individuals from Diverse Populations.",
            "abstract": null,
            "authors": [
                "Lee, S",
                "Miller, CL",
                "Bentley, AR",
                "Brown, MR",
                "Nagarajan, P",
                "Noordam, R",
                "Morrison, J",
                "Schwander, K",
                "Westerman, K",
                "Kho, M",
                "Kraja, AT",
                "de, Vries, PS",
                "Ammous, F",
                "Aschard, H",
                "Bartz, TM",
                "Do, A",
                "Dupont, CT",
                "Feitosa, MF",
                "Gudmundsdottir, V",
                "Guo, X",
                "Harris, SE",
                "Hikino, K",
                "Huang, Z",
                "Lefevre, C",
                "Lyytikäinen, LP",
                "Milaneschi, Y",
                "Nardone, GG",
                "Santin, A",
                "Schmidt, H",
                "Shen, B",
                "Sofer, T",
                "Sun, Q",
                "Tan, YA",
                "Tang, J",
                "Thériault, S",
                "van, der, Most, PJ",
                "Ware, EB",
                "Weiss, S",
                "Xing, WY",
                "Yu, C",
                "Zhao, W",
                "Yusuf, Ansari, MA",
                "Anugu, P",
                "Attia, JR",
                "Bazzano, LA",
                "Bis, JC",
                "Breyer, M",
                "Cade, B",
                "Chen, G",
                "Collins, S",
                "Corley, J",
                "Davies, G",
                "Dörr, M",
                "Du, J",
                "Edwards, TL",
                "Faquih, T",
                "Faul, JD",
                "Fohner, AE",
                "Fretts, AM",
                "Gangireddy, S",
                "Gepner, A",
                "Graff, M",
                "Hofer, E",
                "Homuth, G",
                "Hood, MM",
                "Jie, X",
                "Kähönen, M",
                "Kardia, SLR",
                "Karvonen-Gutierrez, CA",
                "Launer, LJ",
                "Levy, D",
                "Maheshwari, M",
                "Martin, LW",
                "Matsuda, K",
                "McNeil, JJ",
                "Nolte, IM",
                "Okochi, T",
                "Raffield, LM",
                "Raitakari, OT",
                "Risch, L",
                "Risch, M",
                "Roux, AD",
                "Ruiz-Narvaez, EA",
                "Russ, TC",
                "Saito, T",
                "Schreiner, PJ",
                "Scott, RJ",
                "Shikany, J",
                "Smith, JA",
                "Snieder, H",
                "Spedicati, B",
                "Tai, ES",
                "Taylor, AM",
                "Taylor, KD",
                "Tesolin, P",
                "van, Dam, RM",
                "Wang, R",
                "Wenbin, W",
                "Xie, T",
                "Yao, J",
                "Young, KL",
                "Zhang, R",
                "Zonderman, AB",
                "Study, LC",
                "Concas, MP",
                "Conen, D",
                "Cox, SR",
                "Evans, MK",
                "Fox, ER",
                "Fuentes, LL",
                "Giri, A",
                "Girotto, G",
                "Grabe, HJ",
                "Gu, C",
                "Gudnason, V",
                "Harlow, SD",
                "Holliday, E",
                "Jost, JB",
                "Lacaze, P",
                "Lee, S",
                "Lehtimäki, T",
                "Li, C",
                "Liu, CT",
                "Morrison, AC",
                "North, KE",
                "Penninx, BW",
                "Peyser, PA",
                "Province, MM",
                "Psaty, BM",
                "Redline, S",
                "Rosendaal, FR",
                "Rotimi, CN",
                "Rotter, JI",
                "Schmidt, R",
                "Sim, X",
                "Terao, C",
                "Weir, DR",
                "Zhu, X",
                "Franceschini, N",
                "O'Connell, JR",
                "Jaquish, CE",
                "Wang, H",
                "Manning, A",
                "Munroe, PB",
                "Rao, DC",
                "Chen, H",
                "Gauderman, WJ",
                "Bierut, L",
                "Winkler, TW",
                "Fornage, M, , Biobank, Japan, Project"
            ],
            "year": 2026,
            "source": "HGG Adv. 2026;  100566",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "41520179",
            "doi": "10.1016/j.xhgg.2026.100566",
            "pmc": null,
            "organizations": [
                "219797-14051",
                "219797-14026",
                "219797-14013"
            ],
            "persons": [
                "219797-51912-6",
                "219797-77129-6"
            ],
            "imported": "2026-01-12T01:00:00+01:00",
            "journal": "HGG Adv",
            "issn": "2666-2477",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 219904,
            "title": "Research Code Sharing in Support of Gold Standard Science.",
            "abstract": null,
            "authors": [
                "Klonoff, DC",
                "Espinoza, J",
                "Mader, JK",
                "Heinemann, L",
                "Cobelli, C",
                "Kerr, D",
                "Kovatchev, B",
                "Najafi, B",
                "Prahalad, P",
                "Zheng, Y",
                "Shao, MM",
                "Scheideman, AF",
                "DuNova, AY",
                "Kohn, M",
                "Umpierrez, GE",
                "Wong, TY",
                "Abdel, Malek, A",
                "Agus, MSD",
                "Ahn, DT",
                "AlSaad, R",
                "Al-Sofiani, ME",
                "Armstrong, D",
                "Arnold, MA",
                "Bee, YM",
                "Bequette, BW",
                "Bellazzi, R",
                "Cengiz, E",
                "Chase, JG",
                "Chen, H",
                "Chen, JY",
                "Cichosz, SL",
                "Cinar, A",
                "Clements, MA",
                "Close, KL",
                "Cuadros, J",
                "Contreras, I",
                "Datta, G",
                "Dhatariya, K",
                "Doyle, FJ",
                "Drincic, A",
                "Facchinetti, A",
                "Fleming, GA",
                "Foreman, J",
                "Gabbay, MAL",
                "Gutierrez-Osuna, R",
                "Healey, E",
                "Hoang, TD",
                "Jacobs, PG",
                "Kulzer, B",
                "La, Belle, J",
                "Lee, AY",
                "Lee, CS",
                "Lee, WA",
                "Liepmann, D",
                "Maahs, D",
                "Mathioudakis, N",
                "Meo, SA",
                "Metwally, AA",
                "Misra, S",
                "Mohan, V",
                "Moon, SJ",
                "Raeder, H",
                "Rhee, C",
                "Rhee, EJ",
                "Scheinker, D",
                "Shah, VN",
                "Sheng, B",
                "Snyder, MP",
                "Sode, K",
                "Spanakis, EK",
                "Svensson, J",
                "Vaswani, N",
                "Vareth, M",
                "Vehi, J",
                "Wallia, A",
                "Waki, K",
                "Wang, T",
                "Williams, E",
                "Wolf, RM",
                "Wong, JC",
                "Yeshiwas, S",
                "Zilbermint, M",
                "Shah, SN"
            ],
            "year": 2026,
            "source": "J Diabetes Sci Technol. 2026;  19322968251391819",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "41532590",
            "doi": "10.1177/19322968251391819",
            "pmc": "PMC12804059",
            "organizations": [],
            "persons": [
                "219904-50877-6"
            ],
            "imported": "2026-01-16T01:00:00+01:00",
            "journal": "J Diabetes Sci Technol",
            "issn": "1932-2968",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 218965,
            "title": "Safety and efficacy of 6% hydroxyethyl starch in patients undergoing major surgery: The randomised controlled PHOENICS trial.",
            "abstract": null,
            "authors": [
                "Buhre, W",
                "Díaz-Cambronero, Ó",
                "Schaefer, S",
                "Novacek, M",
                "Domingo, MS",
                "Stessel, B",
                "Rodríguez-Pérez, A",
                "Richter, T",
                "Rohe, G",
                "Cholley, B",
                "Gruenewald, M",
                "Kuiper, G",
                "Jaber, S",
                "de, Korte, D",
                "Belda, J",
                "de, Abreu, MG",
                "Baronica, R",
                "Scheeren, T",
                "Ferrando-Ortolá, C",
                "Szczeklik, W",
                "Tomescu, D",
                "Vyzamal, T",
                "Gavranovic, Z",
                "Argente-Navarro, MP",
                "Mazzinari, G",
                "Thaler, S",
                "García-Gregorio, N",
                "Vandenbrande, J",
                "Zlotnik, D",
                "Wittenstein, J",
                "Schmier, S",
                "Rohn, S",
                "Glasmacher, C",
                "Holler, M",
                "Jungheinrich, C",
                "Niess, U",
                "Sessler, DI",
                "Westphal, M",
                "Alberola, MJ",
                "Aldecoa, C",
                "Montero, BA",
                "Baronica, R",
                "Becerra-Bolaños, Á",
                "Bornemann-Cimenti, H",
                "Boselli, E",
                "Bruno, L",
                "Callebaut, I",
                "Constantin, JM",
                "Cordula, A",
                "Cox, B",
                "De, Jong, A",
                "Depays, F",
                "Diekmann, M",
                "Diers, A",
                "Dirzu, DS",
                "Droc, G",
                "Velez, ME",
                "El, Amine, Y",
                "Felipe, M",
                "Gabriel, P",
                "García, Del, Valle, S",
                "Vargas, LG",
                "Garner, M",
                "Garutti, I",
                "Geebelen, L",
                "Godier, A",
                "Goss, S",
                "Grintescu, I",
                "Groene, P",
                "Grote, T",
                "Gunnar, E",
                "Hollmann, MW",
                "Jankovic, R",
                "Johannessen, MV",
                "Kahn, D",
                "Kaufmann, T",
                "Kezar, A",
                "Klimscha, W",
                "Kluzik, A",
                "Krofak, S",
                "Krzych, Ł",
                "Kudlinski, B",
                "Lamrani, J",
                "Lasocki, S",
                "Lebuffe, G",
                "Lennartz, S",
                "Lewandowski, P",
                "Marchesi, C",
                "Castro, NM",
                "Martin-Pacetti, MA",
                "Matejka, V",
                "Molina, I",
                "Moreno, V",
                "Müller, C",
                "Muñoz-Forner, E",
                "Novackova, L",
                "Ongenae, M",
                "Ostmeier, N",
                "Owczuk, R",
                "Sarmiento-Trujillo, T",
                "Scharffenberg, M",
                "Scheiermann, P",
                "Marín, NS",
                "Silvius, Ioan, N",
                "Smit-Fun, V",
                "Soukup, J",
                "Trebesius, N",
                "Trujillo-Morales, H",
                "Tyll, T",
                "Lorenzo, MU",
                "Valencia-Sola, L",
                "Verdeguer, S",
                "Verdonk, F",
                "Montañes, MV",
                "Vojnar, B",
                "Wappler, F",
                "Weiss, T",
                "Welna, M",
                "Wittmann, M"
            ],
            "year": 2026,
            "source": "Eur J Anaesthesiol. 2026; 43(1): 1-10. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001630803800001",
            "pubmed": "41133731",
            "doi": "10.1097/EJA.0000000000002307",
            "pmc": "PMC12700675",
            "organizations": [],
            "persons": [
                "218965-58422-7"
            ],
            "imported": "2025-12-05T01:00:00+01:00",
            "journal": "Eur J Anaesthesiol",
            "issn": "1365-2346",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 6.8,
            "impactfactor_year": 2026,
            "impactfactor_norm": 0.912,
            "impactfactor_norm_year": 2026,
            "impactfactor_norm_category": "ANESTHESIOLOGY-SCIE",
            "impactfactor_norm_super": 0.912,
            "impactfactor_norm_super_year": 2026,
            "impactfactor_norm_super_category": "ANESTHESIOLOGY-SCIE",
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 218252,
            "title": "An efficient end-to-end computational framework for the generation of ECG calibrated volumetric models of human atrial electrophysiology.",
            "abstract": null,
            "authors": [
                "Zappon, E",
                "Azzolin, L",
                "Gsell, MAF",
                "Thaler, F",
                "Prassl, AJ",
                "Arnold, R",
                "Gillette, K",
                "Kariman, M",
                "Manninger, M",
                "Scherr, D",
                "Neic, A",
                "Urschler, M",
                "Augustin, CM",
                "Vigmond, EJ",
                "Plank, G"
            ],
            "year": 2026,
            "source": "Med Image Anal. 2026; 107(Pt B):103822",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001598863500001",
            "pubmed": "41101195",
            "doi": "10.1016/j.media.2025.103822",
            "pmc": "PMC12703002",
            "organizations": [
                "218252-14083",
                "218252-14026",
                "218252-14011"
            ],
            "persons": [
                "218252-102899-6",
                "218252-122514-1",
                "218252-50168-6",
                "218252-50967-6",
                "218252-63032-6",
                "218252-65660-6",
                "218252-98304-6",
                "218252-119147-6",
                "218252-50966-4",
                "218252-63647-6",
                "218252-79791-6",
                "218252-96212-6"
            ],
            "imported": "2025-10-17T02:00:00+02:00",
            "journal": "Med Image Anal",
            "issn": "1361-8415",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 11.8,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.985,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "RADIOLOGY, NUCLEAR MEDICINE & MEDICAL IMAGING-SCIE",
            "impactfactor_norm_super": 0.985,
            "impactfactor_norm_super_year": 2025,
            "impactfactor_norm_super_category": "RADIOLOGY, NUCLEAR MEDICINE + MEDICAL IMAGING-SCIE",
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 218653,
            "title": "Surgical and endoscopic management of paediatric pulmonary tuberculosis: a case for decompression.",
            "abstract": null,
            "authors": [
                "Goussard, P",
                "Janson, J",
                "Eber, E",
                "Kritzinger, F",
                "Gie, A",
                "Andronikou, S"
            ],
            "year": 2026,
            "source": "Lancet Child Adolesc Health. 2026; 10(1):7-8",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001637746800001",
            "pubmed": "41213288",
            "doi": "10.1016/S2352-4642(25)00308-6",
            "pmc": null,
            "organizations": [
                "218653-14095"
            ],
            "persons": [
                "218653-51713-6"
            ],
            "imported": "2025-11-17T01:00:00+01:00",
            "journal": "Lancet Child Adolesc Health",
            "issn": "2352-4650",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 15.5,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.992,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "PEDIATRICS-SCIE",
            "impactfactor_norm_super": 0.992,
            "impactfactor_norm_super_year": 2025,
            "impactfactor_norm_super_category": "PEDIATRICS-SCIE",
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 219787,
            "title": "Mitotane dosage, plasma levels, and anthropometric measurements in pediatric adrenocortical carcinoma.",
            "abstract": null,
            "authors": [
                "Riedmeier, M",
                "Frey, H",
                "Antonini, SR",
                "Canali, GFL",
                "Classen, CF",
                "Domínguez-Pinilla, N",
                "Fassnacht, M",
                "Finger, J",
                "Fuchs, S",
                "Grönroos, M",
                "Halah, MP",
                "Härtel, C",
                "Janus, D",
                "Jaspers-Bakker, A",
                "de, Krijger, RR",
                "Kutluk, T",
                "Mezoued, M",
                "Munarin, J",
                "van, Noesel, M",
                "Köse, NÖ",
                "Pearce, SH",
                "Perwein, T",
                "Puglisi, S",
                "Schlegel, PG",
                "Binder-Blaser, V",
                "Tuli, G",
                "Walenciak, J",
                "Yalcin, B",
                "Wiegering, V"
            ],
            "year": 2026,
            "source": "Endocr Oncol. 2026; 6(1): e240081",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "41503252",
            "doi": "10.1530/EO-24-0081",
            "pmc": "PMC12771559",
            "organizations": [
                "219787-14092"
            ],
            "persons": [
                "219787-98278-6"
            ],
            "imported": "2026-01-12T01:00:00+01:00",
            "journal": "Endocr Oncol",
            "issn": "2634-4793",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 220125,
            "title": "Referenz Pädiatrie.",
            "abstract": null,
            "authors": [
                "Abing, H",
                "Ahlenstiel-Grunow, T",
                "Akcetin, SL",
                "Arneitz, C",
                "Attarbaschi, A",
                "von Arnim, U",
                "Banaschak, S",
                "Barbarics, B",
                "Bardi, E",
                "Bauchinger, S",
                "Bechtold-Dalla Pozza, S",
                "Bekes, K",
                "Benesch, M",
                "Bernar, B",
                "Bevis, N",
                "Böckmann, L",
                "Boehncke, W",
                "Böhles, H",
                "Börner-Schröder, C",
                "Böttcher, B",
                "Bonfert, M",
                "Borelli, S",
                "Borggräfe, I",
                "Boztug, H",
                "Boztug, K",
                "Brandner, M",
                "Braun, F",
                "Broekaert, I",
                "von Bubnoff, D",
                "Buchbauer, A",
                "Buderus, S",
                "Büscher, A",
                "Büscher, R",
                "Cetiner, M",
                "Charpentier, A",
                "Claßen, M",
                "Cseh, A",
                "de Laffolie, J",
                "Deeg, S",
                "Della Marina, A",
                "Dombrowski, T",
                "Dworzak, M",
                "Eberhardt, O",
                "Eckoldt-Wolke, F",
                "Emmert, S",
                "Engstler, G",
                "Evenschor, N",
                "Ewert, JN",
                "Fischer, K",
                "Fischmeister, G",
                "Fortmann, MI",
                "Frommer, A",
                "Frommherz, L",
                "Gamillscheg, A",
                "Gangfuß, A",
                "Gerstl, L",
                "Giehl, K",
                "Götti-Allipour, Y",
                "Gohar, F",
                "Gomahr, J",
                "Grangl, G",
                "Grasemann, C",
                "Gsöllpointner, M",
                "Guntinas-Lichius, O",
                "Härtel, C",
                "Hagemann, C",
                "Haiden, N",
                "Hardes, J",
                "Hartmann, W",
                "Harzheim, C",
                "Has, C",
                "Hauck, F",
                "Hauer, AC",
                "Heberer, M",
                "Hell, A",
                "Hempel, M",
                "Herrmann, B",
                "Herz, A",
                "Hindrichs, G",
                "Hoff, N",
                "Hoffmann, F",
                "Hosa, H",
                "Hoyer-Kuhn, H",
                "Hoyos C, Nicolas A",
                "Huber-Zeyringer, A",
                "Hug, EB",
                "Humberg, A",
                "Huppke, P",
                "Hutter, C",
                "Jamiolkowski, D",
                "Jansen, S",
                "Johannsen, J",
                "Kammler, G",
                "Kamrath, C",
                "Kant, JM",
                "Karall, D",
                "Karastaneva, A",
                "Kaufmann, J",
                "Keller, K",
                "Kern, W",
                "Kerzel, S",
                "Klucker-Aach, E",
                "Knaup, I",
                "Kobbe, R",
                "Köbel, C",
                "Korinthenberg, R",
                "Koscielny, S",
                "Krastl, G",
                "Kraus, T",
                "Kreuzer, M",
                "Krickeberg, S",
                "Kuntz, T",
                "Kurath-Koller, S",
                "Kurz, R",
                "Laufer, AM",
                "Lautenschlager, S",
                "Lentze, MJ",
                "Lentzen, A",
                "Lorenz, H",
                "Ludwig, R",
                "Lüers, J",
                "Lütgendorf-Caucig, C",
                "Lurz, E",
                "Lux, CJ",
                "Märzheuser, S",
                "Martens, C",
                "Matar, N",
                "Maurer, K",
                "Maurer, M",
                "Mayer, M",
                "Metz, M",
                "Minkov, M",
                "Mladenov, K",
                "Mockenhaupt, M",
                "Müller-Eberspächer, P",
                "Nachtsheim, L",
                "Niemann, GW",
                "Nientiedt, T",
                "Nüßlein, T",
                "Ohlert, M",
                "Okorn, C",
                "Olivieri, M",
                "Oppelt, PG",
                "Ott, A",
                "Pagel, J",
                "Pape, L",
                "Perwein, T",
                "Pick, C",
                "Placzek, R",
                "Prenninger, M",
                "Rademacher, N",
                "Ramoser, G",
                "Rauscher, C",
                "Rauter, L",
                "Recke, A",
                "Reimer-Taschenbrecker, A",
                "Renkert-Baudis, M",
                "Richter-Unruh, A",
                "Ritter-Sovinz, P",
                "Rödl, R ",
                "Roser, T ",
                "Rückauer, T",
                "Rupprecht, M",
                "Schaaf, K",
                "Schalamon, J",
                "Schara-Schmidt, U",
                "Schlüter, N",
                "Schmid, I",
                "Schmidt, SM",
                "Schnabel, D",
                "Schneegans, I",
                "Scholl-Bürgi, S",
                "von Schrottenberg, C",
                "Schua, S",
                "Schulte-Körne, G",
                "Schultz, K",
                "Schwab, C",
                "Schwarz, T ",
                "Seidel, G",
                "Sharma, SJ",
                "Sommer, M",
                "Sorantin, E",
                "Sperl, D",
                "Spielberger, BD",
                "Starz, I",
                "von Stebut, E",
                "Stehr, M",
                "Stein, R",
                "Sterl, E",
                "Stier, B",
                "Streitbürger, A",
                "Tacke, M",
                "Tantcheva-Poór, I",
                "Thielemann, F",
                "Trefzer, L",
                "Tsaknakis, K",
                "Vogt, B",
                "Wagner, Y",
                "Walger, M",
                "Weghuber, D",
                "Westhoff, B",
                "Windschall, D",
                "Witt, H",
                "Wolber, P",
                "Wolf, M",
                "Woltsche, N",
                "Worsch, M",
                "Zemlin, M",
                "Zimmermann, P",
                "Zlamy, M",
                "Zöggeler, T"
            ],
            "year": 2026,
            "source": " In: Kerbl, R; Reiter, K; Wessel, L editors(s). Referenz Pädiatrie. Stuttgart: Georg Thieme Verlag KG;  2026(ISBN: 9783132438880) ",
            "category": 6,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220125-14043",
                "220125-14049",
                "220125-14052",
                "220125-14092",
                "220125-14093",
                "220125-14106"
            ],
            "persons": [
                "220125-50052",
                "220125-50713",
                "220125-51369",
                "220125-59876",
                "220125-97605",
                "220125-98278",
                "220125-50881",
                "220125-51913",
                "220125-51968",
                "220125-54144",
                "220125-59537",
                "220125-73157",
                "220125-83601",
                "220125-93054"
            ],
            "imported": "2026-01-23T00:45:00+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": "Kerbl, R; Reiter, K; Wessel, L",
            "collection_title": "Referenz Pädiatrie",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 220124,
            "title": "Malignant transformation of pediatric low-grade glioma to secondary HGG- Report from the German brain tumor studies",
            "abstract": null,
            "authors": [
                "Perwein, T"
            ],
            "year": 2026,
            "source": "SIOPE-BTG LGG Working Group Virtual Meeting; JAN 15, 2026; Madrid, SPAIN. 2026. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220124-14092"
            ],
            "persons": [
                "220124-98278"
            ],
            "imported": "2026-01-23T00:19:31+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        }
    ]
}