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=2820&ordering=impactfactor_norm
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 153846,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=2840&ordering=impactfactor_norm",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=2800&ordering=impactfactor_norm",
    "results": [
        {
            "id": 123978,
            "title": "Bilateral Avulsion Fractures of the Tibial Tuberosity: A Double Case for Open Reduction and Fixation.",
            "abstract": null,
            "authors": [
                "Neugebauer, A",
                "Muensterer, OJ",
                "Buehligen, U",
                "Till, H"
            ],
            "year": 2008,
            "source": "Eur J Trauma Emerg Surg. 2008; 34(1):83-87",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000256793700015",
            "pubmed": "26815497",
            "doi": "10.1007/s00068-007-6154-1",
            "pmc": null,
            "organizations": [],
            "persons": [
                "123978-83445-6"
            ],
            "imported": "2012-12-10T12:57:20+01:00",
            "journal": "EUR J TRAUMA EMERG SURG",
            "issn": "1863-9933",
            "collection_publisher": null,
            "collection_title": "EUROPEAN JOURNAL OF TRAUMA AND EMERGENCY SURGERY",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.207,
            "impactfactor_year": 2009,
            "impactfactor_norm": 0.158,
            "impactfactor_norm_year": 2009,
            "impactfactor_norm_category": "EMERGENCY MEDICINE",
            "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": 171084,
            "title": "Teaching Case 5-2018: Integrated morphological and immunological work-up of neurosurgical specimen allows accurate diagnosis of neuroinflammatory lesions: an example of acute disseminated encephalomyelitis (ADEM) associated with anti-MOG antibodies.",
            "abstract": null,
            "authors": [
                "Lang, J",
                "Biebl, A",
                "Gruber, A",
                "Maier-Hiebl, B",
                "Hainfellner, JA",
                "Höftberger, R",
                "Gelpi, E"
            ],
            "year": 2018,
            "source": "Clin Neuropathol. 2018; 37(5):206-208",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000458122400002",
            "pubmed": "30103853",
            "doi": "10.5414/NP301136",
            "pmc": "PMC6350236",
            "organizations": [],
            "persons": [],
            "imported": "2018-12-17T01:00:00+01:00",
            "journal": "Clin Neuropathol",
            "issn": "0722-5091",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.947,
            "impactfactor_year": 2018,
            "impactfactor_norm": 0.158,
            "impactfactor_norm_year": 2018,
            "impactfactor_norm_category": "PATHOLOGY-SCI",
            "impactfactor_norm_super": 0.316,
            "impactfactor_norm_super_year": 2016,
            "impactfactor_norm_super_category": "PATHOLOGY-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": 179662,
            "title": "[Diabetes Type I therapy through transplantation].",
            "abstract": null,
            "authors": [
                "Bucher, P",
                "Mathe, Z",
                "Buhler, LH",
                "Andres, A",
                "Bosco, D",
                "Berney, T",
                "Morel, P"
            ],
            "year": 2005,
            "source": "Ann Chir. 2005; 130(6-7):374-383",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000230861600003",
            "pubmed": "15992762",
            "doi": "10.1016/j.anchir.2005.06.001",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2020-01-24T01:00:00+01:00",
            "journal": "Ann Chir",
            "issn": "0003-3944",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.455,
            "impactfactor_year": 2005,
            "impactfactor_norm": 0.158,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "SURGERY",
            "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": 201938,
            "title": "Platelet-rich plasma for the treatment of patent ductus arteriosus: not quite ready for prime time.",
            "abstract": null,
            "authors": [
                "Sallmon, H",
                "Barikbin, P",
                "Koehne, P",
                "von, Gise, A",
                "Hansmann, G"
            ],
            "year": 2015,
            "source": "Cardiol Young. 2015; 25(1):139-40",
            "category": 1,
            "document_type": 20,
            "sci": "ISI:000349387300022",
            "pubmed": "25160560",
            "doi": "10.1017/S1047951114001516",
            "pmc": null,
            "organizations": [],
            "persons": [
                "201938-119047-2"
            ],
            "imported": "2023-03-07T11:37:32+01:00",
            "journal": "CARDIOL YOUNG",
            "issn": "1047-9511",
            "collection_publisher": null,
            "collection_title": "CARDIOLOGY IN THE YOUNG; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.825,
            "impactfactor_year": 2015,
            "impactfactor_norm": 0.158,
            "impactfactor_norm_year": 2015,
            "impactfactor_norm_category": "PEDIATRICS-SCI",
            "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": 135625,
            "title": "Nephroblastomas show low expression of microR-204 and high expression of its target, the oncogenic transcription factor MEIS1.",
            "abstract": null,
            "authors": [
                "Koller, K",
                "Pichler, M",
                "Koch, K",
                "Zandl, M",
                "Stiegelbauer, V",
                "Leuschner, I",
                "Hoefler, G",
                "Guertl, B"
            ],
            "year": 2014,
            "source": "Pediatr Dev Pathol. 2014; 17(3):169-175",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000341451500003",
            "pubmed": "24617557",
            "doi": "10.2350/13-01-1288-OA.1",
            "pmc": null,
            "organizations": [
                "135625-14020",
                "135625-14085"
            ],
            "persons": [
                "135625-52569-4",
                "135625-53557-6",
                "135625-84507-6",
                "135625-51691-6"
            ],
            "imported": "2014-03-15T01:00:00+01:00",
            "journal": "Pediatr Dev Pathol",
            "issn": "1093-5266",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.866,
            "impactfactor_year": 2014,
            "impactfactor_norm": 0.158,
            "impactfactor_norm_year": 2014,
            "impactfactor_norm_category": "PEDIATRICS-SCI",
            "impactfactor_norm_super": 0.296,
            "impactfactor_norm_super_year": 2011,
            "impactfactor_norm_super_category": "PEDIATRICS",
            "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": true,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 190520,
            "title": "Protective Effect of Crocin on Malathion-induced Cardiotoxicity in Rats: A Biochemical, Histopathological and Proteomics Study.",
            "abstract": null,
            "authors": [
                "Balarastaghi, S",
                "Yazdian-Robati, R",
                "Vahdati, Hasani, F",
                "Hosseinzadeh, H",
                "Abnous, K",
                "Imenshahidi, M",
                "Mohammadzadeh, L",
                "Birner-Gruenberger, R",
                "Razavi, BM"
            ],
            "year": 2021,
            "source": "Iran J Pharm Res. 2021; 20(2): 156-172. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000759633400011",
            "pubmed": "34567153",
            "doi": "10.22037/ijpr.2020.111836.13385",
            "pmc": "PMC8457713",
            "organizations": [
                "190520-14020"
            ],
            "persons": [
                "190520-58794-6"
            ],
            "imported": "2021-11-24T01:00:00+01:00",
            "journal": "Iran J Pharm Res",
            "issn": "1735-0328",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.951,
            "impactfactor_year": 2021,
            "impactfactor_norm": 0.158,
            "impactfactor_norm_year": 2021,
            "impactfactor_norm_category": "PHARMACOLOGY & PHARMACY-SCI",
            "impactfactor_norm_super": 0.158,
            "impactfactor_norm_super_year": 2021,
            "impactfactor_norm_super_category": "PHARMACOLOGY + PHARMACY-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": 122491,
            "title": "Laser-microdissection for cell type- and compartment-specific analyses on genomic and proteomic level.",
            "abstract": null,
            "authors": [
                "Fink, L",
                "Kwapiszewska, G",
                "Wilhelm, J",
                "Bohle, RM"
            ],
            "year": 2006,
            "source": "Exp Toxicol Pathol. 2006; 57 Suppl 2(6): 25-29. ",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000239145200006",
            "pubmed": "16581237",
            "doi": "10.1016/j.etp.2006.02.010",
            "pmc": null,
            "organizations": [],
            "persons": [
                "122491-82090-6"
            ],
            "imported": "2012-10-18T02:00:00+02:00",
            "journal": "Exp Toxicol Pathol",
            "issn": "0940-2993",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.755,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.158,
            "impactfactor_norm_year": 2006,
            "impactfactor_norm_category": "TOXICOLOGY",
            "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": 82900,
            "title": "Injuries to the Spleen.",
            "abstract": null,
            "authors": [
                "Uranues, S",
                "Kilic, YA"
            ],
            "year": 2008,
            "source": "Eur J Trauma Emerg Surg. 2008; 34(4):355-355",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000258447800004",
            "pubmed": "26815812",
            "doi": "10.1007/s00068-008-8102-0",
            "pmc": null,
            "organizations": [
                "82900-14073"
            ],
            "persons": [
                "82900-51612-2"
            ],
            "imported": "2008-09-01T14:21:28+02:00",
            "journal": "EUR J TRAUMA EMERG SURG",
            "issn": "1863-9933",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.207,
            "impactfactor_year": 2009,
            "impactfactor_norm": 0.158,
            "impactfactor_norm_year": 2009,
            "impactfactor_norm_category": "EMERGENCY MEDICINE",
            "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": 179960,
            "title": "[Ankle block].",
            "abstract": null,
            "authors": [
                "Kaller, P",
                "Hohenberger, G",
                "Holweg, P",
                "Seibert, FJ",
                "Ornig, M"
            ],
            "year": 2020,
            "source": "Oper Orthop Traumatol. 2020; 32(1):29-34",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000519061100002",
            "pubmed": "31940050",
            "doi": "10.1007/s00064-019-00634-x",
            "pmc": null,
            "organizations": [],
            "persons": [
                "179960-63387-6",
                "179960-86552-6",
                "179960-51724-6"
            ],
            "imported": "2020-02-01T01:00:00+01:00",
            "journal": "Oper Orthop Traumatol",
            "issn": "1439-0981",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.154,
            "impactfactor_year": 2020,
            "impactfactor_norm": 0.159,
            "impactfactor_norm_year": 2020,
            "impactfactor_norm_category": "ORTHOPEDICS-SCI",
            "impactfactor_norm_super": 0.338,
            "impactfactor_norm_super_year": 2017,
            "impactfactor_norm_super_category": "ORTHOPEDICS-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": 175781,
            "title": "Update on the Prenatal Diagnosis and Outcomes of Fetal Bilateral Renal Agenesis.",
            "abstract": null,
            "authors": [
                "Huber, C",
                "Shazly, SA",
                "Blumenfeld, YJ",
                "Jelin, E",
                "Ruano, R"
            ],
            "year": 2019,
            "source": "Obstet Gynecol Surv. 2019; 74(5):298-302",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000469345600019",
            "pubmed": "31098643",
            "doi": "10.1097/OGX.0000000000000670",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2019-06-27T11:59:41+02:00",
            "journal": "OBSTET GYNECOL SURV",
            "issn": "0029-7828",
            "collection_publisher": null,
            "collection_title": "OBSTETRICAL & GYNECOLOGICAL SURVEY; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.282,
            "impactfactor_year": 2019,
            "impactfactor_norm": 0.159,
            "impactfactor_norm_year": 2019,
            "impactfactor_norm_category": "OBSTETRICS & GYNECOLOGY-SCI",
            "impactfactor_norm_super": 0.566,
            "impactfactor_norm_super_year": 2018,
            "impactfactor_norm_super_category": "OBSTETRICS + GYNECOLOGY-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": 86627,
            "title": "Exonuclease degradation of DNA studied by fluorescence correlation spectroscopy",
            "abstract": null,
            "authors": [
                "FoldesPapp, Z",
                "Thyberg, P",
                "Bjorling, S",
                "Holmgren, A",
                "Rigler, R"
            ],
            "year": 1997,
            "source": "NUCLEOS NUCLEOT. 1997; 16(5-6): 781-787. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997XP84500041",
            "pubmed": null,
            "doi": "10.1080/07328319708002951",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2008-12-23T15:49:50+01:00",
            "journal": "NUCLEOS NUCLEOT",
            "issn": "0732-8311",
            "collection_publisher": null,
            "collection_title": "NUCLEOSIDES & NUCLEOTIDES; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.905,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.159322033898305,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "BIOCHEMISTRY & MOLECULAR BIOLOGY",
            "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": 70584,
            "title": "Oblique osteotomy for post-traumatic fibula incongruity",
            "abstract": null,
            "authors": [
                "Eberl, R",
                "Kaminski, A",
                "Hauser, J",
                "Arens, S",
                "Nicolas, V",
                "Muhr, G"
            ],
            "year": 2006,
            "source": "Chirurg. 2006; 77(5): 439-446. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000238173400006",
            "pubmed": "16479393",
            "doi": "10.1007/s00104-005-1150-7",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-10-16T02:00:00+02:00",
            "journal": "Chirurg",
            "issn": "0009-4722",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.489,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.159420289855072,
            "impactfactor_norm_year": 2006,
            "impactfactor_norm_category": "SURGERY",
            "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": 3915,
            "title": "Oxidative stress during peripheral angioplasty. Implication for late restenosis?",
            "abstract": null,
            "authors": [
                "Roller, RE",
                "Nimmrichter, V",
                "Trinker, M",
                "Seinost, G",
                "Schnedl, WJ",
                "Pilger, E"
            ],
            "year": 2001,
            "source": "Int Angiol. 2001; 20(2):131-135",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000171516400005",
            "pubmed": "11533520",
            "doi": null,
            "pmc": null,
            "organizations": [
                "3915-14079"
            ],
            "persons": [
                "3915-51541-6",
                "3915-51745-2",
                "3915-52018-6"
            ],
            "imported": null,
            "journal": "INT ANGIOL",
            "issn": "0392-9590",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.6,
            "impactfactor_year": 2001,
            "impactfactor_norm": 0.16,
            "impactfactor_norm_year": 2001,
            "impactfactor_norm_category": "PERIPHERAL VASCULAR DISEASE",
            "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": 3916,
            "title": "The PlA1/A2 polymorphism of platelet glycoprotein IIIa is not associated with deep venous thrombosis.",
            "abstract": null,
            "authors": [
                "Renner, W",
                "Winkler, M",
                "Hoffmann, C",
                "Köppel, H",
                "Seinost, G",
                "Brodmann, M",
                "Pilger, E"
            ],
            "year": 2001,
            "source": "Int Angiol. 2001; 20(2):148-151",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000171516400008",
            "pubmed": "11533523",
            "doi": "10.1016/S0021-9150(00)80093-3",
            "pmc": null,
            "organizations": [
                "3916-14079"
            ],
            "persons": [
                "3916-50910-1",
                "3916-51541-6",
                "3916-51689-6",
                "3916-52018-6"
            ],
            "imported": null,
            "journal": "INT ANGIOL",
            "issn": "0392-9590",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.6,
            "impactfactor_year": 2001,
            "impactfactor_norm": 0.16,
            "impactfactor_norm_year": 2001,
            "impactfactor_norm_category": "PERIPHERAL VASCULAR DISEASE",
            "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": 105589,
            "title": "TRANSLATING MULTI-SCALE CARDIAC MODELLING INTO THE CLINIC",
            "abstract": null,
            "authors": [
                "Niederer, SA",
                "Plank, G",
                "Rhode, K",
                "Razavi, R",
                "Smith, NP"
            ],
            "year": 2009,
            "source": "J PHYSIOL SCI. 2009; 59: 60-60.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000271023100274",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "105589-14011"
            ],
            "persons": [
                "105589-50966"
            ],
            "imported": "2010-10-01T18:36:54+02:00",
            "journal": "J PHYSIOL SCI",
            "issn": "1880-6546",
            "collection_publisher": null,
            "collection_title": "JOURNAL OF PHYSIOLOGICAL SCIENCES; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.125,
            "impactfactor_year": 2009,
            "impactfactor_norm": 0.16,
            "impactfactor_norm_year": 2009,
            "impactfactor_norm_category": "PHYSIOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": true,
            "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": 121450,
            "title": "Recent developments digital thorax radiography",
            "abstract": null,
            "authors": [
                "Schaefer-Prokop, C",
                "Eisenhuber, E",
                "Fuchsjager, M",
                "Puig, S",
                "Prokop, M"
            ],
            "year": 2001,
            "source": "Radiologe. 2001; 41(3):230-239",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000168062400002",
            "pubmed": "11322068",
            "doi": "10.1007/s001170050982",
            "pmc": null,
            "organizations": [],
            "persons": [
                "121450-82111-6"
            ],
            "imported": "2012-09-17T13:38:54+02:00",
            "journal": "RADIOLOGE",
            "issn": "0033-832X",
            "collection_publisher": null,
            "collection_title": "RADIOLOGE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.588,
            "impactfactor_year": 2001,
            "impactfactor_norm": 0.16,
            "impactfactor_norm_year": 2001,
            "impactfactor_norm_category": "RADIOLOGY, NUCLEAR MEDICINE & MEDICAL IMAGING",
            "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": 125634,
            "title": "The epidemiology of amputation injuries in the Austrian helicopter emergency medical service: a retrospective, nationwide cohort study.",
            "abstract": null,
            "authors": [
                "Selig, HF",
                "Nagele, P",
                "Voelckel, WG",
                "Trimmel, H",
                "Hüpfl, M",
                "Lumenta, DB",
                "Kamolz, LP"
            ],
            "year": 2012,
            "source": "Eur J Trauma Emerg Surg. 2012; 38(6):651-657",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000312401800011",
            "pubmed": "26814552",
            "doi": "10.1007/s00068-012-0211-0",
            "pmc": null,
            "organizations": [
                "125634-14076"
            ],
            "persons": [
                "125634-80111-6",
                "125634-81670-6"
            ],
            "imported": "2013-01-25T12:15:10+01:00",
            "journal": "EUR J TRAUMA EMERG S",
            "issn": "1863-9933",
            "collection_publisher": null,
            "collection_title": "EUROPEAN JOURNAL OF TRAUMA AND EMERGENCY SURGERY; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.263,
            "impactfactor_year": 2012,
            "impactfactor_norm": 0.16,
            "impactfactor_norm_year": 2012,
            "impactfactor_norm_category": "EMERGENCY MEDICINE",
            "impactfactor_norm_super": 0.217,
            "impactfactor_norm_super_year": 2010,
            "impactfactor_norm_super_category": "EMERGENCY MEDICINE",
            "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": 149366,
            "title": "Aesthetic Refinements in Patients with Prominent Eyes.",
            "abstract": null,
            "authors": [
                "Richter, DF",
                "Schwaiger, N",
                "Wiedner, M"
            ],
            "year": 2015,
            "source": "Facial Plast Surg. 2015; 31(6):633-644",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000367178900011",
            "pubmed": "26667639",
            "doi": "10.1055/s-0035-1568136",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2016-01-13T01:00:00+01:00",
            "journal": "Facial Plast Surg",
            "issn": "0736-6825",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.631,
            "impactfactor_year": 2015,
            "impactfactor_norm": 0.16,
            "impactfactor_norm_year": 2015,
            "impactfactor_norm_category": "SURGERY-SCI",
            "impactfactor_norm_super": 0.342,
            "impactfactor_norm_super_year": 2012,
            "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": 169144,
            "title": "Recommendations from the Association for European Paediatric and Congenital Cardiology for clinical training in paediatric heart failure and transplantation.",
            "abstract": null,
            "authors": [
                "Reinhardt, Z",
                "Hansmann, G",
                "O'Sullivan, J",
                "Murtuza, B",
                "Köstenberger, M",
                "Schranz, D",
                "Bonnet, D",
                "Burch, M"
            ],
            "year": 2018,
            "source": "Cardiol Young. 2018; 28(11):1295-1298",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000448110300003",
            "pubmed": "30207263",
            "doi": "10.1017/S1047951118001221",
            "pmc": null,
            "organizations": [
                "169144-14093"
            ],
            "persons": [
                "169144-52013-6"
            ],
            "imported": "2018-09-14T02: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": 0.943,
            "impactfactor_year": 2018,
            "impactfactor_norm": 0.16,
            "impactfactor_norm_year": 2018,
            "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": 197025,
            "title": "Current State of Sarcoma Care in Germany: Results of an Online Survey of Physicians.",
            "abstract": null,
            "authors": [
                "Eichler, M",
                "Richter, S",
                "Hohenberger, P",
                "Kasper, B",
                "Andreou, D",
                "Heidt, V",
                "Bornhäuser, M",
                "Schmitt, J",
                "Schuler, MK"
            ],
            "year": 2019,
            "source": "Oncol Res Treat. 2019; 42(11): 589-598. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000498636900005",
            "pubmed": "31509840",
            "doi": "10.1159/000502758",
            "pmc": null,
            "organizations": [],
            "persons": [
                "197025-115078-6"
            ],
            "imported": "2022-08-16T02:00:00+02:00",
            "journal": "Oncol Res Treat",
            "issn": "2296-5262",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.967,
            "impactfactor_year": 2019,
            "impactfactor_norm": 0.16,
            "impactfactor_norm_year": 2019,
            "impactfactor_norm_category": "ONCOLOGY-SCI",
            "impactfactor_norm_super": 0.194,
            "impactfactor_norm_super_year": 2016,
            "impactfactor_norm_super_category": "ONCOLOGY-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
        }
    ]
}