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=3080&ordering=impactfactor_norm
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157757,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=3100&ordering=impactfactor_norm",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=3060&ordering=impactfactor_norm",
    "results": [
        {
            "id": 107671,
            "title": "Use of the hazard analysis and critical control points (HACCP) risk assessment on a medical device for parenteral application.",
            "abstract": null,
            "authors": [
                "Jahnke, M",
                "Kühn, KD"
            ],
            "year": 2003,
            "source": "PDA J Pharm Sci Technol. 2003; 57(1):32-42",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000181041800004",
            "pubmed": "12643505",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2011-01-06T01:00:00+01:00",
            "journal": "PDA J Pharm Sci Technol",
            "issn": "1079-7440",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.556,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.166666666666667,
            "impactfactor_norm_year": 2003,
            "impactfactor_norm_category": "ENGINEERING, BIOMEDICAL",
            "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": 197185,
            "title": "A new method for successful indirect bonding in relation to bond strength",
            "abstract": null,
            "authors": [
                "Wendl, T",
                "Bandl, C",
                "Kern, W",
                "Wendl, B",
                "Proff, P"
            ],
            "year": 2022,
            "source": "BIOMED ENG-BIOMED TE. 2022; ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000843457500001",
            "pubmed": "35998665",
            "doi": "10.1515/bmt-2022-0147",
            "pmc": null,
            "organizations": [
                "197185-14109"
            ],
            "persons": [
                "197185-50456-6"
            ],
            "imported": "2022-08-30T09:05:57+02:00",
            "journal": "BIOMED ENG-BIOMED TE",
            "issn": "0013-5585",
            "collection_publisher": null,
            "collection_title": "BIOMEDICAL ENGINEERING-BIOMEDIZINISCHE TECHNIK; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.7,
            "impactfactor_year": 2022,
            "impactfactor_norm": 0.166666666666667,
            "impactfactor_norm_year": 2022,
            "impactfactor_norm_category": "ENGINEERING, BIOMEDICAL-SCIE",
            "impactfactor_norm_super": 0.167,
            "impactfactor_norm_super_year": 2022,
            "impactfactor_norm_super_category": "ENGINEERING, BIOMEDICAL-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": 87050,
            "title": "The most common challenges in melanoma diagnosis and how to avoid them.",
            "abstract": null,
            "authors": [
                "Marghoob, AA",
                "Changchien, L",
                "Defazio, J",
                "Dessio, WC",
                "Malvehy, J",
                "Zalaudek, I",
                "Halpern, AC",
                "Scope, A"
            ],
            "year": 2009,
            "source": "Australas J Dermatol. 2009; 50(1): 1-13. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000262451400001",
            "pubmed": "19178485",
            "doi": "10.1111/j.1440-0960.2008.00496_1.x",
            "pmc": null,
            "organizations": [
                "87050-14047"
            ],
            "persons": [
                "87050-50151-6"
            ],
            "imported": "2009-01-31T01:00:00+01:00",
            "journal": "Australas J Dermatol",
            "issn": "0004-8380",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.973,
            "impactfactor_year": 2009,
            "impactfactor_norm": 0.166666666666667,
            "impactfactor_norm_year": 2009,
            "impactfactor_norm_category": "DERMATOLOGY",
            "impactfactor_norm_super": 0.209,
            "impactfactor_norm_super_year": 2008,
            "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": 6219,
            "title": "Adaptations in phalangiid harvestmen Gyas annulatus and G-titanus to their preferred water current adjacent habitats",
            "abstract": null,
            "authors": [
                "Novak, T",
                "Lipovsek, S",
                "Sencic, L",
                "Pabst, MA",
                "Janzekovic, F"
            ],
            "year": 2004,
            "source": "ACTA OECOL 2004 26: 45-53.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000223287800006",
            "pubmed": null,
            "doi": "10.1016/j.actao.2004.03.004",
            "pmc": null,
            "organizations": [
                "6219-14017"
            ],
            "persons": [],
            "imported": null,
            "journal": "ACTA OECOL",
            "issn": "1146-609X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.369,
            "impactfactor_year": 2004,
            "impactfactor_norm": 0.166666666666667,
            "impactfactor_norm_year": 2004,
            "impactfactor_norm_category": "ORTHOPEDICS",
            "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": 106524,
            "title": "Serial NT-proBNP measurements for risk stratification of patients with decompensated heart failure.",
            "abstract": null,
            "authors": [
                "Lüers, C",
                "Schmidt, A",
                "Wachter, R",
                "Fritzsche, F",
                "Sutcliffe, A",
                "Kleta, S",
                "Zapf, A",
                "Hagenah, G",
                "Binder, L",
                "Maisch, B",
                "Pieske, B"
            ],
            "year": 2010,
            "source": "Herz. 2010; 35(7):488-495",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000284255000006",
            "pubmed": "20927502",
            "doi": "10.1007/s00059-010-3377-4",
            "pmc": null,
            "organizations": [
                "106524-14083"
            ],
            "persons": [
                "106524-61189-6"
            ],
            "imported": "2010-11-15T01:00:00+01:00",
            "journal": "Herz",
            "issn": "0340-9937",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.84,
            "impactfactor_year": 2010,
            "impactfactor_norm": 0.167,
            "impactfactor_norm_year": 2010,
            "impactfactor_norm_category": "CARDIAC & CARDIOVASCULAR SYSTEMS",
            "impactfactor_norm_super": 0.2,
            "impactfactor_norm_super_year": 2009,
            "impactfactor_norm_super_category": "CARDIAC + CARDIOVASCULAR SYSTEMS",
            "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": 112354,
            "title": "The surgical anatomy and etiology of gastrointestinal fistulas.",
            "abstract": null,
            "authors": [
                "Pfeifer, J",
                "Tomasch, G",
                "Uranues, S"
            ],
            "year": 2011,
            "source": "Eur J Trauma Emerg Surg. 2011; 37(3):209-213",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000291868200002",
            "pubmed": "26815102",
            "doi": "10.1007/s00068-011-0104-7",
            "pmc": null,
            "organizations": [
                "112354-14045",
                "112354-14073"
            ],
            "persons": [
                "112354-51612-4",
                "112354-51735-1",
                "112354-65380-6"
            ],
            "imported": "2011-07-21T15:51:08+02: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.328,
            "impactfactor_year": 2011,
            "impactfactor_norm": 0.167,
            "impactfactor_norm_year": 2011,
            "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": 135582,
            "title": "[Pharmacodynamic and pharmacokinetic characteristics of pain therapy in neonates: Austrian interdisciplinary recommendations on pediatric perioperative pain management].",
            "abstract": null,
            "authors": [
                "Jaksch, W",
                "Messerer, B",
                "Keck, B",
                "Lischka, A",
                "Urlesberger, B",
                "Österreichischen Gesellschaft für Anästhesiologie, Reanimation und Intensivmedizin (ÖGARI)"
            ],
            "year": 2014,
            "source": "Schmerz. 2014; 28(1):25-30",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000331647400004",
            "pubmed": "24550024",
            "doi": "10.1007/s00482-014-1389-3",
            "pmc": null,
            "organizations": [
                "135582-14094"
            ],
            "persons": [
                "135582-57043-4"
            ],
            "imported": "2014-03-11T01:00:00+01:00",
            "journal": "Schmerz",
            "issn": "0932-433X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.017,
            "impactfactor_year": 2014,
            "impactfactor_norm": 0.167,
            "impactfactor_norm_year": 2014,
            "impactfactor_norm_category": "ANESTHESIOLOGY-SCI",
            "impactfactor_norm_super": 0.414,
            "impactfactor_norm_super_year": 2013,
            "impactfactor_norm_super_category": "ANESTHESIOLOGY",
            "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": 135925,
            "title": "Image of the month. Bluish-black pigmentation of the sclera and the aortic valve in a patient with alkaptonuric ochronosis.",
            "abstract": null,
            "authors": [
                "Wilke, A",
                "Dapunt, O",
                "Steverding, D"
            ],
            "year": 2010,
            "source": "HERZ. 2010; 35(1): 41-41. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000274359400006",
            "pubmed": "20140788",
            "doi": "10.1007/s00059-010-3301-y",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2014-04-02T13:04:45+02:00",
            "journal": "HERZ",
            "issn": "0340-9937",
            "collection_publisher": null,
            "collection_title": "HERZ; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.84,
            "impactfactor_year": 2010,
            "impactfactor_norm": 0.167,
            "impactfactor_norm_year": 2010,
            "impactfactor_norm_category": "CARDIAC & CARDIOVASCULAR SYSTEMS",
            "impactfactor_norm_super": 0.2,
            "impactfactor_norm_super_year": 2009,
            "impactfactor_norm_super_category": "CARDIAC + CARDIOVASCULAR SYSTEMS",
            "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": 136096,
            "title": "[Regional anesthesia procedures in childhood: Austrian interdisciplinary recommendations on pediatric perioperative pain management].",
            "abstract": null,
            "authors": [
                "Messerer, B",
                "Platzer, M",
                "Justin, C",
                "Vittinghoff, M",
                "Österreichischen Gesellschaft für Anästhesiologie, Reanimation und Intensivmedizin (ÖGARI)"
            ],
            "year": 2014,
            "source": "Schmerz. 2014; 28(1):67-81",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000331647400008",
            "pubmed": "24550028",
            "doi": "10.1007/s00482-013-1386-y",
            "pmc": null,
            "organizations": [
                "136096-14070"
            ],
            "persons": [
                "136096-57034-6",
                "136096-57043-2"
            ],
            "imported": "2014-04-11T13:18:29+02:00",
            "journal": "SCHMERZ",
            "issn": "0932-433X",
            "collection_publisher": null,
            "collection_title": "SCHMERZ; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.017,
            "impactfactor_year": 2014,
            "impactfactor_norm": 0.167,
            "impactfactor_norm_year": 2014,
            "impactfactor_norm_category": "ANESTHESIOLOGY-SCI",
            "impactfactor_norm_super": 0.414,
            "impactfactor_norm_super_year": 2013,
            "impactfactor_norm_super_category": "ANESTHESIOLOGY",
            "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": 137027,
            "title": "Erratum to: Perioperative systemic Pain Therapy in Children. Austrian interdisciplinary Recommendations for perioperative Pain-management in Children",
            "abstract": null,
            "authors": [
                "Messerer, B",
                "Grogl, G",
                "Stromer, W",
                "Jaksch, W"
            ],
            "year": 2014,
            "source": "SCHMERZ. 2014; 28(2): 183-183. ",
            "category": 1,
            "document_type": 8,
            "sci": "ISI:000334409900009",
            "pubmed": null,
            "doi": "10.1007/s00482-014-1419-1",
            "pmc": null,
            "organizations": [
                "137027-14070"
            ],
            "persons": [
                "137027-57043"
            ],
            "imported": "2014-05-27T12:00:24+02:00",
            "journal": "SCHMERZ",
            "issn": "0932-433X",
            "collection_publisher": null,
            "collection_title": "SCHMERZ; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.017,
            "impactfactor_year": 2014,
            "impactfactor_norm": 0.167,
            "impactfactor_norm_year": 2014,
            "impactfactor_norm_category": "ANESTHESIOLOGY-SCI",
            "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": 140896,
            "title": "Entwicklung des Notarztwesens in Österreich\r\nDevelopment of the Physician staffed Prehospital Emergency Medical Service in Austria",
            "abstract": null,
            "authors": [
                "G. Prause, J. Kainz"
            ],
            "year": 2014,
            "source": "Notarzt. 2014; 30(6): 258-260. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000346351300004",
            "pubmed": null,
            "doi": "10.1055/s-0034-1387260",
            "pmc": null,
            "organizations": [
                "140896-14069",
                "140896-14070"
            ],
            "persons": [
                "140896-51986-2",
                "140896-58596-6"
            ],
            "imported": "2015-01-12T11:00:58+01:00",
            "journal": null,
            "issn": "0177-2309",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.292,
            "impactfactor_year": 2014,
            "impactfactor_norm": 0.167,
            "impactfactor_norm_year": 2014,
            "impactfactor_norm_category": "EMERGENCY MEDICINE-SCI",
            "impactfactor_norm_super": 0.24,
            "impactfactor_norm_super_year": 2013,
            "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": 189182,
            "title": "[Metamizole (dipyrone): mode of action, drug-drug interactions, and risk of agranulocytosis].",
            "abstract": null,
            "authors": [
                "Lampl, C",
                "Likar, R"
            ],
            "year": 2014,
            "source": "Schmerz. 2014; 28(6): 584-90. ",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000345968100004",
            "pubmed": "25199942",
            "doi": "10.1007/s00482-014-1490-7",
            "pmc": null,
            "organizations": [],
            "persons": [
                "189182-53309-6"
            ],
            "imported": "2021-09-07T02:00:00+02:00",
            "journal": "Schmerz",
            "issn": "1432-2129",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.017,
            "impactfactor_year": 2014,
            "impactfactor_norm": 0.167,
            "impactfactor_norm_year": 2014,
            "impactfactor_norm_category": "ANESTHESIOLOGY-SCI",
            "impactfactor_norm_super": 0.414,
            "impactfactor_norm_super_year": 2013,
            "impactfactor_norm_super_category": "ANESTHESIOLOGY",
            "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": 158725,
            "title": "Expression of vasoactive intestinal polypeptide and calcitonin gene-related peptide in human stellate ganglia after acute myocardial infarction.",
            "abstract": null,
            "authors": [
                "Roudenok, V",
                "Gutjar, L",
                "Antipova, V",
                "Rogov, Y"
            ],
            "year": 2001,
            "source": "Ann Anat. 2001; 183(4):341-344",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000170105700006",
            "pubmed": "11508359",
            "doi": "10.1016/S0940-9602(01)80176-X",
            "pmc": null,
            "organizations": [],
            "persons": [
                "158725-97024-6"
            ],
            "imported": "2017-02-09T01:00:00+01:00",
            "journal": "Ann Anat",
            "issn": "0940-9602",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.436,
            "impactfactor_year": 2001,
            "impactfactor_norm": 0.167,
            "impactfactor_norm_year": 2001,
            "impactfactor_norm_category": "ANATOMY & MORPHOLOGY",
            "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": 112853,
            "title": "Surgical management of lower gastrointestinal bleeding.",
            "abstract": null,
            "authors": [
                "Pfeifer, J"
            ],
            "year": 2011,
            "source": "Eur J Trauma Emerg Surg. 2011; 37(4):365-372",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000293638600005",
            "pubmed": "26815273",
            "doi": "10.1007/s00068-011-0122-5",
            "pmc": null,
            "organizations": [
                "112853-14073"
            ],
            "persons": [
                "112853-51735-2"
            ],
            "imported": "2011-08-31T11:16:46+02: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.328,
            "impactfactor_year": 2011,
            "impactfactor_norm": 0.167,
            "impactfactor_norm_year": 2011,
            "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": 175333,
            "title": "Prediction of Three-Year Mortality After Deceased Donor Kidney Transplantation in Adults with Pre-Transplant Donor and Recipient Variables.",
            "abstract": null,
            "authors": [
                "Schwager, Y",
                "Littbarski, SA",
                "Nolte, A",
                "Kaltenborn, A",
                "Emmanouilidis, N",
                "Kleine-Döpke, D",
                "Klempnauer, J",
                "Schrem, H"
            ],
            "year": 2019,
            "source": "Ann Transplant. 2019; 24:  273-290. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000468724400001",
            "pubmed": "31097680",
            "doi": "10.12659/AOT.913217",
            "pmc": "PMC6540619",
            "organizations": [
                "175333-14073"
            ],
            "persons": [],
            "imported": "2019-06-02T02:00:00+02:00",
            "journal": "Ann Transplant",
            "issn": "1425-9524",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.99,
            "impactfactor_year": 2019,
            "impactfactor_norm": 0.167,
            "impactfactor_norm_year": 2019,
            "impactfactor_norm_category": "TRANSPLANTATION-SCI",
            "impactfactor_norm_super": 0.335,
            "impactfactor_norm_super_year": 2016,
            "impactfactor_norm_super_category": "SURGERY-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": 174110,
            "title": "Postural hemodynamic parameters in older persons have a seasonal dependency : A pilot study.",
            "abstract": null,
            "authors": [
                "Trozic, I",
                "Platzer, D",
                "Fazekas, F",
                "Bondarenko, AI",
                "Brix, B",
                "Rössler, A",
                "Goswami, N"
            ],
            "year": 2020,
            "source": "Z Gerontol Geriatr. 2020; 53(2):145-155",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000519157900009",
            "pubmed": "30868225",
            "doi": "10.1007/s00391-019-01525-3",
            "pmc": "PMC7066096",
            "organizations": [
                "174110-14010",
                "174110-14011",
                "174110-14051"
            ],
            "persons": [
                "174110-51737-6",
                "174110-57932-4",
                "174110-60219-6",
                "174110-97690-6"
            ],
            "imported": "2019-03-16T01:00:00+01:00",
            "journal": "Z Gerontol Geriatr",
            "issn": "0948-6704",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.311,
            "impactfactor_year": 2019,
            "impactfactor_norm": 0.167,
            "impactfactor_norm_year": 2019,
            "impactfactor_norm_category": "GERONTOLOGY-SSCI",
            "impactfactor_norm_super": 0.361,
            "impactfactor_norm_super_year": 2017,
            "impactfactor_norm_super_category": "GERONTOLOGY-SSCI",
            "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": 135070,
            "title": "Organization of pediatric pain management: Austrian interdisciplinary recommendations for pediatric perioperative pain management].",
            "abstract": null,
            "authors": [
                "Messerer, B",
                "Sandner-Kiesling, A"
            ],
            "year": 2014,
            "source": "Schmerz. 2014; 28(1):14-24",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000331647400003",
            "pubmed": "24550023",
            "doi": "10.1007/s00482-013-1383-1",
            "pmc": null,
            "organizations": [
                "135070-14069",
                "135070-14070"
            ],
            "persons": [
                "135070-51916-4",
                "135070-57043-1"
            ],
            "imported": "2014-02-26T01:00:00+01:00",
            "journal": "Schmerz",
            "issn": "0932-433X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.017,
            "impactfactor_year": 2014,
            "impactfactor_norm": 0.167,
            "impactfactor_norm_year": 2014,
            "impactfactor_norm_category": "ANESTHESIOLOGY-SCI",
            "impactfactor_norm_super": 0.414,
            "impactfactor_norm_super_year": 2013,
            "impactfactor_norm_super_category": "ANESTHESIOLOGY",
            "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": 129755,
            "title": "Straddle injuries in female children and adolescents: 10-year accident and management analysis.",
            "abstract": null,
            "authors": [
                "Saxena, AK",
                "Steiner, M",
                "Höllwarth, ME"
            ],
            "year": 2014,
            "source": "Indian J Pediatr. 2014; 81(8):766-769",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000341632700006",
            "pubmed": "23824694",
            "doi": "10.1007/s12098-013-1096-6",
            "pmc": null,
            "organizations": [
                "129755-14049"
            ],
            "persons": [],
            "imported": "2013-07-05T02:00:00+02:00",
            "journal": "Indian J Pediatr",
            "issn": "0019-5456",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.867,
            "impactfactor_year": 2014,
            "impactfactor_norm": 0.167,
            "impactfactor_norm_year": 2014,
            "impactfactor_norm_category": "PEDIATRICS-SCI",
            "impactfactor_norm_super": 0.237,
            "impactfactor_norm_super_year": 2013,
            "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": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 177262,
            "title": "Biomechanical analysis of stiffness and fracture displacement after using PMMA-augmented sacroiliac screw fixation for sacrum fractures.",
            "abstract": null,
            "authors": [
                "Höch, A",
                "Schimpf, R",
                "Hammer, N",
                "Schleifenbaum, S",
                "Werner, M",
                "Josten, C",
                "Böhme, J"
            ],
            "year": 2017,
            "source": "Biomed Tech (Berl). 2017; 62(4):421-428",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000407251400009",
            "pubmed": "28306517",
            "doi": "10.1515/bmt-2016-0235",
            "pmc": null,
            "organizations": [],
            "persons": [
                "177262-102804-6"
            ],
            "imported": "2019-10-03T02:00:00+02:00",
            "journal": "Biomed Tech (Berl)",
            "issn": "0013-5585",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.088,
            "impactfactor_year": 2017,
            "impactfactor_norm": 0.167,
            "impactfactor_norm_year": 2017,
            "impactfactor_norm_category": "ENGINEERING, BIOMEDICAL-SCI",
            "impactfactor_norm_super": 0.45,
            "impactfactor_norm_super_year": 2015,
            "impactfactor_norm_super_category": "MEDICAL INFORMATICS-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": 136113,
            "title": "[Pediatric perioperative systemic pain therapy: Austrian interdisciplinary recommendations on pediatric perioperative pain management].",
            "abstract": null,
            "authors": [
                "Messerer, B",
                "Grögl, G",
                "Stromer, W",
                "Jaksch, W"
            ],
            "year": 2014,
            "source": "Schmerz. 2014; 28(1):43-64",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000331647400006",
            "pubmed": "24550026",
            "doi": "10.1007/s00482-013-1384-0",
            "pmc": null,
            "organizations": [
                "136113-14070"
            ],
            "persons": [
                "136113-57043-2"
            ],
            "imported": "2014-04-11T13:18:29+02:00",
            "journal": "SCHMERZ",
            "issn": "0932-433X",
            "collection_publisher": null,
            "collection_title": "SCHMERZ; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.017,
            "impactfactor_year": 2014,
            "impactfactor_norm": 0.167,
            "impactfactor_norm_year": 2014,
            "impactfactor_norm_category": "ANESTHESIOLOGY-SCI",
            "impactfactor_norm_super": 0.414,
            "impactfactor_norm_super_year": 2013,
            "impactfactor_norm_super_category": "ANESTHESIOLOGY",
            "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
        }
    ]
}