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=149260&ordering=-impactfactor
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157745,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=149280&ordering=-impactfactor",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=149240&ordering=-impactfactor",
    "results": [
        {
            "id": 107650,
            "title": "Prenatal retinoic acid upregulates pulmonary gene expression of PI3K and AKT in nitrofen-induced pulmonary hypoplasia.",
            "abstract": null,
            "authors": [
                "Doi, T",
                "Sugimoto, K",
                "Ruttenstock, E",
                "Dingemann, J",
                "Puri, P"
            ],
            "year": 2010,
            "source": "Pediatr Surg Int. 2010; 26(10): 1011-1015. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000282127600015",
            "pubmed": "20623292",
            "doi": "10.1007/s00383-010-2654-x",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2011-01-05T01:00:00+01:00",
            "journal": "Pediatr Surg Int",
            "issn": "0179-0358",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.002,
            "impactfactor_year": 2010,
            "impactfactor_norm": 0.394,
            "impactfactor_norm_year": 2010,
            "impactfactor_norm_category": "SURGERY",
            "impactfactor_norm_super": 0.394,
            "impactfactor_norm_super_year": 2010,
            "impactfactor_norm_super_category": "SURGERY",
            "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": 123982,
            "title": "EXIT procedure in a neonate with a prenatally diagnosed granular cell tumor.",
            "abstract": null,
            "authors": [
                "Mayer, S",
                "Till, H",
                "Stepan, H",
                ""
            ],
            "year": 2010,
            "source": "Pediatr Surg Int. 2010; 26(9):935-937",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000281111000012",
            "pubmed": "20680635",
            "doi": "10.1007/s00383-010-2674-6",
            "pmc": null,
            "organizations": [],
            "persons": [
                "123982-83445-6"
            ],
            "imported": "2012-12-10T12:57:20+01:00",
            "journal": "PEDIAT SURG INT",
            "issn": "0179-0358",
            "collection_publisher": null,
            "collection_title": "PEDIATRIC SURGERY INTERNATIONAL",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 1.002,
            "impactfactor_year": 2010,
            "impactfactor_norm": 0.394,
            "impactfactor_norm_year": 2010,
            "impactfactor_norm_category": "SURGERY",
            "impactfactor_norm_super": 0.394,
            "impactfactor_norm_super_year": 2010,
            "impactfactor_norm_super_category": "SURGERY",
            "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": 107636,
            "title": "Upregulation of endothelin receptors A and B in the nitrofen induced hypoplastic lung occurs early in gestation.",
            "abstract": null,
            "authors": [
                "Dingemann, J",
                "Doi, T",
                "Ruttenstock, E",
                "Puri, P"
            ],
            "year": 2010,
            "source": "Pediatr Surg Int. 2010; 26(1): 65-69. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000273094400010",
            "pubmed": "19851775",
            "doi": "10.1007/s00383-009-2514-8",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2011-01-05T01:00:00+01:00",
            "journal": "Pediatr Surg Int",
            "issn": "0179-0358",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.002,
            "impactfactor_year": 2010,
            "impactfactor_norm": 0.394,
            "impactfactor_norm_year": 2010,
            "impactfactor_norm_category": "SURGERY",
            "impactfactor_norm_super": 0.394,
            "impactfactor_norm_super_year": 2010,
            "impactfactor_norm_super_category": "SURGERY",
            "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": 107635,
            "title": "Downregulation of insulin-like growth factor binding protein 3 and 5 in nitrofen-induced pulmonary hypoplasia.",
            "abstract": null,
            "authors": [
                "Ruttenstock, E",
                "Doi, T",
                "Dingemann, J",
                "Puri, P"
            ],
            "year": 2010,
            "source": "Pediatr Surg Int. 2010; 26(1): 59-63. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000273094400009",
            "pubmed": "19844724",
            "doi": "10.1007/s00383-009-2509-5",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2011-01-05T01:00:00+01:00",
            "journal": "Pediatr Surg Int",
            "issn": "0179-0358",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.002,
            "impactfactor_year": 2010,
            "impactfactor_norm": 0.394,
            "impactfactor_norm_year": 2010,
            "impactfactor_norm_category": "SURGERY",
            "impactfactor_norm_super": 0.394,
            "impactfactor_norm_super_year": 2010,
            "impactfactor_norm_super_category": "SURGERY",
            "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": 21935,
            "title": "Angiogenesis and vasculogenesis in pregnancy.",
            "abstract": null,
            "authors": [
                "Zygmunt, M",
                "Herr, F",
                "Münstedt, K",
                "Lang, U",
                "Liang, OD"
            ],
            "year": 2003,
            "source": "EUR J OBSTET GYN REPROD BIOL 2003 110: S10-S18.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000185538400003",
            "pubmed": "12965086",
            "doi": "10.1016/S0301-2115(03)00168-4",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "EUR J OBSTET GYN REPROD BIOL",
            "issn": "0301-2115",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.002,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.452830188679245,
            "impactfactor_norm_year": 2003,
            "impactfactor_norm_category": "OBSTETRICS & GYNECOLOGY",
            "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": false
        },
        {
            "id": 193307,
            "title": "[No Evidence for the Biomechanical and Pathophysiological Explanatory Models of Musculoskeletal Diseases According to Liebscher & Bracht].",
            "abstract": null,
            "authors": [
                "Suda, AJ",
                "Kientopf, D",
                "Leithner, A",
                "Streeck, J",
                "Colshorn, T",
                "Dorotka, R",
                "Schneider, M",
                "Höppchen, I"
            ],
            "year": 2022,
            "source": "Z Orthop Unfall. 2022; 160(1): 13-18. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000762269200003",
            "pubmed": "35144293",
            "doi": "10.1055/a-1716-2274",
            "pmc": "PMC8831037",
            "organizations": [],
            "persons": [
                "193307-53237-6"
            ],
            "imported": "2022-02-11T01:00:00+01:00",
            "journal": "Z Orthop Unfall",
            "issn": "1864-6743",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.0,
            "impactfactor_year": 2022,
            "impactfactor_norm": 0.151162790697674,
            "impactfactor_norm_year": 2022,
            "impactfactor_norm_category": "ORTHOPEDICS-SCIE",
            "impactfactor_norm_super": 0.151,
            "impactfactor_norm_super_year": 2022,
            "impactfactor_norm_super_category": "ORTHOPEDICS-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": false
        },
        {
            "id": 202412,
            "title": "Numerical analysis of the effects of padded pelvic belts as a treatment for sacroiliac joint dysfunction.",
            "abstract": null,
            "authors": [
                "Toyohara, R",
                "Hiramukai, T",
                "Kurosawa, D",
                "Hammer, N",
                "Ohashi, T"
            ],
            "year": 2023,
            "source": "Biomed Mater Eng. 2023; 34(4): 305-318. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001028544900002",
            "pubmed": "36502302",
            "doi": "10.3233/BME-221490",
            "pmc": "PMC10357188",
            "organizations": [
                "202412-14018"
            ],
            "persons": [
                "202412-102804-6"
            ],
            "imported": "2023-04-05T02:00:00+02:00",
            "journal": "Biomed Mater Eng",
            "issn": "0959-2989",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.0,
            "impactfactor_year": 2022,
            "impactfactor_norm": 0.082,
            "impactfactor_norm_year": 2022,
            "impactfactor_norm_category": "ENGINEERING, BIOMEDICAL-SCIE",
            "impactfactor_norm_super": 0.101,
            "impactfactor_norm_super_year": 2020,
            "impactfactor_norm_super_category": "ENGINEERING, BIOMEDICAL-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": 95881,
            "title": "Semiparametric penalized generalized additive models for environmental research and epidemiology",
            "abstract": null,
            "authors": [
                "Schimek, MG"
            ],
            "year": 2009,
            "source": "ENVIRONMETRICS. 2009; 20(6): 699-717. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000271150100009",
            "pubmed": null,
            "doi": "10.1002/env.972",
            "pmc": null,
            "organizations": [
                "95881-14026"
            ],
            "persons": [
                "95881-51684-2"
            ],
            "imported": "2009-11-20T14:31:47+01:00",
            "journal": "ENVIRONMETRICS",
            "issn": "1180-4009",
            "collection_publisher": null,
            "collection_title": "ENVIRONMETRICS; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.0,
            "impactfactor_year": 2009,
            "impactfactor_norm": 0.54,
            "impactfactor_norm_year": 2009,
            "impactfactor_norm_category": "STATISTICS & PROBABILITY",
            "impactfactor_norm_super": 0.54,
            "impactfactor_norm_super_year": 2009,
            "impactfactor_norm_super_category": "STATISTICS + PROBABILITY",
            "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": 160565,
            "title": "Can Apparent Diffusion Coefficient Predict the Clinical Outcome in Drowned Children?",
            "abstract": null,
            "authors": [
                "Hruşcã, A",
                "Rãchişan, AL",
                "Rödl, S",
                "Sorantin, E"
            ],
            "year": 2017,
            "source": "Can Assoc Radiol J. 2017; 68(2):217-223",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000402693600016",
            "pubmed": "28343728",
            "doi": "10.1016/j.carj.2016.12.001",
            "pmc": null,
            "organizations": [
                "160565-14106"
            ],
            "persons": [
                "160565-51709-6",
                "160565-51913-6"
            ],
            "imported": "2017-06-05T02:00:00+02:00",
            "journal": "Can Assoc Radiol J",
            "issn": "0846-5371",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.0,
            "impactfactor_year": 2017,
            "impactfactor_norm": 0.132,
            "impactfactor_norm_year": 2017,
            "impactfactor_norm_category": "RADIOLOGY, NUCLEAR MEDICINE & MEDICAL IMAGING-SCI",
            "impactfactor_norm_super": 0.26,
            "impactfactor_norm_super_year": 2016,
            "impactfactor_norm_super_category": "RADIOLOGY, NUCLEAR MEDICINE + MEDICAL IMAGING-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": 91292,
            "title": "A study for the evaluation of safety and tolerability of intravenous high-dose iron sucrose in patients with iron deficiency anemia due to gastrointestinal bleeding.",
            "abstract": null,
            "authors": [
                "Schröder, O",
                "Schrott, M",
                "Blumenstein, I",
                "Jahnel, J",
                "Dignass, AU",
                "Stein, J"
            ],
            "year": 2004,
            "source": "Z Gastroenterol. 2004; 42(8):663-667",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000223700500002",
            "pubmed": "15314711",
            "doi": "10.1055/s-2004-813106",
            "pmc": null,
            "organizations": [],
            "persons": [
                "91292-56792-6"
            ],
            "imported": "2009-07-03T02:00:00+02:00",
            "journal": "Z Gastroenterol",
            "issn": "0044-2771",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.0,
            "impactfactor_year": 2004,
            "impactfactor_norm": 0.239130434782609,
            "impactfactor_norm_year": 2004,
            "impactfactor_norm_category": "GASTROENTEROLOGY & HEPATOLOGY",
            "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": false
        },
        {
            "id": 101832,
            "title": "Dermoscopic presentation of a 2-mm melanoma in situ",
            "abstract": null,
            "authors": [
                "Teng, PP",
                "Hofmann-Wellenhof, R",
                "Campbell, TM",
                "Soyer, HP"
            ],
            "year": 2010,
            "source": "AUSTRALAS J DERMATOL. 2010; 51(2): 152-153. ",
            "category": 1,
            "document_type": 4,
            "sci": "ISI:000277319900016",
            "pubmed": null,
            "doi": "10.1111/j.1440-0960.2009.00620.x",
            "pmc": null,
            "organizations": [
                "101832-14047"
            ],
            "persons": [
                "101832-51711-6"
            ],
            "imported": "2010-06-01T11:23:11+02:00",
            "journal": "AUSTRALAS J DERMATOL",
            "issn": "0004-8380",
            "collection_publisher": null,
            "collection_title": "AUSTRALASIAN JOURNAL OF DERMATOLOGY; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.0,
            "impactfactor_year": 2010,
            "impactfactor_norm": 0.273,
            "impactfactor_norm_year": 2010,
            "impactfactor_norm_category": "DERMATOLOGY",
            "impactfactor_norm_super": 0.273,
            "impactfactor_norm_super_year": 2010,
            "impactfactor_norm_super_category": "DERMATOLOGY",
            "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": 81577,
            "title": "T-cell precursor frequencies and long-term outcome following unrelated hematopoietic stem cell transplantation.",
            "abstract": null,
            "authors": [
                "Kircher, B",
                "Niederwieser, D",
                "Gächter, A",
                "Lindner, B",
                "Mitterschiffthaler, A",
                "Urban, C",
                "Greinix, H",
                "Peters, C",
                "Lätzer, K",
                "Gastl, G",
                "Nachbaur, D"
            ],
            "year": 2008,
            "source": "Int J Lab Hematol. 2008; 30(6):499-507",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000260527700008",
            "pubmed": "18522713",
            "doi": "10.1111/j.1751-553X.2007.00990.x",
            "pmc": null,
            "organizations": [
                "81577-14092"
            ],
            "persons": [
                "81577-54230-6"
            ],
            "imported": "2008-06-06T02:00:00+02:00",
            "journal": "Int J Lab Hematol",
            "issn": "1751-5521",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.0,
            "impactfactor_year": 2008,
            "impactfactor_norm": 0.0806451612903226,
            "impactfactor_norm_year": 2008,
            "impactfactor_norm_category": "HEMATOLOGY",
            "impactfactor_norm_super": 0.081,
            "impactfactor_norm_super_year": 2008,
            "impactfactor_norm_super_category": "HEMATOLOGY",
            "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": 87476,
            "title": "Sudden visual loss in a 7-year old patient.",
            "abstract": null,
            "authors": [
                "Brandner, M",
                "Lindner, S",
                "Langmann, A"
            ],
            "year": 2009,
            "source": "Ophthalmologe. 2009; 106(3): 252-255. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000264477900009",
            "pubmed": "18779968",
            "doi": "10.1007/s00347-008-1832-x",
            "pmc": null,
            "organizations": [
                "87476-14043"
            ],
            "persons": [
                "87476-53949-2"
            ],
            "imported": "2009-02-11T01:00:00+01:00",
            "journal": "Ophthalmologe",
            "issn": "0941-293X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.0,
            "impactfactor_year": 2009,
            "impactfactor_norm": 0.224489795918367,
            "impactfactor_norm_year": 2009,
            "impactfactor_norm_category": "OPHTHALMOLOGY",
            "impactfactor_norm_super": 0.354,
            "impactfactor_norm_super_year": 2008,
            "impactfactor_norm_super_category": "OPHTHALMOLOGY",
            "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": true,
            "local_affiliation": true
        },
        {
            "id": 206834,
            "title": "Screening for rheumatoid arthritis-associated interstitial lung disease-a Delphi-based consensus statement.",
            "abstract": null,
            "authors": [
                "Hackner, K",
                "Hütter, L",
                "Flick, H",
                "Grohs, M",
                "Kastrati, K",
                "Kiener, H",
                "Lang, D",
                "Mosheimer-Feistritzer, B",
                "Prosch, H",
                "Rath, E",
                "Schindler, O",
                "Moazedi-Fürst, F"
            ],
            "year": 2024,
            "source": "Z Rheumatol. 2024; ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001145973800002",
            "pubmed": "38240817",
            "doi": "10.1007/s00393-023-01464-w",
            "pmc": "PMC10902070",
            "organizations": [
                "206834-14086",
                "206834-14087"
            ],
            "persons": [
                "206834-57343-4",
                "206834-65986-6"
            ],
            "imported": "2024-01-22T01:00:00+01:00",
            "journal": "Z Rheumatol",
            "issn": "0340-1855",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.0,
            "impactfactor_year": 2024,
            "impactfactor_norm": 0.059,
            "impactfactor_norm_year": 2024,
            "impactfactor_norm_category": "RHEUMATOLOGY-SCIE",
            "impactfactor_norm_super": 0.118,
            "impactfactor_norm_super_year": 2021,
            "impactfactor_norm_super_category": "RHEUMATOLOGY-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": 206024,
            "title": "Vaccination acceptance and its associated factors in patients on hemodialysis in Austria: A nationwide survey.",
            "abstract": null,
            "authors": [
                "Kolland, M",
                "Schreiber, N",
                "Borenich, A",
                "Hafner-Gießauf, H",
                "Waller, I",
                "Winkler, HM",
                "Zitt, E",
                "Zollner-Schwetz, I",
                "König, E",
                "Wagner-Skacel, J",
                "Horn, S",
                "Rosenkranz, AR",
                "Kirsch, AH"
            ],
            "year": 2024,
            "source": "Clin Nephrol. 2024; 101(2):49-58",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001132279700001",
            "pubmed": "38126196",
            "doi": "10.5414/CN111125",
            "pmc": null,
            "organizations": [
                "206024-14026",
                "206024-14084",
                "206024-29164",
                "206024-29447"
            ],
            "persons": [
                "206024-100227-6",
                "206024-101643-6",
                "206024-54326-6",
                "206024-59288-6",
                "206024-72630-6",
                "206024-75657-4",
                "206024-91629-6",
                "206024-94957-1"
            ],
            "imported": "2023-12-22T01:00:00+01:00",
            "journal": "Clin Nephrol",
            "issn": "0301-0430",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.0,
            "impactfactor_year": 2023,
            "impactfactor_norm": 0.124,
            "impactfactor_norm_year": 2023,
            "impactfactor_norm_category": "UROLOGY & NEPHROLOGY-SCIE",
            "impactfactor_norm_super": 0.124,
            "impactfactor_norm_super_year": 2024,
            "impactfactor_norm_super_category": "UROLOGY + NEPHROLOGY-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": true,
            "local_affiliation": true
        },
        {
            "id": 177490,
            "title": "Recommendations from the Association for European Paediatric and Congenital Cardiology for training in pulmonary hypertension.",
            "abstract": null,
            "authors": [
                "Sallmon, H",
                "Moledina, S",
                "Albert, DC",
                "Beghetti, M",
                "Berger, RMF",
                "Bonnet, D",
                "Bukova, M",
                "Koestenberger, M",
                "Meinel, K",
                "Reinhardt, Z",
                "Tulloh, RMR",
                "de Wolf, D",
                "Hansmann, G"
            ],
            "year": 2019,
            "source": "Cardiol Young. 2019; 29(11):1323-1327",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000511340100001",
            "pubmed": "31554525",
            "doi": "10.1017/S104795111900235X",
            "pmc": null,
            "organizations": [
                "177490-14091",
                "177490-14093"
            ],
            "persons": [
                "177490-100276-6",
                "177490-119047-1",
                "177490-52013-6"
            ],
            "imported": "2019-10-07T02:00:00+02:00",
            "journal": "Cardiol Young",
            "issn": "1047-9511",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.0,
            "impactfactor_year": 2019,
            "impactfactor_norm": 0.148,
            "impactfactor_norm_year": 2019,
            "impactfactor_norm_category": "PEDIATRICS-SCI",
            "impactfactor_norm_super": 0.185,
            "impactfactor_norm_super_year": 2017,
            "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": 205657,
            "title": "Nodular-Type Lichen Myxedematosus: A Rare Variant With Exclusive Involvement of the Hands-Report of Two Cases With a Comprehensive Review of the Literature.",
            "abstract": null,
            "authors": [
                "Cerroni, L",
                "Rongioletti, F"
            ],
            "year": 2024,
            "source": "Am J Dermatopathol. 2023; ",
            "category": 1,
            "document_type": 5,
            "sci": "ISI:001124020300002",
            "pubmed": "37982501",
            "doi": "10.1097/DAD.0000000000002589",
            "pmc": null,
            "organizations": [
                "205657-14047"
            ],
            "persons": [
                "205657-51751-1"
            ],
            "imported": "2023-11-27T01:00:00+01:00",
            "journal": "Am J Dermatopathol",
            "issn": "0193-1091",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.0,
            "impactfactor_year": 2023,
            "impactfactor_norm": 0.088,
            "impactfactor_norm_year": 2023,
            "impactfactor_norm_category": "DERMATOLOGY-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": true
        },
        {
            "id": 13520,
            "title": "Consensus-recommendations for sirolimus in liver transplantation.",
            "abstract": null,
            "authors": [
                "Golling, M",
                "Becker, T",
                "Broelsch, C",
                "Candinas, D",
                "Faust, D",
                "Fischer, L",
                "Geissler, E",
                "Graeb, C",
                "Iberer, F",
                "Klupp, J",
                "Kraus, T",
                "Müller, AR",
                "Neuhaus, P",
                "Strassburg, CP",
                "Wolff, M",
                "Zülke, C",
                "Bechstein, WO"
            ],
            "year": 2004,
            "source": "Z Gastroenterol. 2004; 42(11):1333-1340",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000225696200010",
            "pubmed": "15558447",
            "doi": "10.1055/s-2004-813703",
            "pmc": null,
            "organizations": [
                "13520-14073"
            ],
            "persons": [],
            "imported": null,
            "journal": "Z GASTROENTEROL",
            "issn": "0044-2771",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.0,
            "impactfactor_year": 2004,
            "impactfactor_norm": 0.239130434782609,
            "impactfactor_norm_year": 2004,
            "impactfactor_norm_category": "GASTROENTEROLOGY & HEPATOLOGY",
            "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": 13525,
            "title": "Infliximab in the treatment of Crohn's disease -- a practical approach. Infliximab and chronic Crohn's disease--Consensus statement of the Working Group on Chronic Inflammatory Crohn's Diseases of the OGGH.",
            "abstract": null,
            "authors": [
                "Tilg, H",
                "Knoflach, P",
                "Petritsch, W",
                "Vogelsang, H",
                "Reinisch, W",
                "Working Group on Chronic Inflammatory Crohn's Diseases of the OGGH"
            ],
            "year": 2004,
            "source": "Z GASTROENTEROL. 2004; 42(10): 1256-1263. ",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000225069200013",
            "pubmed": "15508068",
            "doi": "10.1055/s-2004-813567",
            "pmc": null,
            "organizations": [
                "13525-14081"
            ],
            "persons": [
                "13525-51536-6"
            ],
            "imported": "2015-02-11T16:57:12+01:00",
            "journal": "Z GASTROENTEROL",
            "issn": "0044-2771",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.0,
            "impactfactor_year": 2004,
            "impactfactor_norm": 0.239130434782609,
            "impactfactor_norm_year": 2004,
            "impactfactor_norm_category": "GASTROENTEROLOGY & HEPATOLOGY",
            "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": 4621,
            "title": "Safe, controllable technology?",
            "abstract": null,
            "authors": [
                "Gell, G"
            ],
            "year": 2002,
            "source": "Int J Med Inform. 2002; 66(1-3):69-73",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000180158700010",
            "pubmed": "12453560",
            "doi": "10.1016%2FS1386-5056%2802%2900038-2",
            "pmc": null,
            "organizations": [
                "4621-14026"
            ],
            "persons": [
                "4621-51553-2"
            ],
            "imported": null,
            "journal": "INT J MED INFORM",
            "issn": "1386-5056",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.0,
            "impactfactor_year": 2002,
            "impactfactor_norm": 0.675324675324675,
            "impactfactor_norm_year": 2002,
            "impactfactor_norm_category": "COMPUTER SCIENCE, INFORMATION SYSTEMS",
            "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
        }
    ]
}