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=156380&ordering=-year
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 156913,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=156400&ordering=-year",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=156360&ordering=-year",
    "results": [
        {
            "id": 107050,
            "title": "Localisation and characterization of the fatty acid synthesizing system in cells of Glycine max (soubean) suspension cultures.",
            "abstract": null,
            "authors": [
                "Nothelfer, HG",
                "Barckhaus, RH",
                "Spener, F"
            ],
            "year": 1977,
            "source": "Biochim Biophys Acta. 1977; 489(3):370-380",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1977EF36000003",
            "pubmed": "563244",
            "doi": "10.1016/0005-2760(77)90157-6",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2010-12-13T01:00:00+01:00",
            "journal": "Biochim Biophys Acta",
            "issn": "0006-3002",
            "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": 65679,
            "title": "Treatment of cryptorchidism by intranasal synthetic luteinising-hormone releasing hormone. Results of a collaborative double-blind study.",
            "abstract": null,
            "authors": [
                "Illig, R",
                "Exner, GU",
                "Kollmann, F",
                "Kellerer, K",
                "Borkenstein, M",
                "Lunglmayr, L",
                "Kuber, W",
                "Prader, A"
            ],
            "year": 1977,
            "source": "Lancet. 1977; 2(8037): 518-520. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1977DT59500002",
            "pubmed": "95729",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "65679-51654-6"
            ],
            "imported": "2007-02-16T01:00:00+01:00",
            "journal": "Lancet",
            "issn": "0140-6736",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 17.332,
            "impactfactor_year": 1994,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "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": 20029,
            "title": "NEW NONINVASIVE PRESSURE PULSE CONTOUR METHOD FOR DETERMINATION OF STROKE VOLUME ON BASIS OF A MODEL OF OPTIMAL-CONTROL OF WORK OF HEART",
            "abstract": null,
            "authors": [
                "ESTELBERGER, W"
            ],
            "year": 1977,
            "source": "BIOMED TECH 1977 22: 211-217.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1977DW05600005",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "20029-14010"
            ],
            "persons": [],
            "imported": null,
            "journal": "BIOMED TECH",
            "issn": "0013-5585",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.429,
            "impactfactor_year": 1994,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "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": false
        },
        {
            "id": 20030,
            "title": "INVESTIGATION OF LP(A)LIPOPROTEIN=LIPOPROTEIN AGGREGATING AND ENZYMATIC-ACTIVITY ASSOCIATED WITH LP(A) POLYPEPTIDE",
            "abstract": null,
            "authors": [
                "JÜRGENS, G",
                "MARTH, E",
                "KOSTNER, GM",
                "HOLASEK, A"
            ],
            "year": 1977,
            "source": "ARTERY. 1977; 3:  13-26. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1977CZ83900002",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "20030-14013"
            ],
            "persons": [
                "20030-51503-6",
                "20030-51511-1",
                "20030-51669-6"
            ],
            "imported": "2007-10-18T16:23:56+02:00",
            "journal": "ARTERY",
            "issn": "0098-6127",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.39,
            "impactfactor_year": 1995,
            "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": 60546,
            "title": "Adrenaline application by intraperitoneal depot capsule -- effects in the heart (author's transl)",
            "abstract": null,
            "authors": [
                "Klingenberg, HG",
                "Porta, J",
                "Egger, G",
                "Esterbauer, H",
                "Kramer, G",
                "Sadjak, A"
            ],
            "year": 1977,
            "source": "Exp Pathol (Jena). 1977; 13(6): 302-312. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1977DX07400003",
            "pubmed": "923686",
            "doi": "10.1016/S0014-4908(77)80017-3",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-10-12T02:00:00+02:00",
            "journal": "Exp Pathol (Jena)",
            "issn": "0014-4908",
            "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": 60548,
            "title": "Serological and histological investigations as well as studies on changed food uptake during adrenaline application by intraperitoneal depot capsule",
            "abstract": null,
            "authors": [
                "Klingenberg, HG",
                "Porta, S",
                "Egger, G",
                "Sadjak, A",
                "Kramer, G"
            ],
            "year": 1977,
            "source": "Exp Pathol (Jena). 1977; 14(5): 273-281. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1977EE06000005",
            "pubmed": "590427",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-10-12T02:00:00+02:00",
            "journal": "Exp Pathol (Jena)",
            "issn": "0014-4908",
            "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": 60550,
            "title": "Permant isoproterenol application from an intraperitoneal depot capsule--effects on the heart",
            "abstract": null,
            "authors": [
                "Klingenberg, HG",
                "Porta, S",
                "Egger, G",
                "Sadjak, A",
                "Geschwinder, I"
            ],
            "year": 1977,
            "source": "Exp Pathol (Jena). 1977; 14(5): 282-287. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1977EE06000006",
            "pubmed": "590428",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-10-12T02:00:00+02:00",
            "journal": "Exp Pathol (Jena)",
            "issn": "0014-4908",
            "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": 60551,
            "title": "Salivary gland enlargement as a test for a new way of permanent isoproterenol application.",
            "abstract": null,
            "authors": [
                "Klingenberg, HG",
                "Porta, S",
                "Egger, G",
                "Sadjak, A",
                "Geschwinder, I"
            ],
            "year": 1977,
            "source": "Experientia. 1977; 33(11): 1543-1544. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1977EB56200090",
            "pubmed": "923742",
            "doi": "10.1007/BF01918861",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-10-12T02:00:00+02:00",
            "journal": "Experientia",
            "issn": "0014-4754",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.615,
            "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": 61049,
            "title": "Traumatic abdominal-wall hernia in childhood",
            "abstract": null,
            "authors": [
                "Höllwarth, M"
            ],
            "year": 1977,
            "source": "Chirurg. 1977; 48(9): 592-594. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1977DV28600007",
            "pubmed": "143359",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-11-14T01:00:00+01:00",
            "journal": "Chirurg",
            "issn": "0009-4722",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.657,
            "impactfactor_year": 1994,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "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": 61050,
            "title": "Impalement injuries in children (author's transl)",
            "abstract": null,
            "authors": [
                "Höllwarth, M"
            ],
            "year": 1977,
            "source": "Unfallheilkunde. 1977; 80(11): 465-469. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1977EB31300004",
            "pubmed": "595222",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-11-14T01:00:00+01:00",
            "journal": "Unfallheilkunde",
            "issn": "0341-5694",
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 61447,
            "title": "Charakterisierung der Atmungshemmung durch GABA an der Ratte.",
            "abstract": null,
            "authors": [
                "Holzer, P"
            ],
            "year": 1977,
            "source": " [ Dissertation ] University of Graz; 1977. pp.95. ",
            "category": 5,
            "document_type": 16,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "61447-14022"
            ],
            "persons": [
                "61447-51529"
            ],
            "imported": "2006-11-21T21:22:36+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": "University of Graz",
            "country": "40",
            "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": 64935,
            "title": "Altitude adaptation. Results of the Steirischen-Karakorum expedition",
            "abstract": null,
            "authors": [
                "Hasenhüttl, G",
                "Hinghofer-Szalkay, H",
                "Kenner, T",
                "Pe'ssenhofer, H",
                "Schwaberger, G"
            ],
            "year": 1977,
            "source": "Wien Med Wochenschr. 1977; 127(3): 102-104. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1977CV58300002",
            "pubmed": "15351",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "64935-51504-6",
                "64935-51683-6",
                "64935-51687-6"
            ],
            "imported": "2007-01-22T01:00:00+01:00",
            "journal": "Wien Med Wochenschr",
            "issn": "0043-5341",
            "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": 64936,
            "title": "Behavior of blood density in relation to blood pressure in animal experiments and in hemodialysis of hypertensive patients",
            "abstract": null,
            "authors": [
                "Kenner, T",
                "Hinghofer-Szalkay, H",
                "Leopold, H",
                "Pogglitsch, H"
            ],
            "year": 1977,
            "source": "Verh Dtsch Ges Kreislaufforsch. 1977; 43(1): 250-251. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "613596",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "64936-51683-6"
            ],
            "imported": "2007-01-22T01:00:00+01:00",
            "journal": "Verh Dtsch Ges Kreislaufforsch",
            "issn": "0070-4075",
            "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": 64937,
            "title": "Continuous precision measurements of arterial blood density",
            "abstract": null,
            "authors": [
                "Kenner, T",
                "Leopold, H",
                "Hinghofer-Szalkay, H"
            ],
            "year": 1977,
            "source": "Wien Med Wochenschr. 1977; 127(1): 19-21. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1977CT16300004",
            "pubmed": "835286",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "64937-51683-6"
            ],
            "imported": "2007-01-22T01:00:00+01:00",
            "journal": "Wien Med Wochenschr",
            "issn": "0043-5341",
            "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": 64938,
            "title": "Limits in diagnosis and therapy",
            "abstract": null,
            "authors": [
                "Kenner, T"
            ],
            "year": 1977,
            "source": "Wien Med Wochenschr. 1977; 127(9): 275-276. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1977DF17000001",
            "pubmed": "868041",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-01-22T01:00:00+01:00",
            "journal": "Wien Med Wochenschr",
            "issn": "0043-5341",
            "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": 64940,
            "title": "The continuous high-precision measurement of the density of flowing blood.",
            "abstract": null,
            "authors": [
                "Kenner, T",
                "Leopold, H",
                "Hinghofer-Szalkay, H"
            ],
            "year": 1977,
            "source": "Pflugers Arch. 1977; 370(1): 25-29. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1977DR33400004",
            "pubmed": "561380",
            "doi": "10.1007/BF00707941",
            "pmc": null,
            "organizations": [],
            "persons": [
                "64940-51683-6"
            ],
            "imported": "2007-01-22T01:00:00+01:00",
            "journal": "Pflugers Arch",
            "issn": "0031-6768",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.921,
            "impactfactor_year": 1994,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 64941,
            "title": "Report on an experiment in medical education",
            "abstract": null,
            "authors": [
                "Kenner, T",
                "Hinghofer-Szalkay, H"
            ],
            "year": 1977,
            "source": "Wien Med Wochenschr. 1977; 127(16): 505-507. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1977DV64000002",
            "pubmed": "906543",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "64941-51683-6"
            ],
            "imported": "2007-01-22T01:00:00+01:00",
            "journal": "Wien Med Wochenschr",
            "issn": "0043-5341",
            "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": 64942,
            "title": "Limits of diagnosis, therapy and health planning",
            "abstract": null,
            "authors": [
                "Kenner, T"
            ],
            "year": 1977,
            "source": "Wien Med Wochenschr. 1977; 127(24): 735-740. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1977EG72400002",
            "pubmed": "414459",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-01-22T01:00:00+01:00",
            "journal": "Wien Med Wochenschr",
            "issn": "0043-5341",
            "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": 65680,
            "title": "How to collect blood for the measurement of HGH, LH, FSH, cyclic AMP, folic acid, cortisol and testosterone.",
            "abstract": null,
            "authors": [
                "Gleispach, H",
                "Kreutzer, B",
                "Fellier, H",
                "Borkenstein, M"
            ],
            "year": 1977,
            "source": "Clin Chim Acta. 1977; 80(2):381-384",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1977DY43500018",
            "pubmed": "199380",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "65680-51654-6"
            ],
            "imported": "2007-02-16T01:00:00+01:00",
            "journal": "Clin Chim Acta",
            "issn": "0009-8981",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.958,
            "impactfactor_year": 1994,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": "MEDICAL LABORATORY TECHNOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 65744,
            "title": "QUANTIFICATION OF RAPID CAPILLARY FLUID SHIFTS DUE TO OSMOTIC GRADIENTS AND HYDROSTATIC-PRESSURE VARIATIONS",
            "abstract": null,
            "authors": [
                "KENNER, T",
                "LEOPOLD, H",
                "HINGHOFERSZALKAY, H"
            ],
            "year": 1977,
            "source": "PFLUGERS ARCH-EUR J PHYSIOL. 1977; 368:  R10-R10. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:A1977CY90700040",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "65744-51683"
            ],
            "imported": "2007-02-16T13:10:30+01:00",
            "journal": "PFLUGERS ARCH-EUR J PHYSIOL",
            "issn": "0031-6768",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.921,
            "impactfactor_year": 1994,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        }
    ]
}