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=152000&ordering=imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 156885,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=152020&ordering=imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=151980&ordering=imported",
    "results": [
        {
            "id": 427,
            "title": "Cervical cancer: serial MR imaging before and after primary radiation therapy--a 2-year follow-up study.",
            "abstract": null,
            "authors": [
                "Flueckiger, F",
                "Ebner, F",
                "Poschauko, H",
                "Tamussino, K",
                "Einspieler, R",
                "Ranner, G"
            ],
            "year": 1992,
            "source": "Radiology. 1992; 184(1):89-93",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1992HZ68200020",
            "pubmed": "1609108",
            "doi": "10.1148/radiology.184.1.1609108",
            "pmc": null,
            "organizations": [
                "427-14038",
                "427-14054"
            ],
            "persons": [
                "427-51826-6"
            ],
            "imported": null,
            "journal": "RADIOLOGY",
            "issn": "0033-8419",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.8,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.987341772151899,
            "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": 426,
            "title": "Cerebrovascular disease and Lp(a): its role in atherosclerotic plaque formation and vessel wall elasticity of the carotid arteries.",
            "abstract": null,
            "authors": [
                "Jürgens, G",
                "Költringer, P"
            ],
            "year": 1994,
            "source": "Chem Phys Lipids. 1994; 67-68(3):429-434",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1994NB02900049",
            "pubmed": "8187243",
            "doi": "10.1016/0009-3084(94)90166-X",
            "pmc": null,
            "organizations": [
                "426-14013"
            ],
            "persons": [
                "426-51511-2"
            ],
            "imported": null,
            "journal": "CHEM PHYS LIPIDS",
            "issn": "0009-3084",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.281,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.666666666666667,
            "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": 425,
            "title": "Cerebrovascular risk factors in an elderly Austrian population: first year results of the Austrian Stroke Prevention Study (ASPS).",
            "abstract": null,
            "authors": [
                "Lechner, H",
                "Schmidt, R",
                "Reinhart, B",
                "Grieshofer, P",
                "Eber, B",
                "Fazekas, F",
                "Schumacher, M",
                "Horner, S",
                "Freidl, W",
                "Niederkorn, K"
            ],
            "year": 1993,
            "source": "Wien Klin Wochenschr. 1993; 105(14):398-403",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1993LM72400003",
            "pubmed": "8367975",
            "doi": null,
            "pmc": null,
            "organizations": [
                "425-14051"
            ],
            "persons": [
                "425-51545-6",
                "425-51546-6",
                "425-51699-6",
                "425-51845-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.268,
            "impactfactor_year": 1994,
            "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": 8404,
            "title": "Factors affecting the conversion of high-density lipoproteins: experiments with pig and human plasma.",
            "abstract": null,
            "authors": [
                "Knipping, G",
                "Zechner, R",
                "Kostner, GM",
                "Holasek, A"
            ],
            "year": 1985,
            "source": "Biochim Biophys Acta. 1985; 835(2):244-252",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1985ANC7700011",
            "pubmed": "4005282",
            "doi": "10.1016/0005-2760(85)90279-6",
            "pmc": null,
            "organizations": [],
            "persons": [
                "8404-51669-6"
            ],
            "imported": null,
            "journal": "BIOCHIM BIOPHYS ACTA",
            "issn": "0006-3002",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.507,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.701754385964912,
            "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": 422,
            "title": "Cerebral ischemia and Alzheimer's disease: critical role of PET and implications for therapeutic intervention.",
            "abstract": null,
            "authors": [
                "Alavi, A",
                "Clark, C",
                "Fazekas, F"
            ],
            "year": 1998,
            "source": "J Nucl Med. 1998; 39(8):1363-1365",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000075254900014",
            "pubmed": "9708508",
            "doi": null,
            "pmc": null,
            "organizations": [
                "422-14051"
            ],
            "persons": [],
            "imported": null,
            "journal": "J NUCL MED",
            "issn": "0161-5505",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.064,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.949367088607595,
            "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": 421,
            "title": "Cerebral schistosomiasis: MR and CT appearance.",
            "abstract": null,
            "authors": [
                "Preidler, KW",
                "Riepl, T",
                "Szolar, D",
                "Ranner, G"
            ],
            "year": 1996,
            "source": "AJNR Am J Neuroradiol. 1996; 17(8):1598-1600",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996VJ22000033",
            "pubmed": "8883665",
            "doi": null,
            "pmc": null,
            "organizations": [
                "421-14054"
            ],
            "persons": [],
            "imported": null,
            "journal": "AMER J NEURORADIOL",
            "issn": "0195-6108",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 1.75,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.810126582278481,
            "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": 420,
            "title": "Cerebral primitive neuro-ectodermal tumour following treatment of a unilateral retinoblastoma.",
            "abstract": null,
            "authors": [
                "Dorfmüller, G",
                "Würtz, FG",
                "Kleinert, R",
                "Lanner, G"
            ],
            "year": 1997,
            "source": "Acta Neurochir (Wien). 1997; 139(8):749-755",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997XT96700020",
            "pubmed": "9309290",
            "doi": "10.1007/BF01420048",
            "pmc": null,
            "organizations": [
                "420-14020"
            ],
            "persons": [],
            "imported": null,
            "journal": "ACTA NEUROCHIR",
            "issn": "0001-6268",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.623,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.515625,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "SURGERY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 419,
            "title": "Cerebral monitoring in anesthesia and intensive care",
            "abstract": null,
            "authors": [
                "Litscher, G",
                "Schwarz, G"
            ],
            "year": 1995,
            "source": "Biomed Tech (Berl). 1995; 40(9):231-240",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1995RW49200003",
            "pubmed": "7492726",
            "doi": "10.1515/bmte.1995.40.9.231",
            "pmc": null,
            "organizations": [
                "419-14044"
            ],
            "persons": [
                "419-51073-6"
            ],
            "imported": null,
            "journal": "BIOMED TECH",
            "issn": "0013-5585",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.478,
            "impactfactor_year": 1995,
            "impactfactor_norm": 0.3,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "MEDICAL INFORMATICS",
            "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": 418,
            "title": "Cerebral hemodynamic changes following treatment with erythropoietin.",
            "abstract": null,
            "authors": [
                "Horina, JH",
                "Fazekas, F",
                "Niederkorn, K",
                "Payer, F",
                "Valetitsch, H",
                "Winkler, HM",
                "Horner, S",
                "Freidl, W",
                "Pogglitsch, H",
                "Krejs, GJ"
            ],
            "year": 1991,
            "source": "Nephron. 1991; 58(4):407-412",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991FW69700004",
            "pubmed": "1922604",
            "doi": "10.1159/000186471",
            "pmc": null,
            "organizations": [
                "418-14051",
                "418-29444"
            ],
            "persons": [
                "418-51534-6",
                "418-51545-6",
                "418-51546-6",
                "418-51717-2",
                "418-51845-6"
            ],
            "imported": null,
            "journal": "NEPHRON",
            "issn": "0028-2766",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.441,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.682926829268293,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "UROLOGY & NEPHROLOGY",
            "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": 8405,
            "title": "Medullary carcinoma of the thyroid with calcified metastases",
            "abstract": null,
            "authors": [
                "Hörmann, M",
                "Hackl, A",
                "Schneider, G"
            ],
            "year": 1985,
            "source": "Rofo. 1985; 143(1):118-120",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1985ANC8400027",
            "pubmed": "2992005",
            "doi": "10.1055/s-2008-1052775",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "FORTSCHR RONTGENSTRAHL NUKL",
            "issn": "0340-1618",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 414,
            "title": "Central versus peripheral site of action of the tachykinin NK1-antagonist RP 67580 in inhibiting chemonociception.",
            "abstract": null,
            "authors": [
                "Holzer-Petsche, U",
                "Rordorf-Nikolic, T"
            ],
            "year": 1995,
            "source": "BRIT J PHARMACOL 1995 115: 486-490.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1995RB15000018",
            "pubmed": "7582461",
            "doi": "10.1111/j.1476-5381.1995.tb16359.x",
            "pmc": "PMC1908400",
            "organizations": [
                "414-14022"
            ],
            "persons": [
                "414-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.739,
            "impactfactor_year": 1995,
            "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": 5996,
            "title": "HbA1c determination in patients with hemoglobinopathies.",
            "abstract": null,
            "authors": [
                "Schnedl, WJ",
                "Trinker, M",
                "Lipp, RW"
            ],
            "year": 1999,
            "source": "Diabetes Care. 1999; 22(2):368-369",
            "category": 1,
            "document_type": 2,
            "sci": "ISI:000078214000036",
            "pubmed": "10333966",
            "doi": "10.2337/diacare.22.2.368",
            "pmc": null,
            "organizations": [],
            "persons": [
                "5996-51948-6"
            ],
            "imported": null,
            "journal": "DIABETES CARE       ",
            "issn": "0149-5992",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 5.076,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.882352941176471,
            "impactfactor_norm_year": 1999,
            "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": true
        },
        {
            "id": 412,
            "title": "Cellular automaton simulation of tumour growth -- equivocal relationships between simulation parameters and morphologic pattern features.",
            "abstract": null,
            "authors": [
                "Smolle, J"
            ],
            "year": 1998,
            "source": "Anal Cell Pathol. 1998; 17(2):71-82",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000078763000001",
            "pubmed": "10052631",
            "doi": "10.1155/1998/920709",
            "pmc": null,
            "organizations": [
                "412-14047"
            ],
            "persons": [
                "412-51617-2"
            ],
            "imported": null,
            "journal": "ANAL CELL PATHOL",
            "issn": "0921-8912",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.696,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.338235294117647,
            "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": 411,
            "title": "Cellular invasion without cellular motility in a stochastic growth model.",
            "abstract": null,
            "authors": [
                "Smolle, J",
                "Hofmann-Wellenhof, R",
                "Fink-Puches, R"
            ],
            "year": 1996,
            "source": "Anal Cell Pathol. 1996; 10(1):37-43",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996TR79500004",
            "pubmed": "8789268",
            "doi": null,
            "pmc": null,
            "organizations": [
                "411-14047"
            ],
            "persons": [
                "411-51617-2",
                "411-51711-6",
                "411-52589-6"
            ],
            "imported": null,
            "journal": "ANAL CELL PATHOL",
            "issn": "0921-8912",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.02,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.338235294117647,
            "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": true
        },
        {
            "id": 8407,
            "title": "Pollution of drinking water by tetrachloroethylene",
            "abstract": null,
            "authors": [
                "Möse, JR",
                "Wilfinger, G",
                "Zeichen, R"
            ],
            "year": 1985,
            "source": "Zentralbl Bakteriol Mikrobiol Hyg [B]. 1985; 181(1-2):111-120",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1985ANG3200077",
            "pubmed": "2864768",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "ZBL BAKT MIKROBIOL HYG B-UMWE",
            "issn": "0174-3015",
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 5997,
            "title": "Is rapid gastric emptying in type II diabetic patients emptying the stomach in less time than in normal subjects?",
            "abstract": null,
            "authors": [
                "Lipp, RW",
                "Schnedl, WJ"
            ],
            "year": 1997,
            "source": "Diabetes Care. 1997; 20(1):116-116",
            "category": 1,
            "document_type": 20,
            "sci": "ISI:A1997VY89000026",
            "pubmed": "9028708",
            "doi": "10.2337/diacare.20.1.116a",
            "pmc": null,
            "organizations": [],
            "persons": [
                "5997-51948-2"
            ],
            "imported": null,
            "journal": "DIABETES CARE       ",
            "issn": "0149-5992",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.321,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.867469879518072,
            "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": 8408,
            "title": "Protein thiols in normal and neoplastic human uterine cervix.",
            "abstract": null,
            "authors": [
                "Slater, TF",
                "Bajardi, F",
                "Benedetto, C",
                "Bussolati, G",
                "Cianfano, S",
                "Dianzani, MU",
                "Ghiringhello, B",
                "Nöhammer, G",
                "Rojanapo, W",
                "Schauenstein, E"
            ],
            "year": 1985,
            "source": "FEBS Lett. 1985; 187(2):267-271",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1985ANK7000018",
            "pubmed": "4018264",
            "doi": "10.1016/0014-5793(85)81256-4",
            "pmc": null,
            "organizations": [],
            "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": 407,
            "title": "CDKN2a/p16INK4a mutations and lack of p19ARF involvement in familial melanoma kindreds.",
            "abstract": null,
            "authors": [
                "Fargnoli, MC",
                "Chimenti, S",
                "Keller, G",
                "Soyer, HP",
                "Dal Pozzo, V",
                "Höfler, H",
                "Peris, K"
            ],
            "year": 1998,
            "source": "J Invest Dermatol. 1998; 111(6):1202-1206",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000077381000046",
            "pubmed": "9856841",
            "doi": "10.1046/j.1523-1747.1998.00412.x",
            "pmc": null,
            "organizations": [
                "407-14047"
            ],
            "persons": [],
            "imported": null,
            "journal": "J INVEST DERMATOL",
            "issn": "0022-202X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.822,
            "impactfactor_year": 1998,
            "impactfactor_norm": 1.0,
            "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": 406,
            "title": "CD56+ blastic transformation of chronic myeloid leukemia involving the skin.",
            "abstract": null,
            "authors": [
                "Kaddu, S",
                "Beham-Schmid, C",
                "Zenahlik, P",
                "Kerl, H",
                "Cerroni, L"
            ],
            "year": 1999,
            "source": "J Cutan Pathol. 1999; 26(10):497-503",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000083983400004",
            "pubmed": "10599940",
            "doi": "10.1111/j.1600-0560.1999.tb01796.x",
            "pmc": null,
            "organizations": [
                "406-14020",
                "406-14047"
            ],
            "persons": [
                "406-51751-4",
                "406-51620-6",
                "406-53442-1"
            ],
            "imported": null,
            "journal": "J CUTANEOUS PATHOL",
            "issn": "0303-6987",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 1.718,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.805555555555556,
            "impactfactor_norm_year": 1999,
            "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": 7244,
            "title": "The effect of experimentally induced histamine deficiency on growth and rate of taking of model tumours (author's transl)",
            "abstract": null,
            "authors": [
                "Möse, JR",
                "Moser, M",
                "Fischer, G"
            ],
            "year": 1980,
            "source": "Arch Geschwulstforsch. 1980; 50(1):58-65",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1980JH80100008",
            "pubmed": "7447632",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "ARCH GESCHWULSTFORSCH",
            "issn": "0003-911X",
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        }
    ]
}