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=760&ordering=year
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 156966,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=780&ordering=year",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=740&ordering=year",
    "results": [
        {
            "id": 67051,
            "title": "Heme synthesis and iron status in pregnancy",
            "abstract": null,
            "authors": [
                "Linkesch, W",
                "Pavelka, R",
                "Kofler, E",
                "Müller, M"
            ],
            "year": 1979,
            "source": "Acta Med Austriaca Suppl. 1979; 6(42): 368-372. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "299236",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-04-24T02:00:00+02:00",
            "journal": "Acta Med Austriaca Suppl",
            "issn": "0303-8181",
            "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": 67054,
            "title": "New aspects in the pathogenesis of anemia in chronic polyarthritis",
            "abstract": null,
            "authors": [
                "Linkesch, W",
                "Müller, M",
                "Scherak, O"
            ],
            "year": 1979,
            "source": "Acta Med Austriaca Suppl. 1979; 6(42): 387-389. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "299239",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-04-24T02:00:00+02:00",
            "journal": "Acta Med Austriaca Suppl",
            "issn": "0303-8181",
            "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": 68077,
            "title": "Immunologic studies of prothrombin in newborns.",
            "abstract": null,
            "authors": [
                "Muntean, W",
                "Petek, W",
                "Rosanelli, K",
                "Mutz, ID"
            ],
            "year": 1979,
            "source": "Pediatr Res. 1979; 13(11):1262-1265",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1979HS65500011",
            "pubmed": "514690",
            "doi": "10.1203/00006450-197911000-00011",
            "pmc": null,
            "organizations": [],
            "persons": [
                "68077-51651-2"
            ],
            "imported": "2007-08-24T02:00:00+02:00",
            "journal": "Pediatr Res",
            "issn": "0031-3998",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.664,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 68078,
            "title": "Loss of inhibitors of the blood coagulation system in protein-losing enteropathy (author's transl)",
            "abstract": null,
            "authors": [
                "Muntean, W",
                "Rossipal, E"
            ],
            "year": 1979,
            "source": "Klin Padiatr. 1979; 191(1): 20-23. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1979GF46400003",
            "pubmed": "310494",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "68078-51651-2"
            ],
            "imported": "2007-08-24T02:00:00+02:00",
            "journal": "Klin Padiatr",
            "issn": "0300-8630",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.321,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 68079,
            "title": "Thrombasthenia in a newborn (author's transl)",
            "abstract": null,
            "authors": [
                "Muntean, W",
                "Messner, H",
                "Urban, C",
                "Mutz, ID"
            ],
            "year": 1979,
            "source": "Padiatr Padol. 1979; 14(3): 279-284. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1979HC72600009",
            "pubmed": "471527",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "68079-51651-2"
            ],
            "imported": "2007-08-24T02:00:00+02:00",
            "journal": "Padiatr Padol",
            "issn": "0030-9338",
            "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": 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": false
        },
        {
            "id": 68080,
            "title": "Make your own diagnosis",
            "abstract": null,
            "authors": [
                "Grubbauer, HM",
                "Muntean, W"
            ],
            "year": 1979,
            "source": "Padiatr Padol. 1979; 14(3): 289-292. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1979HC72600011",
            "pubmed": "471529",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "68080-51651-6"
            ],
            "imported": "2007-08-24T02:00:00+02:00",
            "journal": "Padiatr Padol",
            "issn": "0030-9338",
            "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": 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": 68081,
            "title": "Change of plasmatic blood coagulation factors by exchange transfusion using heparin and ACD blood in newborn infants",
            "abstract": null,
            "authors": [
                "Klose, HJ",
                "Belohradsky, BH",
                "Linderkamp, O",
                "Muntean, W"
            ],
            "year": 1979,
            "source": "Monatsschr Kinderheilkd. 1979; 127(5): 270-271. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1979GW38900013",
            "pubmed": "465134",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "68081-51651-6"
            ],
            "imported": "2007-08-24T02:00:00+02:00",
            "journal": "Monatsschr Kinderheilkd",
            "issn": "0026-9298",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.163,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 68082,
            "title": "Treatment of scabies in infants and young children (1-3 years old)",
            "abstract": null,
            "authors": [
                "Muntean, I",
                "Liszka, P",
                "Jekeli, W",
                "Jones, P",
                "Sita, M",
                "Popescu, A",
                "Kiss, E",
                "Dunca, J"
            ],
            "year": 1979,
            "source": "Rev Pediatr Obstet Ginecol Pediatr. 1979; 28(4): 371-375. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "120599",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "68082-51651-1"
            ],
            "imported": "2007-08-24T02:00:00+02:00",
            "journal": "Rev Pediatr Obstet Ginecol Pediatr",
            "issn": "0303-8416",
            "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": 68509,
            "title": "Clinical psychology in rehabilitative cardiology - a working model (author's transl)",
            "abstract": null,
            "authors": [
                "Egger, J"
            ],
            "year": 1979,
            "source": "Rehabilitation (Stuttg). 1979; 18(3): 123-134. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1979HH52400003",
            "pubmed": "482729",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "68509-51505-2"
            ],
            "imported": "2007-09-19T02:00:00+02:00",
            "journal": "Rehabilitation (Stuttg)",
            "issn": "0034-3536",
            "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": false
        },
        {
            "id": 70762,
            "title": "Identification of antithrombin III in human aqueous humor (author's transl)",
            "abstract": null,
            "authors": [
                "Schmut, O",
                "Hofmann, H"
            ],
            "year": 1979,
            "source": "Albrecht Von Graefes Arch Klin Exp Ophthalmol. 1979; 210(3): 219-221. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1979GW87900009",
            "pubmed": "116567",
            "doi": "10.1007/BF00414572",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-10-19T02:00:00+02:00",
            "journal": "Albrecht Von Graefes Arch Klin Exp Ophthalmol",
            "issn": "0065-6100",
            "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": false
        },
        {
            "id": 70763,
            "title": "Spin-lattice-relaxationtime-T1 measurements of hyaluronic acid (author's transl)",
            "abstract": null,
            "authors": [
                "Hofmann, H",
                "Schmut, O",
                "Sterk, H",
                "Kopp, H"
            ],
            "year": 1979,
            "source": "Z Naturforsch [C]. 1979; 34(7-8): 508-511. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1979HH51600004",
            "pubmed": "40353",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-10-19T02:00:00+02:00",
            "journal": "Z Naturforsch [C]",
            "issn": "0939-5075",
            "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": false
        },
        {
            "id": 70764,
            "title": "Isolation of different hydroxyproline containing proteins from bovine vitreous body collagen.",
            "abstract": null,
            "authors": [
                "Schmut, O",
                "Reich, ME",
                "Hofmann, H"
            ],
            "year": 1979,
            "source": "Albrecht Von Graefes Arch Klin Exp Ophthalmol. 1979; 211(4): 329-332. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1979HS94100008",
            "pubmed": "317229",
            "doi": "10.1007/BF00414692",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-10-19T02:00:00+02:00",
            "journal": "Albrecht Von Graefes Arch Klin Exp Ophthalmol",
            "issn": "0065-6100",
            "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": false
        },
        {
            "id": 70765,
            "title": "Biochemical and electronmicroscopic investigations of the antler's collagen",
            "abstract": null,
            "authors": [
                "Roll, P",
                "Schmut, O",
                "Reich, ME",
                "Hofmann, H"
            ],
            "year": 1979,
            "source": "Mikroskopie. 1979; 35(9-10): 275-279. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1979HY44300004",
            "pubmed": "547204",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-10-19T02:00:00+02:00",
            "journal": "Mikroskopie",
            "issn": "0026-3702",
            "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": 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": false
        },
        {
            "id": 72073,
            "title": "Accumulation of 3HATP in small dense core vesicles of superfused vasa deferentia.",
            "abstract": null,
            "authors": [
                "Aberer, W",
                "Stitzel, R",
                "Winkler, H",
                "Huber, E"
            ],
            "year": 1979,
            "source": "J Neurochem. 1979; 33(3):797-801",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1979HL77700022",
            "pubmed": "479892",
            "doi": "10.1111/j.1471-4159.1979.tb05227.x",
            "pmc": null,
            "organizations": [],
            "persons": [
                "72073-51346-1"
            ],
            "imported": "2007-11-26T01:00:00+01:00",
            "journal": "J Neurochem",
            "issn": "0022-3042",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.525,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 72074,
            "title": "Characterization and topography of the glycoproteins of adrenal chromaffin granules.",
            "abstract": null,
            "authors": [
                "Huber, E",
                "König, P",
                "Schuler, G",
                "Aberer, W",
                "Plattner, H",
                "Winkler, H"
            ],
            "year": 1979,
            "source": "J Neurochem. 1979; 32(1):35-47",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1979GF73200005",
            "pubmed": "759583",
            "doi": "10.1111/j.1471-4159.1979.tb04507.x",
            "pmc": null,
            "organizations": [],
            "persons": [
                "72074-51346-6"
            ],
            "imported": "2007-11-26T01:00:00+01:00",
            "journal": "J Neurochem",
            "issn": "0022-3042",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.525,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 72197,
            "title": "Disturbances of the coagulatory system in patients with severe cerebral trauma II. Platelet function.",
            "abstract": null,
            "authors": [
                "Auer, LM",
                "Ott, E"
            ],
            "year": 1979,
            "source": "Acta Neurochir (Wien). 1979; 49(3-4): 219-226. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1979HS99800007",
            "pubmed": "517179",
            "doi": "10.1007/BF01808961",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-11-27T01:00:00+01:00",
            "journal": "Acta Neurochir (Wien)",
            "issn": "0001-6268",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.748,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 72198,
            "title": "Risk factors of stroke and complication of angiography (author's transl)",
            "abstract": null,
            "authors": [
                "Witzmann, A",
                "Lechner, H",
                "Ladurner, G",
                "Ott, E"
            ],
            "year": 1979,
            "source": "Nervenarzt. 1979; 50(3): 154-156. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1979GQ08300005",
            "pubmed": "440500",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-11-27T01:00:00+01:00",
            "journal": "Nervenarzt",
            "issn": "0028-2804",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.5,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 72210,
            "title": "Blood circulation and the nervous system. Physiological and pathophysiological aspects of cerebral hemodynamics",
            "abstract": null,
            "authors": [
                "Lechner, H",
                "Ott, E"
            ],
            "year": 1979,
            "source": "MMW Munch Med Wochenschr. 1979; 121(20): 691-692. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1979GV03900011",
            "pubmed": "112409",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-11-27T01:00:00+01:00",
            "journal": "MMW Munch Med Wochenschr",
            "issn": "0341-3098",
            "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": false
        },
        {
            "id": 72211,
            "title": "Acute and chronic cerebrovascular insufficiency. Diagnosis of cerebrovascular insufficiency by means of apparatus",
            "abstract": null,
            "authors": [
                "Lechner, H",
                "Ladurner, G",
                "Ott, E",
                "Sager, WD"
            ],
            "year": 1979,
            "source": "Med Welt. 1979; 30(36): 1289-1293. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1979HK64200001",
            "pubmed": "491922",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-11-27T01:00:00+01:00",
            "journal": "Med Welt",
            "issn": "0025-8512",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.056,
            "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": 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": false
        },
        {
            "id": 72257,
            "title": "UPTAKE OF CATECHOLAMINES AND ATP IN CATECHOLAMINE STORAGE",
            "abstract": null,
            "authors": [
                "WINKLER, H",
                "ABERER, W",
                "HUBER, E"
            ],
            "year": 1979,
            "source": "WIEN KLIN WOCHENSCHR. 1979; 91(10): 360-360. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:A1979GV76400059",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-11-28T10:27:30+01:00",
            "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": 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": false
        }
    ]
}