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=152520&ordering=-year
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 155671,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=152540&ordering=-year",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=152500&ordering=-year",
    "results": [
        {
            "id": 128668,
            "title": "Periphere Atherosklerose",
            "abstract": null,
            "authors": [
                "Pilger, E",
                "Pristautz, H"
            ],
            "year": 1985,
            "source": "Bationales Symposium: Diagnose und therapie von Fettstoffwechselstörungen, Schwerpunkt Atherosklerose; MAI 24, 1985; Graz. 1985. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "128668-51541"
            ],
            "imported": "2013-05-31T23:13:26+02:00",
            "journal": null,
            "issn": null,
            "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": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 133103,
            "title": "Therapie der Immunthrombopenie mit Danazol",
            "abstract": null,
            "authors": [
                "Gisslinger,H",
                "Linkesch,W",
                "Ludwig, H"
            ],
            "year": 1985,
            "source": "Wissenschaftl Sitzung der ÖGIM; Nov 28, 1985; Wien, Austria. 1985. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2014-01-21T00:26:07+01:00",
            "journal": null,
            "issn": null,
            "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": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 135960,
            "title": "[Injury of the gastrointestinal tract following blunt abdominal trauma].",
            "abstract": null,
            "authors": [
                "Dapunt, O",
                "Karlbauer, A",
                "Möseneder, H",
                "Boeckl, O"
            ],
            "year": 1985,
            "source": "Chirurg. 1985; 56(11):695-698",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1985AXZ1500004",
            "pubmed": "3908014",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2014-04-02T13:04:45+02:00",
            "journal": "CHIRURG",
            "issn": "0009-4722",
            "collection_publisher": null,
            "collection_title": "CHIRURG; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.932,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.617,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 137041,
            "title": "Postoperative T cell suppression in relation to preoperative nutritional status in childhood].",
            "abstract": null,
            "authors": [
                "Erwa, W",
                "Kurz, R"
            ],
            "year": 1985,
            "source": "Padiatr Padol. 1985; 20(2):151-163",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "3873054",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2014-05-27T02:00:00+02:00",
            "journal": "Padiatr Padol",
            "issn": "0030-9338",
            "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": null,
            "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": 149859,
            "title": "Cytostatic effect of 4-Hydroxynonenal (HNE) on the growth rate of Ehrlich Ascites tumor cells (EATC) in culture.",
            "abstract": null,
            "authors": [
                "Tillian, HM",
                "Pfragner, R",
                "Esterbauer, H",
                "Schauenstein, E"
            ],
            "year": 1985,
            "source": "Offprint from\r\nNaunyn-Schmiedeberg's Archieves of Pharmacology. 1985; 330 (supplement): R81-R 81.-Joint Meeting of the Belgian, Dutch, and German Pharmacological and Toxicological Societiees ; SEP 23-26, 1985; Aachen, Germany. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2016-01-27T13:58:03+01:00",
            "journal": null,
            "issn": null,
            "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": null,
            "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": 150330,
            "title": "Experimenteller und klinischer Einsatz der kontinuierlichen Blutdichtemessung.\r\n",
            "abstract": null,
            "authors": [
                "Moser, M",
                "Gallasch, E",
                "Kenner,T"
            ],
            "year": 1985,
            "source": "Abstractband des Symposiums für Haemorheologie, Bad Blankenburg. 1985; -Symposium für Haemorheologie; NOV, 1985; Bad Blankenburg, D. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "150330-51671",
                "150330-51814"
            ],
            "imported": "2016-02-05T00:09:35+01:00",
            "journal": null,
            "issn": null,
            "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": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 150331,
            "title": "Verhalten von Blutdichte und Plasmadichte bei orthostatischer Belastung.",
            "abstract": null,
            "authors": [
                "Tiedt, N",
                "Hinghofer-Szalkay, H",
                "Kenner, T",
                "Moser, M\r\n\t\t\r\n"
            ],
            "year": 1985,
            "source": "Abstractband des Symposiums für Haemorheologie . 1985; -Symposium für Haemorheologie ; NOV, 1985;  Bad Blankenburg. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "150331-51671",
                "150331-51683"
            ],
            "imported": "2016-02-05T00:14:11+01:00",
            "journal": null,
            "issn": null,
            "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": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 150514,
            "title": "Bronchus Carcinoide in der Zellkultur",
            "abstract": null,
            "authors": [
                "Pfragner R"
            ],
            "year": 1985,
            "source": "400 Jahre Universität Graz; MAY 10 - 12, 1995; Grazer Kongress, Graz, AUSTRIA. 1985. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2016-02-08T11:51:27+01:00",
            "journal": null,
            "issn": null,
            "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": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "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": 150515,
            "title": "Überprüfung der Cytostatischen Wirksamkeit am Beispiel von Michael- Addukten Alpha, Beta- ungesättigter Aldehyde: extralorporale Untersuchung der Zellteiungsfähigkeit mittels Retard-Implantationstabletten.",
            "abstract": null,
            "authors": [
                "Tillian, HM",
                "Korsatko, W",
                "Pfragner, R"
            ],
            "year": 1985,
            "source": "23th Scientific Meeting of the Society for Laboratory Animal Science (GV-SOLAS); SEP 17 - 20, 1985; Veldhoven, THE NETHERLANDS. 1985. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2016-02-08T11:59:22+01:00",
            "journal": null,
            "issn": null,
            "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": null,
            "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": 8371,
            "title": "Complications of renal tumor embolization.",
            "abstract": null,
            "authors": [
                "Lammer, J",
                "Justich, E",
                "Schreyer, H",
                "Pettek, R"
            ],
            "year": 1985,
            "source": "Cardiovasc Intervent Radiol. 1985; 8(1):31-35",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1985AJG1900006",
            "pubmed": "2410124",
            "doi": "10.1007/BF02552637",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "CARDIOVASC INTERVEN RADIOL",
            "issn": "0174-1551",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.073,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.629032258064516,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CARDIAC & CARDIOVASCULAR SYSTEMS",
            "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": 8457,
            "title": "Evidence for substance P-immunoreactive spinal afferents that mediate bronchoconstriction.",
            "abstract": null,
            "authors": [
                "Saria, A",
                "Martling, CR",
                "Dalsgaard, CJ",
                "Lundberg, JM"
            ],
            "year": 1985,
            "source": "Acta Physiol Scand. 1985; 125(3):407-414",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1985AUP7200008",
            "pubmed": "2417450",
            "doi": "10.1111/j.1748-1716.1985.tb07736.x",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "ACTA PHYSIOL SCAND",
            "issn": "0001-6772",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.745,
            "impactfactor_year": 1994,
            "impactfactor_norm": 1.0,
            "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": 8399,
            "title": "Dihomo-gamma-linolenic acid increases the metabolism of eicosapentaenoic acid in perfused vascular tissue.",
            "abstract": null,
            "authors": [
                "Juan, H",
                "Sametz, W"
            ],
            "year": 1985,
            "source": "PROSTAGLAND LEUK MED. 1985; 19(1): 79-86. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1985AMD5300007",
            "pubmed": "2994115",
            "doi": "10.1016/0262-1746(85)90162-3",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-11-04T17:09:41+01:00",
            "journal": "PROSTAGLAND LEUK MED",
            "issn": "0262-1746",
            "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": 63605,
            "title": "Effects of pressure-controlled intermittent coronary sinus occlusion on regional ischemic myocardial function.",
            "abstract": null,
            "authors": [
                "Mohl, W",
                "Punzengruber, C",
                "Moser, M",
                "Kenner, T",
                "Heimisch, W",
                "Haendchen, R",
                "Meerbaum, S",
                "Maurer, G",
                "Corday, E"
            ],
            "year": 1985,
            "source": "J Am Coll Cardiol. 1985; 5(4):939-947",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1985AFJ3200020",
            "pubmed": "3973296",
            "doi": "10.1016/S0735-1097(85)80437-X",
            "pmc": null,
            "organizations": [],
            "persons": [
                "63605-51671-6"
            ],
            "imported": "2006-12-17T01:00:00+01:00",
            "journal": "J Am Coll Cardiol",
            "issn": "0735-1097",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 6.013,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.967741935483871,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CARDIAC & CARDIOVASCULAR SYSTEMS",
            "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": 66995,
            "title": "Therapy with interferon (recombinant IFN-alpha-2C) in myeloproliferative diseases with severe thrombocytoses",
            "abstract": null,
            "authors": [
                "Linkesch, W",
                "Gisslinger, H",
                "Ludwig, H",
                "Flener, R",
                "Sinzinger, H"
            ],
            "year": 1985,
            "source": "Acta Med Austriaca. 1985; 12(5):123-127",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1985C034000002",
            "pubmed": "3914173",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-04-23T15:00:58+02:00",
            "journal": "ACTA MED AUST",
            "issn": "0303-8173",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.368,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.504672897196262,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 8440,
            "title": "The cerebral venous system.",
            "abstract": null,
            "authors": [
                "Schmidek, HH",
                "Auer, LM",
                "Kapp, JP"
            ],
            "year": 1985,
            "source": "Neurosurgery. 1985; 17(4):663-678",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:A1985ARW5900024",
            "pubmed": "3903542",
            "doi": "10.1227/00006123-198510000-00024",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "NEUROSURGERY",
            "issn": "0148-396X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.67,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.921875,
            "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": 8486,
            "title": "Volume and density changes of biological fluids with temperature.",
            "abstract": null,
            "authors": [
                "Hinghofer-Szalkay, H"
            ],
            "year": 1985,
            "source": "J Appl Physiol. 1985; 59(6):1686-1689",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1985AWM5100002",
            "pubmed": "4077776",
            "doi": "10.1152/jappl.1985.59.6.1686",
            "pmc": null,
            "organizations": [],
            "persons": [
                "8486-51683-2"
            ],
            "imported": null,
            "journal": "J APPL PHYSIOL",
            "issn": "8750-7587",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.852,
            "impactfactor_year": 1994,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "SPORT SCIENCES",
            "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": 8464,
            "title": "The history of anabolic steroids and a review of clinical experience with anabolic steroids.",
            "abstract": null,
            "authors": [
                "Kopera, H"
            ],
            "year": 1985,
            "source": "Acta Endocrinol Suppl (Copenh). 1985; 271(3):11-18",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:A1985AVC4500002",
            "pubmed": "3907240",
            "doi": "10.1530/acta.0.109S00011",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "ACTA ENDOCRINOL",
            "issn": "0001-5598",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.428,
            "impactfactor_year": 1994,
            "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": 8416,
            "title": "Potentiation of tachykinin-induced plasma protein extravasation by calcitonin gene-related peptide.",
            "abstract": null,
            "authors": [
                "Gamse, R",
                "Saria, A"
            ],
            "year": 1985,
            "source": "Eur J Pharmacol. 1985; 114(1):61-66",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1985APJ8600007",
            "pubmed": "2412851",
            "doi": "10.1016/0014-2999(85)90520-5",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "EUR J PHARMACOL",
            "issn": "0014-2999",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.677,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.814606741573034,
            "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": 193449,
            "title": "Chirurgische Endoskopie",
            "abstract": null,
            "authors": [
                "Berger A, Giebler A, Mischinger HJ, Tscheliessnig KH"
            ],
            "year": 1985,
            "source": "Grazer Congress; 10.05.1985; Graz. 1985. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "193449-51595"
            ],
            "imported": "2022-02-15T09:52:08+01:00",
            "journal": null,
            "issn": null,
            "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": null,
            "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": 193450,
            "title": "Hyperthermie",
            "abstract": null,
            "authors": [
                "Berger A, Germann R, Giebler A, Mischinger HJ, Rehak P, Steindorfer P, Wolf G"
            ],
            "year": 1985,
            "source": "Wissenschaft Heute; 10.05.1985; Grazer Congress. 1985. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "193450-51595"
            ],
            "imported": "2022-02-15T09:59:13+01:00",
            "journal": null,
            "issn": null,
            "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": null,
            "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
        }
    ]
}