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=1380
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 159558,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=1400",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=1360",
    "results": [
        {
            "id": 1689,
            "title": "Morphological and Immunohistochemical Study of Typical and Atypical Carcinoids of the Lung with Clinicopathological Correlation",
            "abstract": null,
            "authors": [
                "Klemen, H",
                "Smollejuttner, FM",
                "Popper, HH"
            ],
            "year": 1994,
            "source": "ENDOCR, RELATED CANCER. 1994; 1:  53-62. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1994RD34400004",
            "pubmed": null,
            "doi": "10.1677/erc.0.0010053",
            "pmc": null,
            "organizations": [
                "1689-14020",
                "1689-14045"
            ],
            "persons": [
                "1689-51981-1",
                "1689-51523-4",
                "1689-51615-6"
            ],
            "imported": "2008-06-25T18:35:12+02:00",
            "journal": "ENDOCR, RELATED CANCER",
            "issn": "1351-0088",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.789,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.298076923076923,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "ONCOLOGY",
            "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": 1693,
            "title": "Morphometry in clinical dermatology.",
            "abstract": null,
            "authors": [
                "Bahmer, FA",
                "Smolle, J"
            ],
            "year": 1992,
            "source": "ACTA DERMATO, VENEREOL. 1992; 72(1): 52-55. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1992HP58800019",
            "pubmed": "1350147",
            "doi": null,
            "pmc": null,
            "organizations": [
                "1693-14047"
            ],
            "persons": [],
            "imported": "2010-06-30T15:53:18+02:00",
            "journal": "ACTA DERMATO, VENEREOL",
            "issn": "0001-5555",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.863,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.742857142857143,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "DERMATOLOGY, VENERAL DISEASES",
            "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": 1694,
            "title": "Morquio disease in a patient diagnosed as having Perthes disease for 38 years.",
            "abstract": null,
            "authors": [
                "Fang-Kircher, SG",
                "Böck, A",
                "Fertschak, W",
                "Schwägerl, W",
                "Paschke, E"
            ],
            "year": 1995,
            "source": "J Inherit Metab Dis. 1995; 18(1):94-95",
            "category": 1,
            "document_type": 10,
            "sci": "ISI:A1995QU70300024",
            "pubmed": "7623458",
            "doi": "10.1007%2FBF00711389",
            "pmc": null,
            "organizations": [
                "1694-14048"
            ],
            "persons": [],
            "imported": null,
            "journal": "J INHERIT METAB DIS",
            "issn": "0141-8955",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 1.097,
            "impactfactor_year": 1995,
            "impactfactor_norm": 0.44578313253012,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "ENDOCRINOLOGY & METABOLISM",
            "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": 197834,
            "title": "Aspirin and clonidine in non-cardiac surgery: acute kidney injury substudy protocol of the Perioperative Ischaemic Evaluation ( POISE) 2 randomised controlled trial",
            "abstract": null,
            "authors": [
                "Garg, AX",
                "Kurz, A",
                "Sessler, DI",
                "Cuerden, M",
                "Robinson, A",
                "Mrkobrada, M",
                "Parikh, C",
                "Mizera, R",
                "Jones, PM",
                "Tiboni, M",
                "Rodriguez, RG",
                "Popova, E",
                "Rojas Gomez, MF",
                "Meyhoff, CS",
                "Vanhelder, T",
                "Chan, MTV",
                "Torres, D",
                "Parlow, J",
                "Clanchet, MD",
                "Amir, M",
                "Bidgoli, SJ",
                "Pasin, L",
                "Martinsen, K",
                "Malaga, G",
                "Myles, P",
                "Acedillo, R",
                "Roshanov, P",
                "Walsh, M",
                "Dresser, G",
                "Kumar, P",
                "Fleischmann, E",
                "Villar, JC",
                "Painter, T",
                "Biccard, B",
                "Bergese, S",
                "Srinathan, S",
                "Cata, JP",
                "Chan, V",
                "Mehra, B",
                "Leslie, K",
                "Whitlock, R",
                "Devereaux, PJ"
            ],
            "year": 2014,
            "source": "BMJ OPEN. 2014; 4(2):",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000334459100018",
            "pubmed": "24568963",
            "doi": "10.1136/bmjopen-2014-004886",
            "pmc": "PMC3939660",
            "organizations": [],
            "persons": [
                "197834-107954-6"
            ],
            "imported": "2022-09-29T15:01:56+02:00",
            "journal": "BMJ OPEN",
            "issn": "2044-6055",
            "collection_publisher": null,
            "collection_title": "BMJ OPEN; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.271,
            "impactfactor_year": 2014,
            "impactfactor_norm": 0.747,
            "impactfactor_norm_year": 2014,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL-SCI",
            "impactfactor_norm_super": 0.747,
            "impactfactor_norm_super_year": 2014,
            "impactfactor_norm_super_category": "MEDICINE, GENERAL + INTERNAL-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": 11703,
            "title": "Fructosamine in relation to maternofetal glucose and insulin homeostasis in gestational diabetes.",
            "abstract": null,
            "authors": [
                "Hofmann, HM"
            ],
            "year": 1990,
            "source": "Arch Gynecol Obstet. 1990; 247(4):173-185",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1990DQ10100003",
            "pubmed": "2221991",
            "doi": "10.1007/BF02389542",
            "pmc": null,
            "organizations": [
                "11703-14038"
            ],
            "persons": [],
            "imported": null,
            "journal": "ARCH GYNECOL OBSTET",
            "issn": "0932-0067",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": 0.0377358490566038,
            "impactfactor_norm_year": 1998,
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 1697,
            "title": "Magnetic resonance tomography in myocardial ischemia: state of the art",
            "abstract": null,
            "authors": [
                "Szolar, DH",
                "Saeed, M",
                "Higgins, CB"
            ],
            "year": 1996,
            "source": "Rofo. 1996; 165(3):216-226",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:A1996VK50600003",
            "pubmed": "8924680",
            "doi": "10.1055/s-2007-1015746",
            "pmc": null,
            "organizations": [
                "1697-14054"
            ],
            "persons": [],
            "imported": null,
            "journal": "ROFO, FORTSCHR RONTGENSTRAHL",
            "issn": "0936-6652",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.582,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.493670886075949,
            "impactfactor_norm_year": 1998,
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 1698,
            "title": "MRI cerebral white matter lesions and paraoxonase PON1 polymorphisms : three-year follow-up of the austrian stroke prevention study.",
            "abstract": null,
            "authors": [
                "Schmidt, R",
                "Schmidt, H",
                "Fazekas, F",
                "Kapeller, P",
                "Roob, G",
                "Lechner, A",
                "Kostner, GM",
                "Hartung, HP"
            ],
            "year": 2000,
            "source": "Arterioscler Thromb Vasc Biol. 2000; 20(7):1811-1816",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000088169600020",
            "pubmed": "10894822",
            "doi": "10.1161/01.ATV.20.7.1811",
            "pmc": null,
            "organizations": [
                "1698-14013",
                "1698-14051",
                "1698-14108"
            ],
            "persons": [
                "1698-51669-6",
                "1698-51744-6",
                "1698-51912-6"
            ],
            "imported": null,
            "journal": "ARTERIOSCLER THROMB VASC BIOL",
            "issn": "1079-5642",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 5.111,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.933333333333333,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "HEMATOLOGY",
            "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": 1700,
            "title": "MRI in tuberculous meningoencephalitis: report of four cases and review of the neuroimaging literature.",
            "abstract": null,
            "authors": [
                "Offenbacher, H",
                "Fazekas, F",
                "Schmidt, R",
                "Kleinert, R",
                "Payer, F",
                "Kleinert, G",
                "Lechner, H"
            ],
            "year": 1991,
            "source": "J Neurol. 1991; 238(6):340-344",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991GE56300009",
            "pubmed": "1940987",
            "doi": "10.1007/BF00315335",
            "pmc": null,
            "organizations": [
                "1700-14020",
                "1700-14051"
            ],
            "persons": [],
            "imported": null,
            "journal": "J NEUROL",
            "issn": "0340-5354",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 1.849,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.808,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CLINICAL NEUROLOGY",
            "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": 1703,
            "title": "Mucinous biliary cystadenocarcinoma containing gas bubbles secondary to duodenal invasion.",
            "abstract": null,
            "authors": [
                "Stacher, R",
                "Szolar, DH",
                "Bacher, H",
                "Preidler, KW"
            ],
            "year": 1998,
            "source": "Br J Radiol. 1998; 71(846):683-685",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000074092100018",
            "pubmed": "9849396",
            "doi": "10.1259/bjr.71.846.9849396",
            "pmc": null,
            "organizations": [
                "1703-14045",
                "1703-14054"
            ],
            "persons": [],
            "imported": null,
            "journal": "BRIT J RADIOL",
            "issn": "0007-1285",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.867,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.481012658227848,
            "impactfactor_norm_year": 1998,
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 1704,
            "title": "Mucopolysaccharidosis I and intracranial tumor in a patient with high-pressure hydrocephalus.",
            "abstract": null,
            "authors": [
                "Stöckler, S",
                "Kleinert, R",
                "Ebner, F",
                "Paschke, E"
            ],
            "year": 1993,
            "source": "Pediatr Radiol. 1993; 23(5):353-354",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1993LX43600005",
            "pubmed": "8233684",
            "doi": "10.1007/BF02011955",
            "pmc": null,
            "organizations": [
                "1704-14020",
                "1704-14048",
                "1704-14054"
            ],
            "persons": [],
            "imported": null,
            "journal": "PEDIAT RADIOL",
            "issn": "0301-0449",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.458,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.47887323943662,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PEDIATRICS",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 1705,
            "title": "Multicenter Studies of Ultra-High-Dose-Short-Duration Streptokinase Treatment of Deep-Vein Thrombosis",
            "abstract": null,
            "authors": [
                "Pilger, E",
                "Eriksson, H",
                "Grungreiff, K",
                "Carlsson, A",
                "Talstad, I",
                "Anders, O",
                "Schuchardt, C",
                "Munck, D",
                "Lafer, M"
            ],
            "year": 1996,
            "source": "CURR THER RES 1996 57: 251-267.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996UF83900002",
            "pubmed": null,
            "doi": "10.1016/S0011-393X(96)80033-6",
            "pmc": null,
            "organizations": [],
            "persons": [
                "1705-51541-1"
            ],
            "imported": null,
            "journal": "CURR THER RES",
            "issn": "0011-393X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.459,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.333333333333333,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "MEDICINE, RESEARCH & EXPERIMENTAL",
            "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": 1706,
            "title": "Multichannel polysomnographic recording for evaluation of infant apnea.",
            "abstract": null,
            "authors": [
                "Reiterer, F",
                "Fox, WW"
            ],
            "year": 1992,
            "source": "CLIN PERINATOL. 1992; 19:  871-889. ",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:A1992LA27200012",
            "pubmed": "1464196",
            "doi": "10.1016/S0095-5108(18)30436-6",
            "pmc": null,
            "organizations": [
                "1706-14048"
            ],
            "persons": [
                "1706-51653-1"
            ],
            "imported": "2010-07-05T13:02:58+02:00",
            "journal": "CLIN PERINATOL",
            "issn": "0095-5108",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.225,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.859154929577465,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PEDIATRICS",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 1707,
            "title": "Multi-infarct dementia.",
            "abstract": null,
            "authors": [
                "Lechner, H",
                "Bertha, G"
            ],
            "year": 1991,
            "source": "J NEURAL TRANSM, GEN SECT. 1991; 33(2): 49-52. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991GL45700009",
            "pubmed": "1753251",
            "doi": "10.1007/978-3-7091-9135-4_8",
            "pmc": null,
            "organizations": [
                "1707-14051"
            ],
            "persons": [],
            "imported": "2010-06-28T15:50:04+02:00",
            "journal": "J NEURAL TRANSM, GEN SECT",
            "issn": "0300-9564",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.382,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.704,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CLINICAL NEUROLOGY",
            "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": 1708,
            "title": "Multimodal strategies as prerequisite for organ-salvaging tumor surgery.",
            "abstract": null,
            "authors": [
                "Urban, CE",
                "Benesch, M"
            ],
            "year": 1996,
            "source": "Eur J Pediatr Surg. 1996; 6(3):144-147",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:A1996UU96200005",
            "pubmed": "8817205",
            "doi": "10.1055/s-2008-1066492",
            "pmc": null,
            "organizations": [
                "1708-14092"
            ],
            "persons": [
                "1708-51369-6",
                "1708-51657-1"
            ],
            "imported": null,
            "journal": "EUR J PEDIATR SURG",
            "issn": "0939-7248",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.326,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.225352112676056,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PEDIATRICS",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 1709,
            "title": "Multinucleate cell angiohistiocytoma: treatment with argon laser.",
            "abstract": null,
            "authors": [
                "Kopera, D",
                "Smolle, J",
                "Kerl, H"
            ],
            "year": 1995,
            "source": "Br J Dermatol. 1995; 133(2):308-310",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1995RN74700026",
            "pubmed": "7547405",
            "doi": "10.1111/j.1365-2133.1995.tb02636.x",
            "pmc": null,
            "organizations": [
                "1709-14047"
            ],
            "persons": [
                "1709-51620-6",
                "1709-51842-2"
            ],
            "imported": null,
            "journal": "BRIT J DERMATOL",
            "issn": "0007-0963",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 1.71,
            "impactfactor_year": 1995,
            "impactfactor_norm": 0.914285714285714,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "DERMATOLOGY, VENERAL DISEASES",
            "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": 1710,
            "title": "Multiplex polymerase chain reaction for rapid detection of atypical mycobacteria and Mycobacterium tuberculosis complex.",
            "abstract": null,
            "authors": [
                "Klemen, H",
                "Bogiatzis, A",
                "Ghalibafian, M",
                "Popper, HH"
            ],
            "year": 1998,
            "source": "Diagn Mol Pathol. 1998; 7(6):310-316",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000079550000004",
            "pubmed": "10207669",
            "doi": "10.1097%2F00019606-199812000-00004",
            "pmc": null,
            "organizations": [
                "1710-14020",
                "1710-14023",
                "1710-14045"
            ],
            "persons": [
                "1710-51981-1",
                "1710-51523-4"
            ],
            "imported": null,
            "journal": "DIAGN MOL PATHOL",
            "issn": "1052-9551",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.899,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.794117647058823,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PATHOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": true,
            "conference_place": true,
            "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": 1711,
            "title": "Multivariate karyometric approach in differential diagnosis of follicular thyroid neoplasms. A study of 31 cases.",
            "abstract": null,
            "authors": [
                "Tsybrovskyy, O",
                "Vassilenko, I",
                "Mannweiler, S",
                "Klimpfinger, M"
            ],
            "year": 1998,
            "source": "Virchows Arch. 1998; 433(2):135-143",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000075402800005",
            "pubmed": "9737791",
            "doi": "10.1007%2Fs004280050228",
            "pmc": null,
            "organizations": [
                "1711-14020"
            ],
            "persons": [
                "1711-50588-2",
                "1711-51931-6"
            ],
            "imported": null,
            "journal": "VIRCHOWS ARCHIV",
            "issn": "0945-6317",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.867,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.779411764705882,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PATHOLOGY",
            "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": 205829,
            "title": "Disease characteristics and clinical practice of BRAF V600E-mutant metastatic colorectal cancer treatment: Baseline analysis of patients enrolled in the BERING CRC study.",
            "abstract": null,
            "authors": [
                "Stintzing, S",
                "von der Heyde, E",
                "Wierecky, J",
                "Bürkle, D",
                "Forstbauer, H",
                "Hübner, G",
                "Schmidt, B",
                "Schroeder, J",
                "Distelrath, A",
                "Flum, M",
                "Reichenbach, F",
                "Arnold, D",
                "Fritsch, RM",
                "Gerger, A",
                "Hegewisch-Becker, S",
                "Vogel, A",
                "Wagner, AD",
                "Winder, T",
                "Koeberle, D",
                "Prager, GW"
            ],
            "year": 2023,
            "source": "J CLIN ONCOL. 2023; 41:  34-34. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:001093994600140",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "205829-14085"
            ],
            "persons": [
                "205829-58814"
            ],
            "imported": "2023-12-11T08:17:18+01:00",
            "journal": "J CLIN ONCOL",
            "issn": "0732-183X",
            "collection_publisher": null,
            "collection_title": "JOURNAL OF CLINICAL ONCOLOGY; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 45.4,
            "impactfactor_year": 2023,
            "impactfactor_norm": 0.975,
            "impactfactor_norm_year": 2023,
            "impactfactor_norm_category": "ONCOLOGY-SCIE",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 220982,
            "title": "Effects of different fluid management on lung and kidney during pressure-controlled and pressure-support ventilation in experimental acute lung injury",
            "abstract": null,
            "authors": [
                "de Carvalho, EB",
                "Fonseca, ACF",
                "Magalhaes, RF",
                "Pinto, EF",
                "Samary, CD",
                "Antunes, MA",
                "Baldavira, CM",
                "da Silveira, LKR",
                "Teodoro, WR",
                "de Abreu, MG",
                "Capelozzi, VL",
                "Felix, NS",
                "Pelosi, P",
                "Rocco, PRM",
                "Silva, PL"
            ],
            "year": 2022,
            "source": "PHYSIOL REP. 2022; 10(17): e15429",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000850214800001",
            "pubmed": "36065867",
            "doi": "10.14814/phy2.15429",
            "pmc": null,
            "organizations": [],
            "persons": [
                "220982-137275-6"
            ],
            "imported": "2026-02-09T08:58:33+01:00",
            "journal": "PHYSIOL REP",
            "issn": "2051-817X",
            "collection_publisher": null,
            "collection_title": "PHYSIOLOGICAL REPORTS; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "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": 1714,
            "title": "Muscle-specific overexpression of lipoprotein lipase in transgenic mice results in increased alpha-tocopherol levels in skeletal muscle.",
            "abstract": null,
            "authors": [
                "Sattler, W",
                "Levak-Frank, S",
                "Radner, H",
                "Kostner, GM",
                "Zechner, R"
            ],
            "year": 1996,
            "source": "Biochem J. 1996; 318 ( Pt 1)(6):15-19",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996VE10100002",
            "pubmed": "8761445",
            "doi": "10.1042/bj3180015",
            "pmc": "PMC1217581",
            "organizations": [
                "1714-14013",
                "1714-14020"
            ],
            "persons": [
                "1714-51669-6",
                "1714-51705-2"
            ],
            "imported": null,
            "journal": "BIOCHEM J",
            "issn": "0264-6021",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.687,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.810169491525424,
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        }
    ]
}