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=1360
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=1380",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=1340",
    "results": [
        {
            "id": 1662,
            "title": "Minimally invasive laser surgery for the treatment of bilateral vocal cord paralysis.",
            "abstract": null,
            "authors": [
                "Bigenzahn, W",
                "Hoefler, H"
            ],
            "year": 1996,
            "source": "Laryngoscope. 1996; 106(6):791-793",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996UP80600023",
            "pubmed": "8656970",
            "doi": "10.1097%2F00005537-199606000-00024",
            "pmc": null,
            "organizations": [
                "1662-14042"
            ],
            "persons": [],
            "imported": null,
            "journal": "LARYNGOSCOPE",
            "issn": "0023-852X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.118,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.862068965517241,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "OTORHINOLARYNGOLOGY",
            "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": 1665,
            "title": "Mitochondrial encephalomyopathy--two years follow-up by MRI.",
            "abstract": null,
            "authors": [
                "Hausegger, KA",
                "Millner, MM",
                "Ebner, F",
                "Flückiger, F",
                "Justich, E"
            ],
            "year": 1991,
            "source": "Pediatr Radiol. 1991; 21(3):231-233",
            "category": 1,
            "document_type": 10,
            "sci": "ISI:A1991FF52200022",
            "pubmed": "2047169",
            "doi": "10.1007/BF02011058",
            "pmc": null,
            "organizations": [
                "1665-14048",
                "1665-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": 1666,
            "title": "The modern diagnosis of malignant melanoma",
            "abstract": null,
            "authors": [
                "Kerl, H",
                "Sterry, W"
            ],
            "year": 1992,
            "source": "DEUT MED WOCHENSCHR. 1992; 117(6): 223-227. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1992HM20000005",
            "pubmed": "1735388",
            "doi": "10.1055/s-2007-1024259",
            "pmc": null,
            "organizations": [
                "1666-14047"
            ],
            "persons": [
                "1666-51620-2"
            ],
            "imported": "2010-06-30T17:54:29+02:00",
            "journal": "DEUT MED WOCHENSCHR",
            "issn": "0012-0472",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.605,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.607476635514019,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "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": 1667,
            "title": "Modified Electrical Heating-System for Hydride Generation Atomic-Absorption Spectrometry and Elaboration of a Digestion Method for the Determination of Arsenic and Selenium in Biological-Materials",
            "abstract": null,
            "authors": [
                "Mayer, D",
                "Haubenwallner, S",
                "Kosmus, W",
                "Beyer, W"
            ],
            "year": 1992,
            "source": "ANAL CHIM ACTA 1992 268: 315-321.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1992JT33900015",
            "pubmed": null,
            "doi": "10.1016/0003-2670(92)85227-W",
            "pmc": null,
            "organizations": [
                "1667-14012"
            ],
            "persons": [],
            "imported": null,
            "journal": "ANAL CHIM ACTA",
            "issn": "0003-2670",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.696,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.738461538461539,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CHEMISTRY, ANALYTICAL",
            "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": 1668,
            "title": "Modified primers for D12S391 and a modified silver staining technique.",
            "abstract": null,
            "authors": [
                "Ricci, U",
                "Giovannucci Uzielli, ML",
                "Klintschar, M"
            ],
            "year": 1999,
            "source": "Int J Legal Med. 1999; 112(5):342-344",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000082306800019",
            "pubmed": "10460434",
            "doi": "10.1007%2Fs004140050267",
            "pmc": null,
            "organizations": [
                "1668-14019"
            ],
            "persons": [],
            "imported": null,
            "journal": "INT J LEGAL MED",
            "issn": "0937-9827",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.626,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.9,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "MEDICINE, LEGAL",
            "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": 1669,
            "title": "Modified Toupet wrap for gastroesophageal reflux in childhood.",
            "abstract": null,
            "authors": [
                "Mayr, J",
                "Sauer, H",
                "Huber, A",
                "Pilhatsch, A",
                "Ratschek, M"
            ],
            "year": 1998,
            "source": "Eur J Pediatr Surg. 1998; 8(2):75-80",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000073829300003",
            "pubmed": "9617604",
            "doi": "10.1055/s-2008-1071125",
            "pmc": null,
            "organizations": [
                "1669-14020",
                "1669-14049",
                "1669-14054"
            ],
            "persons": [
                "1669-51528-6"
            ],
            "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.355,
            "impactfactor_year": 1998,
            "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": 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": 1671,
            "title": "Modulation of cardiac sodium channel isoform by cyclic AMP dependent protein kinase does not depend on phosphorylation of serine 1504 in the cytosolic loop interconnecting transmembrane domains III and IV.",
            "abstract": null,
            "authors": [
                "Frohnwieser, B",
                "Weigl, L",
                "Schreibmayer, W"
            ],
            "year": 1995,
            "source": "Pflugers Arch. 1995; 430(5):751-753",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1995RZ13800020",
            "pubmed": "7478928",
            "doi": "10.1007/BF00386171",
            "pmc": null,
            "organizations": [
                "1671-14011"
            ],
            "persons": [
                "1671-51041-1"
            ],
            "imported": null,
            "journal": "PFLUGERS ARCH, EUR J PHYSIOL",
            "issn": "0031-6768",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.646,
            "impactfactor_year": 1995,
            "impactfactor_norm": 0.805970149253731,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PHYSIOLOGY",
            "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": 1672,
            "title": "Modulation of gastric contractions in response to tachykinins and bethanechol by extrinsic nerves.",
            "abstract": null,
            "authors": [
                "Holzer-Petsche, U"
            ],
            "year": 1991,
            "source": "BRIT J PHARMACOL 1991 103: 1958-1962.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991FX59700023",
            "pubmed": "1717093",
            "doi": "10.1111/j.1476-5381.1991.tb12359.x",
            "pmc": "PMC1908213",
            "organizations": [
                "1672-14022"
            ],
            "persons": [
                "1672-51517-2"
            ],
            "imported": null,
            "journal": "BRIT J PHARMACOL",
            "issn": "0007-1188",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.695,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.921348314606742,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PHARMACOLOGY & PHARMACY",
            "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": 1673,
            "title": "Modulation of protein composition of nuclear lamina. Reduction of lamins B1 and B2 in livers of griseofulvin-treated mice.",
            "abstract": null,
            "authors": [
                "Zatloukal, K",
                "Denk, H",
                "Spurej, G",
                "Hutter, H"
            ],
            "year": 1992,
            "source": "Lab Invest. 1992; 66(5):589-597",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1992HU76200009",
            "pubmed": "1573853",
            "doi": null,
            "pmc": null,
            "organizations": [
                "1673-14020"
            ],
            "persons": [
                "1673-51515-6",
                "1673-51663-1",
                "1673-51871-6"
            ],
            "imported": null,
            "journal": "LAB INVEST",
            "issn": "0023-6837",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 5.188,
            "impactfactor_year": 1994,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "MEDICAL LABORATORY TECHNOLOGY",
            "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": 190952,
            "title": "Acute Chest Pain: A Stepwise Approach to Management",
            "abstract": null,
            "authors": [
                "Haring, B",
                "Schmidt, A",
                "Frantz, S"
            ],
            "year": 2021,
            "source": "PNEUMOLOGIE. 2021; 75(11): 901-909. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000719565400016",
            "pubmed": "34788891",
            "doi": "10.1055/a-1238-5254",
            "pmc": null,
            "organizations": [
                "190952-14083"
            ],
            "persons": [
                "190952-61189-6"
            ],
            "imported": "2021-12-13T09:09:31+01:00",
            "journal": "PNEUMOLOGIE",
            "issn": "0934-8387",
            "collection_publisher": null,
            "collection_title": "PNEUMOLOGIE; ",
            "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": 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": 1675,
            "title": "Modulation of the skeletal muscle sodium channel alpha-subunit by the beta 1-subunit.",
            "abstract": null,
            "authors": [
                "Wallner, M",
                "Weigl, L",
                "Meera, P",
                "Lotan, I"
            ],
            "year": 1993,
            "source": "FEBS Lett. 1993; 336(3):535-539",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1993MQ03400032",
            "pubmed": "8282123",
            "doi": "10.1016/0014-5793(93)80871-Q",
            "pmc": null,
            "organizations": [
                "1675-14011"
            ],
            "persons": [],
            "imported": null,
            "journal": "FEBS LETT",
            "issn": "0014-5793",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.6,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.842105263157895,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "BIOPHYSICS",
            "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": 1676,
            "title": "Molecular acoustic as a new tool for the study of biophysical properties of lipoproteins.",
            "abstract": null,
            "authors": [
                "Hianik, T",
                "Rybár, P",
                "Kostner, GM",
                "Hermetter, A"
            ],
            "year": 1997,
            "source": "Biophys Chem. 1997; 67(1-3):221-228",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997YH20600022",
            "pubmed": "9397526",
            "doi": "10.1016%2FS0301-4622%2897%2900041-0",
            "pmc": null,
            "organizations": [
                "1676-14013"
            ],
            "persons": [
                "1676-51669-6"
            ],
            "imported": null,
            "journal": "BIOPHYS CHEM",
            "issn": "0301-4622",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.596,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.565217391304348,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CHEMISTRY, PHYSICAL",
            "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": 1677,
            "title": "Molecular alterations of canalicular transport systems in experimental models of cholestasis: possible functional correlations.",
            "abstract": null,
            "authors": [
                "Trauner, M"
            ],
            "year": 1997,
            "source": "Yale J Biol Med. 1997; 70(4):365-378",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000074016400010",
            "pubmed": "9626757",
            "doi": null,
            "pmc": "PMC2589339",
            "organizations": [
                "1677-14081"
            ],
            "persons": [],
            "imported": null,
            "journal": "YALE J BIOL MED",
            "issn": "0044-0086",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.245,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.319444444444444,
            "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": 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": true
        },
        {
            "id": 1678,
            "title": "Molecular and clinical findings in Austrian cystic fibrosis patients with mutations in exon 11 of the CFTR gene.",
            "abstract": null,
            "authors": [
                "Greil, I",
                "Wagner, K",
                "Eber, E",
                "Zach, M",
                "Rosenkranz, W"
            ],
            "year": 1995,
            "source": "WIEN KLIN WOCHENSCHR 1995 107: 464-469.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1995RL89500004",
            "pubmed": "7545856",
            "doi": null,
            "pmc": null,
            "organizations": [
                "1678-14021",
                "1678-14048"
            ],
            "persons": [
                "1678-51527-6",
                "1678-51713-6"
            ],
            "imported": null,
            "journal": "WIEN KLIN WOCHENSCHR",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.215,
            "impactfactor_year": 1995,
            "impactfactor_norm": 0.551401869158878,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "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": 1680,
            "title": "Molecular mechanism of protein kinase C modulation of sodium channel alpha-subunits expressed in Xenopus oocytes.",
            "abstract": null,
            "authors": [
                "Schreibmayer, W",
                "Dascal, N",
                "Lotan, I",
                "Wallner, M",
                "Weigl, L"
            ],
            "year": 1991,
            "source": "FEBS Lett. 1991; 291(2):341-344",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991GN10000043",
            "pubmed": "1657647",
            "doi": "10.1016%2F0014-5793%2891%2981316-Z",
            "pmc": null,
            "organizations": [
                "1680-14011"
            ],
            "persons": [],
            "imported": null,
            "journal": "FEBS LETT",
            "issn": "0014-5793",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.6,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.842105263157895,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "BIOPHYSICS",
            "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": 1682,
            "title": "Molecular detection of clone-specific DNA in hypopigmented lesions of a patient with early evolving mycosis fungoides.",
            "abstract": null,
            "authors": [
                "Volkenandt, M",
                "Soyer, HP",
                "Cerroni, L",
                "Koch, OM",
                "Atzpodien, J",
                "Kerl, H"
            ],
            "year": 1993,
            "source": "BRIT J DERMATOL 1993 128: 423-428.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1993KW69900012",
            "pubmed": "8388235",
            "doi": "10.1111/j.1365-2133.1993.tb00203.x",
            "pmc": null,
            "organizations": [
                "1682-14047"
            ],
            "persons": [
                "1682-51751-6",
                "1682-51620-6"
            ],
            "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.871,
            "impactfactor_year": 1994,
            "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": false
        },
        {
            "id": 191423,
            "title": "Toward an Optimized Staging System for Pancreatic Ductal Adenocarcinoma: A Clinically Interpretable, Artificial Intelligence-Based Model.",
            "abstract": null,
            "authors": [
                "Bertsimas, D",
                "Margonis, GA",
                "Huang, Y",
                "Andreatos, N",
                "Wiberg, H",
                "Ma, Y",
                "Mcintyre, C",
                "Pulvirenti, A",
                "Wagner, D",
                "van, Dam, JL",
                "Gavazzi, F",
                "Buettner, S",
                "Imai, K",
                "Stasinos, G",
                "He, J",
                "Kamphues, C",
                "Beyer, K",
                "Seeliger, H",
                "Weiss, MJ",
                "Kreis, M",
                "Cameron, JL",
                "Wei, AC",
                "Kornprat, P",
                "Baba, H",
                "Koerkamp, BG",
                "Zerbi, A",
                "D'Angelica, M",
                "Wolfgang, CL"
            ],
            "year": 2021,
            "source": "JCO Clin Cancer Inform. 2021; 5:1220-1231",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000838577700049",
            "pubmed": "34936469",
            "doi": "10.1200/CCI.21.00001",
            "pmc": "PMC9848537",
            "organizations": [
                "191423-14073"
            ],
            "persons": [
                "191423-50039-6",
                "191423-59327-6"
            ],
            "imported": "2022-01-05T01:00:00+01:00",
            "journal": "JCO Clin Cancer Inform",
            "issn": "2473-4276",
            "collection_publisher": null,
            "collection_title": null,
            "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": true
        },
        {
            "id": 1685,
            "title": "Monoclonal antibody to rat alpha-CGRP: production, characterization, and in vivo immunoneutralization activity.",
            "abstract": null,
            "authors": [
                "Wong, HC",
                "Taché, Y",
                "Lloyd, KC",
                "Yang, H",
                "Sternini, C",
                "Holzer, P",
                "Walsh, JH"
            ],
            "year": 1993,
            "source": "HYBRIDOMA. 1993; 12:  93-106. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1993KN26700008",
            "pubmed": "8095920",
            "doi": "10.1089/hyb.1993.12.93",
            "pmc": null,
            "organizations": [
                "1685-14022"
            ],
            "persons": [
                "1685-51529-6"
            ],
            "imported": "2010-07-19T12:24:15+02:00",
            "journal": "HYBRIDOMA",
            "issn": "0272-457X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.91,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.284552845528455,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "BIOTECHNOLOGY & APPLIED MICROBIOLOGY",
            "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": 1687,
            "title": "Morphologic basis of the functional gastric acid barrier.",
            "abstract": null,
            "authors": [
                "Pabst, MA",
                "Wachter, C",
                "Holzer, P"
            ],
            "year": 1996,
            "source": "LAB INVEST 1996 74: 78-85.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996TT75700010",
            "pubmed": "8569200",
            "doi": null,
            "pmc": null,
            "organizations": [
                "1687-14014",
                "1687-14022"
            ],
            "persons": [
                "1687-51529-6"
            ],
            "imported": null,
            "journal": "LAB INVEST",
            "issn": "0023-6837",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.64,
            "impactfactor_year": 1996,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "MEDICAL LABORATORY TECHNOLOGY",
            "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": 1688,
            "title": "Morphologic studies of the peripheral vitreoretinal interface in humans reveal structures implicated in the pathogenesis of retinal tears.",
            "abstract": null,
            "authors": [
                "Dunker, S",
                "Glinz, J",
                "Faulborn, J"
            ],
            "year": 1997,
            "source": "Retina. 1997; 17(2):124-130",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997WW83100007",
            "pubmed": "9143040",
            "doi": "10.1097%2F00006982-199703000-00007",
            "pmc": null,
            "organizations": [
                "1688-14043"
            ],
            "persons": [],
            "imported": null,
            "journal": "RETINA, J RETIN VITR DIS",
            "issn": "0275-004X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.836,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.547619047619048,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "OPHTHALMOLOGY",
            "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
        }
    ]
}