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=300&ordering=impactfactor_norm
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 156888,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=320&ordering=impactfactor_norm",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=280&ordering=impactfactor_norm",
    "results": [
        {
            "id": 183282,
            "title": "[Acute viral bronchiolitis and wheezy bronchitis in children].",
            "abstract": null,
            "authors": [
                "Schorlemer, C",
                "Eber, E"
            ],
            "year": 2020,
            "source": "Monatsschr Kinderheilkd. 2020; 9(9):1-11",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000560280600001",
            "pubmed": "32836401",
            "doi": "10.1007/s00112-020-00993-x",
            "pmc": "PMC7429454",
            "organizations": [
                "183282-14095"
            ],
            "persons": [
                "183282-51713-4"
            ],
            "imported": "2020-09-15T11:56:44+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.348,
            "impactfactor_year": 2020,
            "impactfactor_norm": 0.023,
            "impactfactor_norm_year": 2020,
            "impactfactor_norm_category": "PEDIATRICS-SCI",
            "impactfactor_norm_super": 0.04,
            "impactfactor_norm_super_year": 2018,
            "impactfactor_norm_super_category": "PEDIATRICS-SCI",
            "citations": true,
            "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": 184376,
            "title": "[Simulation-based pediatric emergency team training in times of the SARS-CoV-2 pandemic].",
            "abstract": null,
            "authors": [
                "Jung, P",
                "Mileder, L",
                "Hoffmann, F",
                "Heimberg, E"
            ],
            "year": 2020,
            "source": "Monatsschr Kinderheilkd. 2020; 168(12):1130-1131",
            "category": 1,
            "document_type": 4,
            "sci": "ISI:000590217100001",
            "pubmed": "33223569",
            "doi": "10.1007/s00112-020-01055-y",
            "pmc": "PMC7670288",
            "organizations": [
                "184376-14093"
            ],
            "persons": [
                "184376-68534-6"
            ],
            "imported": "2020-11-24T01:00:00+01:00",
            "journal": "Monatsschr Kinderheilkd",
            "issn": "0026-9298",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.348,
            "impactfactor_year": 2020,
            "impactfactor_norm": 0.023,
            "impactfactor_norm_year": 2020,
            "impactfactor_norm_category": "PEDIATRICS-SCI",
            "impactfactor_norm_super": 0.04,
            "impactfactor_norm_super_year": 2018,
            "impactfactor_norm_super_category": "PEDIATRICS-SCI",
            "citations": true,
            "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": 184622,
            "title": "Jejunal tube feeding in children and adolescents.",
            "abstract": null,
            "authors": [
                "Broekaert, I",
                "Bildheim, V",
                "Brunert, A",
                "Hauer, A",
                "Schwarz, C",
                "Schmidt-Choudhury, A"
            ],
            "year": 2020,
            "source": "MONATSSCHR KINDERH. 2020; ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000592158900003",
            "pubmed": null,
            "doi": "10.1007/s00112-020-01044-1",
            "pmc": null,
            "organizations": [
                "184622-14091"
            ],
            "persons": [
                "184622-51968-6"
            ],
            "imported": "2020-12-11T11:26:20+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.348,
            "impactfactor_year": 2020,
            "impactfactor_norm": 0.023,
            "impactfactor_norm_year": 2020,
            "impactfactor_norm_category": "PEDIATRICS-SCI",
            "impactfactor_norm_super": 0.04,
            "impactfactor_norm_super_year": 2018,
            "impactfactor_norm_super_category": "PEDIATRICS-SCI",
            "citations": true,
            "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": 184699,
            "title": "Recommendations on Jejunal Tube Feeding in Children and Adolescents.",
            "abstract": null,
            "authors": [
                "Broekaert, I",
                "Bildheim, V",
                "Brunert, A",
                "Hauer, A",
                "Schwarz, C",
                "Schmidt-Choudhury, A"
            ],
            "year": 2020,
            "source": "MONATSSCHR KINDERH. 2020; ",
            "category": 1,
            "document_type": 30,
            "sci": "ISI:000592158900001",
            "pubmed": null,
            "doi": "10.1007/s00112-020-01063-y",
            "pmc": null,
            "organizations": [
                "184699-14091"
            ],
            "persons": [
                "184699-51968-6"
            ],
            "imported": "2020-12-11T11:26:20+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.348,
            "impactfactor_year": 2020,
            "impactfactor_norm": 0.023,
            "impactfactor_norm_year": 2020,
            "impactfactor_norm_category": "PEDIATRICS-SCI",
            "impactfactor_norm_super": 0.04,
            "impactfactor_norm_super_year": 2018,
            "impactfactor_norm_super_category": "PEDIATRICS-SCI",
            "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": 185274,
            "title": "Parenteral nutrition of preterm and term infants, children and adolescents Consensus paper based on the guidelines of the ESPGHAN, ESPEN, ESPR and CSPEN.",
            "abstract": null,
            "authors": [
                "Haiden, N"
            ],
            "year": 2020,
            "source": "MONATSSCHR KINDERH. 2020; 168(7): 634-643. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000529589500001",
            "pubmed": null,
            "doi": "10.1007/s00112-020-00881-4",
            "pmc": null,
            "organizations": [],
            "persons": [
                "185274-51968-7"
            ],
            "imported": "2021-01-19T13:19:54+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.348,
            "impactfactor_year": 2020,
            "impactfactor_norm": 0.023,
            "impactfactor_norm_year": 2020,
            "impactfactor_norm_category": "PEDIATRICS-SCI",
            "impactfactor_norm_super": 0.04,
            "impactfactor_norm_super_year": 2018,
            "impactfactor_norm_super_category": "PEDIATRICS-SCI",
            "citations": true,
            "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": 185842,
            "title": "Diagnostic work-up of impaired consciousness in infants, children and adolescents",
            "abstract": null,
            "authors": [
                "Plecko, B"
            ],
            "year": 2021,
            "source": "MONATSSCHR KINDERH. 2021; ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000607325800003",
            "pubmed": null,
            "doi": "10.1007/s00112-020-01097-2",
            "pmc": null,
            "organizations": [
                "185842-14091"
            ],
            "persons": [
                "185842-51875-2"
            ],
            "imported": "2021-02-02T11:00:17+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.416,
            "impactfactor_year": 2021,
            "impactfactor_norm": 0.023,
            "impactfactor_norm_year": 2021,
            "impactfactor_norm_category": "PEDIATRICS-SCI",
            "impactfactor_norm_super": 0.04,
            "impactfactor_norm_super_year": 2018,
            "impactfactor_norm_super_category": "PEDIATRICS-SCI",
            "citations": true,
            "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": 186523,
            "title": "Care of children and adolescents with diabetes in Austrian schools Consensus paper of the Austrian Diabetes Society, the Austrian Society for Pediatric and Adolescent Medicine and the Austrian Working Group on Pediatric Endocrinology and Diabetology.",
            "abstract": null,
            "authors": [
                "Hofer, SE",
                "Rami-Merhar, B",
                "Frohlich-Reiterer, E",
                "Damm, L",
                "Karall, D",
                "Kautzky-Willer, A"
            ],
            "year": 2020,
            "source": "MONATSSCHR KINDERH. 2020; 168(4): 352-357. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000507696200001",
            "pubmed": null,
            "doi": "10.1007/s00112-019-00806-w",
            "pmc": null,
            "organizations": [
                "186523-14091"
            ],
            "persons": [
                "186523-50659-6"
            ],
            "imported": "2021-02-16T13:13:33+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.348,
            "impactfactor_year": 2020,
            "impactfactor_norm": 0.023,
            "impactfactor_norm_year": 2020,
            "impactfactor_norm_category": "PEDIATRICS-SCI",
            "impactfactor_norm_super": 0.04,
            "impactfactor_norm_super_year": 2018,
            "impactfactor_norm_super_category": "PEDIATRICS-SCI",
            "citations": true,
            "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": 187134,
            "title": "Rare Cause of Pseudoappendicitis",
            "abstract": null,
            "authors": [
                "Moser, R",
                "Schrittwieser, R",
                "Prein, K",
                "Gorkiewicz, G",
                "Koidl, C",
                "Kerbl, R"
            ],
            "year": 2021,
            "source": "MONATSSCHR KINDERH. 2021; ",
            "category": 1,
            "document_type": 4,
            "sci": "ISI:000623700200001",
            "pubmed": null,
            "doi": "10.1007/s00112-021-01130-y",
            "pmc": null,
            "organizations": [
                "187134-14020",
                "187134-14023"
            ],
            "persons": [
                "187134-50496-6",
                "187134-50509-6"
            ],
            "imported": "2021-03-29T12:23:08+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.416,
            "impactfactor_year": 2021,
            "impactfactor_norm": 0.023,
            "impactfactor_norm_year": 2021,
            "impactfactor_norm_category": "PEDIATRICS-SCI",
            "impactfactor_norm_super": 0.04,
            "impactfactor_norm_super_year": 2018,
            "impactfactor_norm_super_category": "PEDIATRICS-SCI",
            "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": 187316,
            "title": "[Training together safely for our small and smallest patients].",
            "abstract": null,
            "authors": [
                "Mileder, L",
                "Jung, P",
                "Hoffmann, F",
                "Heimberg, E"
            ],
            "year": 2021,
            "source": "Monatsschr Kinderheilkd. 2021; 169(5):470-471",
            "category": 1,
            "document_type": 4,
            "sci": "ISI:000638040800003",
            "pubmed": "33850335",
            "doi": "10.1007/s00112-021-01171-3",
            "pmc": "PMC8029605",
            "organizations": [
                "187316-14094"
            ],
            "persons": [
                "187316-68534-2"
            ],
            "imported": "2021-04-15T02:00:00+02:00",
            "journal": "Monatsschr Kinderheilkd",
            "issn": "0026-9298",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.416,
            "impactfactor_year": 2021,
            "impactfactor_norm": 0.023,
            "impactfactor_norm_year": 2021,
            "impactfactor_norm_category": "PEDIATRICS-SCI",
            "impactfactor_norm_super": 0.04,
            "impactfactor_norm_super_year": 2018,
            "impactfactor_norm_super_category": "PEDIATRICS-SCI",
            "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": 187912,
            "title": "Current Situation of SARS-CoV-2 Infections in Children and Adolescents in Austria As of January 29, 2021",
            "abstract": null,
            "authors": [
                "Strenger, V"
            ],
            "year": 2021,
            "source": "MONATSSCHR KINDERH. 2021; 169(3): 295-296. ",
            "category": 1,
            "document_type": 4,
            "sci": "ISI:000624549100022",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "187912-56810-2"
            ],
            "imported": "2021-06-08T17:20:31+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.416,
            "impactfactor_year": 2021,
            "impactfactor_norm": 0.023,
            "impactfactor_norm_year": 2021,
            "impactfactor_norm_category": "PEDIATRICS-SCI",
            "impactfactor_norm_super": 0.04,
            "impactfactor_norm_super_year": 2018,
            "impactfactor_norm_super_category": "PEDIATRICS-SCI",
            "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": 188344,
            "title": "Training of basic resuscitation measures (newborn life support, paediatric basic life support) Position paper of the working group Paediatric Simulation and Patient Safety of the Austrian Society of Paediatrics and Adolescent Medicine (oGKJ)",
            "abstract": null,
            "authors": [
                "Wagner, M",
                "Mileder, LP",
                "Aspalter, G",
                "Bachmann, A",
                "Berger, R",
                "Bibl, K",
                "Cardona, FS",
                "Csomor, D",
                "Dau, C",
                "Hofer, D",
                "Minkov, M",
                "Schwindt, E",
                "Sohm, M",
                "Steinbauer, P",
                "Stocker, S",
                "Wald, M",
                "Weisser, C",
                "Werther, T",
                "Schmolzer, GM"
            ],
            "year": 2021,
            "source": "MONATSSCHR KINDERH. 2021; 170(2): 153-159. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000667430300001",
            "pubmed": null,
            "doi": "10.1007/s00112-021-01223-8",
            "pmc": null,
            "organizations": [
                "188344-14094"
            ],
            "persons": [
                "188344-68534-6"
            ],
            "imported": "2021-07-12T11:45:50+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.416,
            "impactfactor_year": 2021,
            "impactfactor_norm": 0.023,
            "impactfactor_norm_year": 2021,
            "impactfactor_norm_category": "PEDIATRICS-SCI",
            "impactfactor_norm_super": 0.04,
            "impactfactor_norm_super_year": 2018,
            "impactfactor_norm_super_category": "PEDIATRICS-SCI",
            "citations": true,
            "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": 188845,
            "title": "Report on the 6th World Congress for Pediatric Gastroenterology, Hepatology and Nutrition \"WCPGHAN 2021\" from 2nd to 5th June 2021, from Vienna (virtual)",
            "abstract": null,
            "authors": [
                "Hauer, AC"
            ],
            "year": 2021,
            "source": "MONATSSCHR KINDERH. 2021; 169(8): 775-782. ",
            "category": 1,
            "document_type": 4,
            "sci": "ISI:000678060300018",
            "pubmed": null,
            "doi": "10.1007/s00112-021-01262-1",
            "pmc": null,
            "organizations": [
                "188845-14091"
            ],
            "persons": [
                "188845-51968-2"
            ],
            "imported": "2021-08-09T10:37:46+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.416,
            "impactfactor_year": 2021,
            "impactfactor_norm": 0.023,
            "impactfactor_norm_year": 2021,
            "impactfactor_norm_category": "PEDIATRICS-SCI",
            "impactfactor_norm_super": 0.04,
            "impactfactor_norm_super_year": 2018,
            "impactfactor_norm_super_category": "PEDIATRICS-SCI",
            "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": 190085,
            "title": "Border zones of experience. Contributions to phenomenological psychopathology",
            "abstract": null,
            "authors": [
                "Kapfhammer, HP"
            ],
            "year": 2021,
            "source": "PSYCHOTHERAPEUT. 2021; ",
            "category": 1,
            "document_type": 7,
            "sci": "ISI:000707894300001",
            "pubmed": null,
            "doi": "10.1007/s00278-021-00542-1",
            "pmc": null,
            "organizations": [
                "190085-29444"
            ],
            "persons": [
                "190085-51907-2"
            ],
            "imported": "2021-11-02T08:40:35+01:00",
            "journal": "PSYCHOTHERAPEUT",
            "issn": "0935-6185",
            "collection_publisher": null,
            "collection_title": "PSYCHOTHERAPEUT; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.57,
            "impactfactor_year": 2021,
            "impactfactor_norm": 0.023,
            "impactfactor_norm_year": 2021,
            "impactfactor_norm_category": "PSYCHOLOGY, CLINICAL-SSCI",
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 191538,
            "title": "Step-by-Step Concepts for Baby Milk Statement of the Nutrition Commission of the Austrian Society for Pediatrics and Adolescent Medicine",
            "abstract": null,
            "authors": [
                "Haiden, N"
            ],
            "year": 2021,
            "source": "MONATSSCHR KINDERH. 2021; 169(10): 951-953. ",
            "category": 1,
            "document_type": 4,
            "sci": "ISI:000642357400001",
            "pubmed": null,
            "doi": "10.1007/s00112-021-01173-1",
            "pmc": null,
            "organizations": [],
            "persons": [
                "191538-51968-7"
            ],
            "imported": "2022-01-11T08:45:07+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.416,
            "impactfactor_year": 2021,
            "impactfactor_norm": 0.023,
            "impactfactor_norm_year": 2021,
            "impactfactor_norm_category": "PEDIATRICS-SCI",
            "impactfactor_norm_super": 0.04,
            "impactfactor_norm_super_year": 2018,
            "impactfactor_norm_super_category": "PEDIATRICS-SCI",
            "citations": true,
            "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": 193578,
            "title": "[Cardiac magnetic resonance imaging : Trends and developments].",
            "abstract": null,
            "authors": [
                "Mayr, A",
                "Reiter, G",
                "Beitzke, D"
            ],
            "year": 2020,
            "source": "Radiologe. 2020; 60(12):1142-1152",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000586372600001",
            "pubmed": "33151343",
            "doi": "10.1007/s00117-020-00766-3",
            "pmc": "PMC7643723",
            "organizations": [],
            "persons": [
                "193578-90597-6"
            ],
            "imported": "2022-02-23T01:00:00+01:00",
            "journal": "Radiologe",
            "issn": "0033-832X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.638,
            "impactfactor_year": 2020,
            "impactfactor_norm": 0.023,
            "impactfactor_norm_year": 2020,
            "impactfactor_norm_category": "RADIOLOGY, NUCLEAR MEDICINE & MEDICAL IMAGING-SCI",
            "impactfactor_norm_super": 0.039,
            "impactfactor_norm_super_year": 2017,
            "impactfactor_norm_super_category": "RADIOLOGY, NUCLEAR MEDICINE + MEDICAL IMAGING-SCI",
            "citations": true,
            "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": 201726,
            "title": "Strong together - for a better Healthcare in Children and Adolescents!",
            "abstract": null,
            "authors": [
                "Eckhardt, I",
                "Merbecks, MB",
                "Jacobi, SF",
                "Lechner, C",
                "Becker, LL",
                "Balks, MF",
                "Scala, M",
                "Kampmann, K",
                "Ortner, GR",
                "Schmid, F",
                "Hensel, KO",
                "Pokora, R",
                "Eichinger, M",
                "Drossard, S",
                "Brennenstuhl, H",
                "Christ, S",
                "Kock, V",
                "Krey, I",
                "Meyer, R",
                "Schulz, J",
                "Ferger, MD",
                "Nissen, G",
                "Happle, C",
                "Kohlfurst, DS",
                "Jakob, J"
            ],
            "year": 2021,
            "source": "MONATSSCHR KINDERH. 2021; 169(11): 1083-1087. ",
            "category": 1,
            "document_type": 4,
            "sci": "ISI:000708400300001",
            "pubmed": null,
            "doi": "10.1007/s00112-021-01333-3",
            "pmc": null,
            "organizations": [],
            "persons": [
                "201726-54341-6"
            ],
            "imported": "2023-02-15T17:57:32+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.416,
            "impactfactor_year": 2021,
            "impactfactor_norm": 0.023,
            "impactfactor_norm_year": 2021,
            "impactfactor_norm_category": "PEDIATRICS-SCI",
            "impactfactor_norm_super": 0.04,
            "impactfactor_norm_super_year": 2018,
            "impactfactor_norm_super_category": "PEDIATRICS-SCI",
            "citations": true,
            "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": 201925,
            "title": "Fever and inflammation in childhood Topic through the ages",
            "abstract": null,
            "authors": [
                "Sallmon, H",
                "Foll, D",
                "Kallinich, T"
            ],
            "year": 2020,
            "source": "MONATSSCHR KINDERH. 2020; 168(8): 682-692. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000550613800001",
            "pubmed": null,
            "doi": "10.1007/s00112-020-00958-0",
            "pmc": null,
            "organizations": [],
            "persons": [
                "201925-119047-1"
            ],
            "imported": "2023-03-07T11:37:32+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.348,
            "impactfactor_year": 2020,
            "impactfactor_norm": 0.023,
            "impactfactor_norm_year": 2020,
            "impactfactor_norm_category": "PEDIATRICS-SCI",
            "impactfactor_norm_super": 0.04,
            "impactfactor_norm_super_year": 2018,
            "impactfactor_norm_super_category": "PEDIATRICS-SCI",
            "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": 205386,
            "title": "Report on the \"55th Annual Meeting of the European Society for Paediatric Gastroenterology Hepatology and Nutrition\", in Vienna, from 17th to 20th May 2023",
            "abstract": null,
            "authors": [
                "Hauer, AC"
            ],
            "year": 2023,
            "source": "MONATSSCHR KINDERH. 2023; 171(9): 855-857. ",
            "category": 1,
            "document_type": 4,
            "sci": "ISI:001088455000011",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "205386-51968-2"
            ],
            "imported": "2023-11-13T09:49:20+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": 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": 203918,
            "title": "Is there a \"European pediatrics\"?",
            "abstract": null,
            "authors": [
                "Dornbusch, HJ",
                "Trobisch, A",
                "Sauseng, W",
                "Kurz, R"
            ],
            "year": 2023,
            "source": "MONATSSCHR KINDERH. 2023; ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001023713200001",
            "pubmed": null,
            "doi": "10.1007/s00112-023-01790-y",
            "pmc": null,
            "organizations": [
                "203918-14094"
            ],
            "persons": [
                "203918-51736-2",
                "203918-83781-6",
                "203918-90210-6"
            ],
            "imported": "2023-07-31T09:47:48+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": true,
            "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
        }
    ]
}