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=157880&ordering=-impactfactor
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 159558,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=157900&ordering=-impactfactor",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=157860&ordering=-impactfactor",
    "results": [
        {
            "id": 67142,
            "title": "HEMOSYNTHESIS IN RHEUMATOID-ARTHRITIS PATIENTS",
            "abstract": null,
            "authors": [
                "LINKESCH, W",
                "SCHERAK, O",
                "MULLER, MM"
            ],
            "year": 1980,
            "source": "Z RHEUMATOL. 1980; 39:  33-35. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1980LM99800009",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-05-02T19:15:33+02:00",
            "journal": "Z RHEUMATOL",
            "issn": "0340-1855",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.303,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.368421052631579,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RHEUMATOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "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": 7467,
            "title": "OBJECTIFYING THERAPEUTIC SUCCESS IN RHEUMATOLOGY USING THE PULMONARY-FUNCTION TEST",
            "abstract": null,
            "authors": [
                "BORKENSTEIN, J",
                "RAINER, F"
            ],
            "year": 1980,
            "source": "Z RHEUMATOL 1980 39: 372-373.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1980LM99800093",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "Z RHEUMATOL",
            "issn": "0340-1855",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.303,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.368421052631579,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RHEUMATOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 7468,
            "title": "RHEOLOGICAL STUDIES OF THE SYNOVIAL-FLUIDS IN VARIOUS ARTICULAR DISEASES",
            "abstract": null,
            "authors": [
                "RAINER, F",
                "RIBITSCH, V",
                "KLEIN, G",
                "SCHURZ, J"
            ],
            "year": 1980,
            "source": "Z RHEUMATOL 1980 39: 413-416.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1980LM99800105",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "Z RHEUMATOL",
            "issn": "0340-1855",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.303,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.368421052631579,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RHEUMATOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 7727,
            "title": "Diffusive interstitial pulmonary fibrosis in chronic polyarthritis",
            "abstract": null,
            "authors": [
                "Ulreich, A",
                "Rainer, F",
                "Schneider, G"
            ],
            "year": 1982,
            "source": "Z Rheumatol. 1982; 41(3):76-79",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1982NY83600002",
            "pubmed": "6180569",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "Z RHEUMATOL",
            "issn": "0340-1855",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.303,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.368421052631579,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RHEUMATOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 87534,
            "title": "RELEASE OF LEUKOTRIENES AND PROSTAGLANDINS IN HUMAN SYNOVIAL TISSUE AFTER STIMULATION WITH IONOPHOR-A23187",
            "abstract": null,
            "authors": [
                "WITTENBERG, HR",
                "KLEEMEYER, K",
                "SCHLEBERGER, R",
                "PESKAR, BA",
                "KRAMER, J"
            ],
            "year": 1986,
            "source": "Z RHEUMATOL. 1986; 45(4): 179-179. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:A1986E264400038",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-02-12T10:40:58+01:00",
            "journal": "Z RHEUMATOL",
            "issn": "0340-1855",
            "collection_publisher": null,
            "collection_title": "ZEITSCHRIFT FUR RHEUMATOLOGIE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.303,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.368421052631579,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RHEUMATOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "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": 87552,
            "title": "MODULATION OF PROSTAGLANDIN RELEASE FROM CARTILAGE, BONE AND SYNOVIAL TISSUE OF PATIENTS WITH GONARTHROSIS USING DICLOFENAC AND INDOMETHACIN",
            "abstract": null,
            "authors": [
                "WITTENBERG, HR",
                "WILLBURGER, RE",
                "STEFFEN, R",
                "PESKAR, BA"
            ],
            "year": 1988,
            "source": "Z RHEUMATOL. 1988; 47(4): 288-288. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:A1988Q159300162",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-02-12T10:40:58+01:00",
            "journal": "Z RHEUMATOL",
            "issn": "0340-1855",
            "collection_publisher": null,
            "collection_title": "ZEITSCHRIFT FUR RHEUMATOLOGIE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.303,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.368421052631579,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RHEUMATOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "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": 87535,
            "title": "INHIBITION OF EICOSANOID RELEASE IN INVITRO HUMAN SYNOVIAL TISSUES USING NONSTEROIDAL ANTIPHLOGISTICS",
            "abstract": null,
            "authors": [
                "WITTENBERG, HR",
                "KLEEMEYER, K",
                "PESKAR, BM",
                "PESKAR, BA",
                "KRAMER, J"
            ],
            "year": 1986,
            "source": "Z RHEUMATOL. 1986; 45(4): 179-179. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:A1986E264400039",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-02-12T10:40:58+01:00",
            "journal": "Z RHEUMATOL",
            "issn": "0340-1855",
            "collection_publisher": null,
            "collection_title": "ZEITSCHRIFT FUR RHEUMATOLOGIE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.303,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.368421052631579,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RHEUMATOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "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": 87551,
            "title": "PROSTAGLANDIN AND LEUKOTRIENE RELEASE FROM SYNOVIAL TISSUE IN PATIENTS WITH RHEUMATOID-ARTHRITIS AND THEIR MODULATION BY SULFASALAZIN AND ITS METABOLITES",
            "abstract": null,
            "authors": [
                "WITTENBERG, HR",
                "KLEEMEYER, KS",
                "SCHLEBERGER, R",
                "ZACHER, J",
                "PESKAR, BM",
                "PESKAR, BA"
            ],
            "year": 1988,
            "source": "Z RHEUMATOL. 1988; 47(4): 287-287. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:A1988Q159300159",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-02-12T10:40:58+01:00",
            "journal": "Z RHEUMATOL",
            "issn": "0340-1855",
            "collection_publisher": null,
            "collection_title": "ZEITSCHRIFT FUR RHEUMATOLOGIE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.303,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.368421052631579,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RHEUMATOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "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": 86502,
            "title": "Double or Common Inlet Ventricle without Pulmonary Stenosis- Assessment of Suitability for corrective Surgery",
            "abstract": null,
            "authors": [
                "Sauer, U",
                "Cohnert, T",
                "Buhlmeyer, K"
            ],
            "year": 1986,
            "source": "Pediatric Cardiology1986; 8(1):74-74.-Annual General Meeting of the Association of European Pediatric Cardiologists; MAY 4-6, 1986; Dubrovnik, YUGOSLAVIA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "86502-50860"
            ],
            "imported": "2008-12-17T17:09:07+01:00",
            "journal": null,
            "issn": "0172-0643",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.302,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.422535211267606,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PEDIATRICS",
            "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": false
        },
        {
            "id": 3021,
            "title": "Primary bacterial aortitis",
            "abstract": null,
            "authors": [
                "Tiesenhausen, K",
                "Amann, W",
                "Thalhammer, M",
                "Koch, G"
            ],
            "year": 2000,
            "source": "Zentralbl Chir. 2000; 125(3):275-279",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000086434300011",
            "pubmed": "10769448",
            "doi": null,
            "pmc": null,
            "organizations": [
                "3021-14074"
            ],
            "persons": [
                "3021-51946-2",
                "3021-51965-6"
            ],
            "imported": null,
            "journal": "ZBL CHIR",
            "issn": "0044-409X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.302,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.139705882352941,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "SURGERY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 2295,
            "title": "Scimitar syndrome with absence of the right pulmonary artery: a case with volume-induced, reversible, left-sided pulmonary hypertension.",
            "abstract": null,
            "authors": [
                "Beitzke, A",
                "Zobel, G",
                "Rigler, B",
                "Stein, JI",
                "Suppan, C"
            ],
            "year": 1992,
            "source": "Pediatr Cardiol. 1992; 13(2):119-121",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1992HE33700015",
            "pubmed": "1614917",
            "doi": "10.1007/BF00798220",
            "pmc": null,
            "organizations": [
                "2295-14045",
                "2295-14048"
            ],
            "persons": [],
            "imported": null,
            "journal": "PEDIAT CARDIOL",
            "issn": "0172-0643",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.302,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.422535211267606,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PEDIATRICS",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 8563,
            "title": "Development of aortic aneurysms in familial supravalvar aortic stenosis.",
            "abstract": null,
            "authors": [
                "Beitzke, A",
                "Becker, H",
                "Rigler, B",
                "Stein, JI",
                "Suppan, C"
            ],
            "year": 1986,
            "source": "PEDIAT CARDIOL 1986 6: 227-229.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1986A864500013",
            "pubmed": "3703697",
            "doi": "10.1007/BF02311005",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "PEDIAT CARDIOL",
            "issn": "0172-0643",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.302,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.422535211267606,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PEDIATRICS",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 1857,
            "title": "Open heart surgery in children of Jehovah's Witnesses: extreme hemodilution on cardiopulmonary bypass.",
            "abstract": null,
            "authors": [
                "Stein, JI",
                "Gombotz, H",
                "Rigler, B",
                "Metzler, H",
                "Suppan, C",
                "Beitzke, A"
            ],
            "year": 1991,
            "source": "Pediatr Cardiol. 1991; 12(3):170-174",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991FQ04800007",
            "pubmed": "1876516",
            "doi": "10.1007/BF02238525",
            "pmc": null,
            "organizations": [
                "1857-14044",
                "1857-14045",
                "1857-14048"
            ],
            "persons": [
                "1857-51611-6"
            ],
            "imported": null,
            "journal": "PEDIAT CARDIOL",
            "issn": "0172-0643",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.302,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.422535211267606,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PEDIATRICS",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 300,
            "title": "Atypical presentation of Kawasaki disease in an infant.",
            "abstract": null,
            "authors": [
                "Gamillscheg, A",
                "Zobel, G",
                "Karpf, EF",
                "Dacar, D",
                "Beitzke, A",
                "Stein, JI",
                "Suppan, C"
            ],
            "year": 1993,
            "source": "PEDIAT CARDIOL 1993 14: 223-226.",
            "category": 1,
            "document_type": 10,
            "sci": "ISI:A1993MC33900006",
            "pubmed": "8255796",
            "doi": "10.1007/BF00795375",
            "pmc": null,
            "organizations": [
                "300-14020",
                "300-14045",
                "300-14048"
            ],
            "persons": [],
            "imported": null,
            "journal": "PEDIAT CARDIOL",
            "issn": "0172-0643",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.302,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.422535211267606,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PEDIATRICS",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 203189,
            "title": "Diabetes mellitus and heart",
            "abstract": null,
            "authors": [
                "Schutt, K",
                "Forst, T",
                "Birkenfeld, AL",
                "Zirlik, A",
                "Muller-Wieland, D",
                "Marx, N"
            ],
            "year": 2023,
            "source": "DIABETOLOGIE. 2023; ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000981287800001",
            "pubmed": null,
            "doi": "10.1007/s11428-023-01045-0",
            "pmc": null,
            "organizations": [
                "203189-14083"
            ],
            "persons": [
                "203189-100805-6"
            ],
            "imported": "2023-06-05T09:46:29+02:00",
            "journal": "DIABETOLOGIE",
            "issn": "2731-7447",
            "collection_publisher": null,
            "collection_title": "DIABETOLOGIE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.3,
            "impactfactor_year": 2023,
            "impactfactor_norm": 0.028,
            "impactfactor_norm_year": 2023,
            "impactfactor_norm_category": "ENDOCRINOLOGY & METABOLISM-SCIE",
            "impactfactor_norm_super": 0.028,
            "impactfactor_norm_super_year": 2023,
            "impactfactor_norm_super_category": "ENDOCRINOLOGY + METABOLISM-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": 209584,
            "title": "Neurofibromatosis type 1: Precautionary questionnaire for children and adolescents in Austria (Apr, 10.1007/s00112-024-01955-3, 2024)",
            "abstract": null,
            "authors": [
                "Azizi, AA",
                "Baumgartner, AC",
                "Seidel, M",
                "Zobel, J",
                "Ebetsberger-Dachs, G",
                "Zellner, H",
                "Rauscher, C",
                "Birnbacher, R",
                "Pichler, U",
                "Haberlandt, E",
                "Hedrich, C",
                "Berghoff, AS",
                "Gruber, RW",
                "Welponer, T",
                "Hutterer, M",
                "Krottendorfer, K",
                "Pletschko, T",
                "Roehl, C"
            ],
            "year": 2024,
            "source": "MONATSSCHR KINDERH. 2024; ",
            "category": 1,
            "document_type": 8,
            "sci": "ISI:001216132900001",
            "pubmed": null,
            "doi": "10.1007/s00112-024-01983-z",
            "pmc": null,
            "organizations": [
                "209584-14092"
            ],
            "persons": [
                "209584-57553",
                "209584-85188",
                "209584-98443"
            ],
            "imported": "2024-05-21T09:03:52+02:00",
            "journal": "MONATSSCHR KINDERH",
            "issn": "0026-9298",
            "collection_publisher": null,
            "collection_title": "MONATSSCHRIFT KINDERHEILKUNDE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.3,
            "impactfactor_year": 2024,
            "impactfactor_norm": 0.023,
            "impactfactor_norm_year": 2024,
            "impactfactor_norm_category": "PEDIATRICS-SCIE",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "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": 204330,
            "title": "Networked care-Today and in 10 years",
            "abstract": null,
            "authors": [
                "Vogel, T",
                "Albertowski, AS",
                "Bienenstein, E",
                "Christ, S",
                "Brennenstuhl, H",
                "Ferger, MD",
                "Karara, N",
                "Kerth, JL",
                "Krey, I",
                "Meyer, R",
                "Michaelis, A",
                "Obitz, J",
                "Topfner, N",
                "Tuncel, AT",
                "Winter, J",
                "Yoosefi, M",
                "Kohlfuerst, DS"
            ],
            "year": 2023,
            "source": "MONATSSCHR KINDERH. 2023; ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001045534700001",
            "pubmed": null,
            "doi": "10.1007/s00112-023-01809-4",
            "pmc": null,
            "organizations": [
                "204330-14091"
            ],
            "persons": [
                "204330-54341-4"
            ],
            "imported": "2023-09-06T11:01:57+02:00",
            "journal": "MONATSSCHR KINDERH",
            "issn": "0026-9298",
            "collection_publisher": null,
            "collection_title": "MONATSSCHRIFT KINDERHEILKUNDE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.3,
            "impactfactor_year": 2023,
            "impactfactor_norm": 0.023,
            "impactfactor_norm_year": 2023,
            "impactfactor_norm_category": "PEDIATRICS-SCIE",
            "impactfactor_norm_super": 0.023,
            "impactfactor_norm_super_year": 2023,
            "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": 218598,
            "title": "Interdisciplinary care of adults with congenital heart defects",
            "abstract": null,
            "authors": [
                "Glasmeyer, L",
                "Ghaeni, L",
                "Sallmon, H",
                "Berger, F",
                "Schrutka, L",
                "Tutarel, O"
            ],
            "year": 2025,
            "source": "MONATSSCHR KINDERH. 2025; ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001607284100001",
            "pubmed": null,
            "doi": "10.1007/s00112-025-02299-2",
            "pmc": null,
            "organizations": [
                "218598-14093"
            ],
            "persons": [
                "218598-119047-6"
            ],
            "imported": "2025-11-17T07:49:01+01:00",
            "journal": "MONATSSCHR KINDERH",
            "issn": "0026-9298",
            "collection_publisher": null,
            "collection_title": "MONATSSCHRIFT KINDERHEILKUNDE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.3,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.023,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "PEDIATRICS-SCIE",
            "impactfactor_norm_super": 0.023,
            "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": 209692,
            "title": "Bone pain, acne conglobata and a distended clavicle-A visual diagnosis?",
            "abstract": null,
            "authors": [
                "Goeres, B",
                "Pferschy, A",
                "Thaller, T",
                "Moser, R",
                "Uggowitzer, M",
                "Girtler, K",
                "Weberhofer, P",
                "Ruppert-Kohlmayr, A",
                "Thonhofer, R",
                "Beham-Schmid, C",
                "Kerbl, R"
            ],
            "year": 2024,
            "source": "MONATSSCHR KINDERH. 2024; ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001223844900001",
            "pubmed": null,
            "doi": "10.1007/s00112-024-01956-2",
            "pmc": null,
            "organizations": [
                "209692-14020"
            ],
            "persons": [],
            "imported": "2024-05-27T09:49:14+02:00",
            "journal": "MONATSSCHR KINDERH",
            "issn": "0026-9298",
            "collection_publisher": null,
            "collection_title": "MONATSSCHRIFT KINDERHEILKUNDE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.3,
            "impactfactor_year": 2024,
            "impactfactor_norm": 0.023,
            "impactfactor_norm_year": 2024,
            "impactfactor_norm_category": "PEDIATRICS-SCIE",
            "impactfactor_norm_super": 0.023,
            "impactfactor_norm_super_year": 2024,
            "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": 209421,
            "title": "Comparison of medical training in Austria and Sweden",
            "abstract": null,
            "authors": [
                "Stjernfelt, KJ"
            ],
            "year": 2024,
            "source": "MONATSSCHR KINDERH. 2024; ",
            "category": 1,
            "document_type": 4,
            "sci": "ISI:001209598600001",
            "pubmed": null,
            "doi": "10.1007/s00112-024-01970-4",
            "pmc": null,
            "organizations": [
                "209421-14095"
            ],
            "persons": [
                "209421-124210-2"
            ],
            "imported": "2024-05-06T11:14:49+02:00",
            "journal": "MONATSSCHR KINDERH",
            "issn": "0026-9298",
            "collection_publisher": null,
            "collection_title": "MONATSSCHRIFT KINDERHEILKUNDE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.3,
            "impactfactor_year": 2024,
            "impactfactor_norm": 0.023,
            "impactfactor_norm_year": 2024,
            "impactfactor_norm_category": "PEDIATRICS-SCIE",
            "impactfactor_norm_super": 0.023,
            "impactfactor_norm_super_year": 2024,
            "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
        }
    ]
}