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=155840&ordering=-year
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157083,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=155860&ordering=-year",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=155820&ordering=-year",
    "results": [
        {
            "id": 7560,
            "title": "Valproic acid -- clinical efficiency and serum concentration in the treatment of petit mal epilepsy in childhood (author's transl)",
            "abstract": null,
            "authors": [
                "Fritsch, G",
                "Haidvogl, M",
                "Gleispach, H",
                "Ladurner, G"
            ],
            "year": 1981,
            "source": "Padiatr Padol. 1981; 16(4):481-488",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981ML83500014",
            "pubmed": "6795573",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "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": 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": 7561,
            "title": "TREATMENT OF HYPERTENSION CRISES USING A SINGLE SUBSTANCE WITH ALPHA-BLOCKING AND BETA-BLOCKING PROPERTIES (LABETALOL)",
            "abstract": null,
            "authors": [
                "HOLZER, H",
                "POGGLITSCH, H",
                "KATSCHNIG, H",
                "KORTHALS, C"
            ],
            "year": 1981,
            "source": "WIEN MED WOCHENSCHR. 1981; 131:  10-13. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981MM01900003",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "7561-51535-2"
            ],
            "imported": "2009-08-28T13:27:13+02: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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 7562,
            "title": "Double meningiomas with arachnoidal cyst. A rare combination",
            "abstract": null,
            "authors": [
                "Lepuschütz, H",
                "Sager, WD",
                "Schröttner, O"
            ],
            "year": 1981,
            "source": "Computertomographie. 1981; 1(1):33-34",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981MM12100006",
            "pubmed": "7186836",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "COMPUTERTOMOGRAPHIE",
            "issn": "0720-0501",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 7563,
            "title": "Computer tomographic diagnosis of pancreatitis and pancreatic cancer",
            "abstract": null,
            "authors": [
                "Sager, WD",
                "zur Nedden, D",
                "Lepuschütz, H",
                "Zalaudek, G",
                "Bodner, E",
                "Fotter, R",
                "Lammer, J"
            ],
            "year": 1981,
            "source": "COMPUTERTOMOGRAPHIE. 1981; 1:  52-58. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981MM12300002",
            "pubmed": "7187280",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "7563-51557-6"
            ],
            "imported": "2009-08-28T13:18:16+02:00",
            "journal": "COMPUTERTOMOGRAPHIE",
            "issn": "0720-0501",
            "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": 7564,
            "title": "Computer tomography in the Sturge-Weber syndrome",
            "abstract": null,
            "authors": [
                "Fotter, R",
                "Sager, WD",
                "Schneider, GH",
                "Fritsch, G"
            ],
            "year": 1981,
            "source": "COMPUTERTOMOGRAPHIE. 1981; 1:  80-82. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981MM12300007",
            "pubmed": "7187285",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "7564-51557-2"
            ],
            "imported": "2009-08-28T13:16:54+02:00",
            "journal": "COMPUTERTOMOGRAPHIE",
            "issn": "0720-0501",
            "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": 7565,
            "title": "Intracranial germinoma; typical CT appearances and radiation therapy (author's transl)].",
            "abstract": null,
            "authors": [
                "Schneider, GH",
                "Sager, WD",
                "Lepuschütz, H",
                "Hackl, A",
                "Fotter, R",
                "Tritthart, H",
                "Urban, C"
            ],
            "year": 1981,
            "source": "Rofo. 1981; 135(4):422-425",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981MM49600008",
            "pubmed": "6212358",
            "doi": "10.1055/s-2008-1056908",
            "pmc": null,
            "organizations": [],
            "persons": [
                "7565-51557-6"
            ],
            "imported": "2009-08-28T13:18:54+02:00",
            "journal": "FORTSCHR RONTGENSTRAHL NUKL",
            "issn": "0340-1618",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "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": 7566,
            "title": "Chemotherapy of non-hodgkin's lymphomas (author's transl)",
            "abstract": null,
            "authors": [
                "Fereberger, W",
                "Neubauer, M"
            ],
            "year": 1981,
            "source": "Acta Med Austriaca. 1981; 8(1):1-6",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981MM81100001",
            "pubmed": "7234308",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "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": false,
            "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": 7567,
            "title": "Mechanisms of action and clinical importance of C3-nephritic-factor (author's transl)",
            "abstract": null,
            "authors": [
                "Lanzer, G",
                "Pogglitsch, H",
                "Tilz, GP"
            ],
            "year": 1981,
            "source": "ACTA MED AUST. 1981; 8(1): 7-13. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981MM81100002",
            "pubmed": "6908995",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "7567-51537-6"
            ],
            "imported": "2009-08-31T18:25:54+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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 7568,
            "title": "Experiences with transluminal angioplasty in critical coronary artery stenosis (author's transl)",
            "abstract": null,
            "authors": [
                "Klein, W",
                "Brandt, D",
                "Fluch, N",
                "Maurer, E",
                "Wolf, W",
                "Passath, A"
            ],
            "year": 1981,
            "source": "Acta Med Austriaca. 1981; 8(3):66-70",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981MM81300001",
            "pubmed": "7270016",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 7569,
            "title": "Serum levels od D-thyroxine in euthyroidism and hypothyroidism (author's transl)",
            "abstract": null,
            "authors": [
                "Leb, G",
                "Budna, KW",
                "Sommersgutter, M",
                "Goebel, R",
                "Lankmayr, EP",
                "Passath, A",
                "Knapp, G"
            ],
            "year": 1981,
            "source": "Acta Med Austriaca. 1981; 8(3):71-74",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981MM81300002",
            "pubmed": "7270017",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "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": false,
            "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": 7570,
            "title": "Comparison of 100 micrograms TRH intravenously and 40 mg TRH orally in euthyroidism (author's transl).",
            "abstract": null,
            "authors": [
                "Passath, A",
                "Stradner, F",
                "Petritsch, W",
                "Goebel, W",
                "Leb, G"
            ],
            "year": 1981,
            "source": "Acta Med Austriaca. 1981; 8(3):75-81",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981MM81300003",
            "pubmed": "6791450",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "7570-51536-6",
                "7570-52443-6"
            ],
            "imported": null,
            "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": false,
            "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": 7571,
            "title": "Blood glucose abd hormonal counterregulation in juvenile type I diabetics during exercise (author's transl)",
            "abstract": null,
            "authors": [
                "Borkenstein, J",
                "Borkenstein, M"
            ],
            "year": 1981,
            "source": "ACTA MED AUST. 1981; 8(3): 82-84. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981MM81300004",
            "pubmed": "7023167",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "7571-51654-2"
            ],
            "imported": "2009-08-28T12:39:05+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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 7572,
            "title": "Cell hybridization: a monoclonal marker as a diagnostic help in haematology and oncology (author's transl)",
            "abstract": null,
            "authors": [
                "Tilz, GP",
                "Beverley, P",
                "Becker, H",
                "Lanzer, G",
                "Sedlmayr, P"
            ],
            "year": 1981,
            "source": "ACTA MED AUST 1981 8: 85-87.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981MM81300005",
            "pubmed": "7270018",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "7572-51537-2"
            ],
            "imported": null,
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 7573,
            "title": "The current status of scintigraphy in oncology (author's transl)",
            "abstract": null,
            "authors": [
                "Fereberger, W",
                "Leb, G",
                "Goebel, R",
                "Samonigg, H",
                "Robier, FP"
            ],
            "year": 1981,
            "source": "ACTA MED AUST. 1981; 8(3): 88-92. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981MM81300006",
            "pubmed": "7270019",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "7573-51532-6"
            ],
            "imported": "2009-08-28T13:13:53+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": false,
            "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": 7574,
            "title": "The relevance of serum-complement factors in chronic obstructive pulmonary disease (author's transl)",
            "abstract": null,
            "authors": [
                "Lanzer, G",
                "Borkenstein, J"
            ],
            "year": 1981,
            "source": "ACTA MED AUST. 1981; 8(3): 93-98. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981MM81300007",
            "pubmed": "6911988",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-08-28T12:41:27+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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 7575,
            "title": "The classic resection in perforated duodenal ulcer (author's transl)",
            "abstract": null,
            "authors": [
                "Köle, W",
                "Wetl, K"
            ],
            "year": 1981,
            "source": "Wien Med Wochenschr. 1981; 131(18):453-456",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981MN38600004",
            "pubmed": "7303716",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 7576,
            "title": "What is new in diagnosis and treatment of bronchial carcinoma?].",
            "abstract": null,
            "authors": [
                "Kraft-Kinz, J"
            ],
            "year": 1981,
            "source": "Langenbecks Arch Chir. 1981; 355(7):83-86",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981MP01700016",
            "pubmed": "7339391",
            "doi": "10.1007/BF01286818",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "LANGENBECKS ARCH CHIR",
            "issn": "0023-8236",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.556,
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 7577,
            "title": "Therapy of rib series fractures.",
            "abstract": null,
            "authors": [
                "SIEWERT, R",
                "BRAUN, U",
                "FRIEHS, G",
                "GLINZ, W",
                "PETER, K",
                "SCHMITNEUERBURG, KP",
                "SUTER, P",
                "WOLFF, G"
            ],
            "year": 1981,
            "source": "LANGENBECKS ARCH CHIR. 1981; 354(3): 157-168. ",
            "category": 1,
            "document_type": 14,
            "sci": "ISI:A1981MP20400001",
            "pubmed": "7300523",
            "doi": "10.1007/BF01254549",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-04-29T13:27:35+02:00",
            "journal": "LANGENBECKS ARCH CHIR",
            "issn": "0023-8236",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.556,
            "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": 7578,
            "title": "THERAPY WITH ALUMINUM-CONTAINING SUBSTANCES IN NEPHROLOGY",
            "abstract": null,
            "authors": [
                "POGGLITSCH, H"
            ],
            "year": 1981,
            "source": "NIEREN HOCHDRUCK 1981 10: 210-216.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981MP50400005",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "NIEREN HOCHDRUCK",
            "issn": "0300-5224",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.086,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.0975609756097561,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "UROLOGY & NEPHROLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 7579,
            "title": "Influence of lipid infusion (0.4 g/kg/hr) and positive end expiratory pressure (8 cm H2O) on pulmonary function and hemodynamics in healthy anesthetized pigs.",
            "abstract": null,
            "authors": [
                "Rosegger, H",
                "Trittenwein, G",
                "Metzler, H",
                "Tscheliessnig, KH",
                "Hermann, W"
            ],
            "year": 1981,
            "source": "J PARENT ENTER NUTR. 1981; 5(5): 410-413. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981MP58600008",
            "pubmed": "7031289",
            "doi": "10.1177/0148607181005005410",
            "pmc": null,
            "organizations": [],
            "persons": [
                "7579-51611-6"
            ],
            "imported": "2009-08-28T12:34:39+02:00",
            "journal": "J PARENT ENTER NUTR",
            "issn": "0148-6071",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.357,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.8,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "NUTRITION & DIETETICS",
            "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
        }
    ]
}