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=900&ordering=imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 156991,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=920&ordering=imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=880&ordering=imported",
    "results": [
        {
            "id": 61022,
            "title": "Late sequelae following a supination injury of the juvenile ankle joint",
            "abstract": null,
            "authors": [
                "Höllwarth, M",
                "Linhart, WE",
                "Wildburger, R",
                "Schimpl, G"
            ],
            "year": 1985,
            "source": "Unfallchirurg. 1985; 88(5): 231-234. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1985AJV6600005",
            "pubmed": "4012332",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61022-51571-6"
            ],
            "imported": "2006-11-14T01:00:00+01:00",
            "journal": "Unfallchirurg",
            "issn": "0177-5537",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.141,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.571428571428571,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "EMERGENCY MEDICINE",
            "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": 61033,
            "title": "Problems of gastroesophageal reflux in childhood",
            "abstract": null,
            "authors": [
                "Höllwarth, ME",
                "Uray, E",
                "Pesendorfer, P",
                "Sauer, H"
            ],
            "year": 1986,
            "source": "Wien Med Wochenschr. 1986; 136(10): 227-231. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1986D052800002",
            "pubmed": "3751067",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-11-14T01: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": true
        },
        {
            "id": 61021,
            "title": "Fractures of the talus in children",
            "abstract": null,
            "authors": [
                "Linhart, WE",
                "Höllwarth, M"
            ],
            "year": 1985,
            "source": "Unfallchirurg. 1985; 88(4):168-174",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1985AJV6500003",
            "pubmed": "4001957",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61021-51571-2"
            ],
            "imported": "2006-11-14T01:00:00+01:00",
            "journal": "Unfallchirurg",
            "issn": "0177-5537",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.141,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.571428571428571,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "EMERGENCY MEDICINE",
            "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": 61053,
            "title": "Persistence of the oviduct (pseudohermaphroditismus masculinus internus)",
            "abstract": null,
            "authors": [
                "Höllwarth, M"
            ],
            "year": 1979,
            "source": "Zentralbl Chir. 1979; 104(4): 218-223. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1979GM97100003",
            "pubmed": "35907",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-11-14T01:00:00+01:00",
            "journal": "Zentralbl Chir",
            "issn": "0044-409X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.128,
            "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": 61045,
            "title": "Sequential kidney scintigraphy using  113m In-EDTA and simultaneous determination of glomerular filtrates",
            "abstract": null,
            "authors": [
                "Bauer, H",
                "Falkensammer, M",
                "Höllwarth, M",
                "Riccabona, G"
            ],
            "year": 1972,
            "source": "Nucl Med (Stuttg). 1972; 11(2): 146-155. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1972N356100004",
            "pubmed": "4627485",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-11-14T01:00:00+01:00",
            "journal": "Nucl Med (Stuttg)",
            "issn": "0029-5566",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.552,
            "impactfactor_year": 1994,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": "RADIOLOGY, NUCLEAR MEDICINE & MEDICAL IMAGING",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 61057,
            "title": "Anorectal manometry in childhood (author's transl)",
            "abstract": null,
            "authors": [
                "Höllwarth, M"
            ],
            "year": 1979,
            "source": "Wien Med Wochenschr. 1979; 129(11): 297-300. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1979HB47000003",
            "pubmed": "463058",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-11-14T01: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": 61035,
            "title": "Results following conservative treatment of osseous ligament ruptures of the ankle joint in children",
            "abstract": null,
            "authors": [
                "Linhart, WE",
                "Höllwarth, ME",
                "Wildburger, R"
            ],
            "year": 1986,
            "source": "Unfallchirurg. 1986; 89(12): 569-573. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1986F391300007",
            "pubmed": "3563532",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61035-51571-2"
            ],
            "imported": "2006-11-14T01:00:00+01:00",
            "journal": "Unfallchirurg",
            "issn": "0177-5537",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.141,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.571428571428571,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "EMERGENCY MEDICINE",
            "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": 61059,
            "title": "Bicycle spoke injuries in children (author's transl)",
            "abstract": null,
            "authors": [
                "Höllwarth, M",
                "Rankel, H"
            ],
            "year": 1979,
            "source": "Wien Med Wochenschr. 1979; 129(6): 159-161. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1979GR20400004",
            "pubmed": "433294",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-11-14T01: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": 61018,
            "title": "Hematological and oncological indications for splenectomy in children.",
            "abstract": null,
            "authors": [
                "Urban, C",
                "Höllwarth, M",
                "Kaulfersch, W",
                "Slavc, I"
            ],
            "year": 1985,
            "source": "Prog Pediatr Surg. 1985; 18(2):155-161",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "3927422",
            "doi": "10.1007/978-3-642-70276-1_21",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-11-14T01:00:00+01:00",
            "journal": "Prog Pediatr Surg",
            "issn": "0079-6654",
            "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": 8631,
            "title": "Role of free radicals in ischemia-reperfusion injury to the liver.",
            "abstract": null,
            "authors": [
                "Adkison, D",
                "Höllwarth, ME",
                "Benoit, JN",
                "Parks, DA",
                "McCord, JM",
                "Granger, DN"
            ],
            "year": 1986,
            "source": "Acta Physiol Scand Suppl. 1986; 548(5):101-107",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1986C667400009",
            "pubmed": "3463123",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-11-14T01:00:00+01:00",
            "journal": "ACTA PHYSIOL SCAND",
            "issn": "0001-6772",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.745,
            "impactfactor_year": 1994,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PHYSIOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 61025,
            "title": "Ischemia-reperfusion injury: role of oxygen-derived free radicals.",
            "abstract": null,
            "authors": [
                "Granger, DN",
                "Höllwarth, ME",
                "Parks, DA"
            ],
            "year": 1986,
            "source": "Acta Physiol Scand Suppl. 1986; 548(1):47-63",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:A1986C667400005",
            "pubmed": "3529822",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-11-14T01:00:00+01:00",
            "journal": "Acta Physiol Scand Suppl",
            "issn": "0001-6772",
            "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": 61067,
            "title": "Laryngo-tracheo-oesophageal cleft and G-syndrome--interposition of a flap from the sternocleidomastoid muscle (author's transl)",
            "abstract": null,
            "authors": [
                "Sauer, H",
                "Kurz, R",
                "Höllwarth, M"
            ],
            "year": 1981,
            "source": "Z Kinderchir. 1981; 32(1): 29-37. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981LB77200004",
            "pubmed": "7282028",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-11-14T01:00:00+01:00",
            "journal": "Z Kinderchir",
            "issn": "0174-3082",
            "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": 61013,
            "title": "Hemarthrosis of the knee joint in children (author's transl)",
            "abstract": null,
            "authors": [
                "Niederdöckl, U",
                "Höllwarth, M"
            ],
            "year": 1982,
            "source": "Unfallchirurgie. 1982; 8(3):155-158",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "7112734",
            "doi": "10.1007/BF02585675",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-11-14T01:00:00+01:00",
            "journal": "Unfallchirurgie",
            "issn": "0340-2649",
            "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": 61017,
            "title": "Physiology and pathophysiology of the esophagus in childhood.",
            "abstract": null,
            "authors": [
                "Höllwarth, M",
                "Uray, E"
            ],
            "year": 1985,
            "source": "Prog Pediatr Surg. 1985; 18:1-13",
            "category": 1,
            "document_type": 3,
            "sci": null,
            "pubmed": "3927412",
            "doi": "10.1007/978-3-642-70276-1_1",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-11-14T01:00:00+01:00",
            "journal": "Prog Pediatr Surg",
            "issn": "0079-6654",
            "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": 61039,
            "title": "Neutrophil-derived oxidants mediate formyl-methionyl-leucyl-phenylalanine-induced increases in mucosal permeability in rats.",
            "abstract": null,
            "authors": [
                "von Ritter, C",
                "Grisham, MB",
                "Hollwarth, M",
                "Inauen, W",
                "Granger, DN"
            ],
            "year": 1989,
            "source": "Gastroenterology. 1989; 97(3):778-780",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1989AK55000030",
            "pubmed": "2502467",
            "doi": "10.1016/0016-5085(89)90654-9",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-11-14T01:00:00+01:00",
            "journal": "Gastroenterology",
            "issn": "0016-5085",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 7.251,
            "impactfactor_year": 1994,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "GASTROENTEROLOGY & HEPATOLOGY",
            "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": 61056,
            "title": "Bone scan of acute hematogenous osteomyelitis in childhood (author's transl)",
            "abstract": null,
            "authors": [
                "Höllwarth, M",
                "Fotter, R",
                "Ritter, G",
                "Hausbrandt, D",
                "Borkenstein, M"
            ],
            "year": 1979,
            "source": "Zentralbl Chir. 1979; 104(4): 231-237. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1979GM97100005",
            "pubmed": "442855",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61056-51557-6",
                "61056-51654-6"
            ],
            "imported": "2006-11-14T01:00:00+01:00",
            "journal": "Zentralbl Chir",
            "issn": "0044-409X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.128,
            "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": 61070,
            "title": "Laparoscopy in the diagnosis of blunt abdominal injuries in childhood (author's transl)",
            "abstract": null,
            "authors": [
                "Höllwarth, M"
            ],
            "year": 1982,
            "source": "Zentralbl Chir. 1982; 107(3): 167-171. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1982ND04800005",
            "pubmed": "6211004",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-11-14T01:00:00+01:00",
            "journal": "Zentralbl Chir",
            "issn": "0044-409X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.128,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.28125,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "SURGERY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 61031,
            "title": "Esophageal blood flow in the cat. Normal distribution and effects of acid perfusion.",
            "abstract": null,
            "authors": [
                "Hollwarth, ME",
                "Smith, M",
                "Kvietys, PR",
                "Granger, DN"
            ],
            "year": 1986,
            "source": "Gastroenterology. 1986; 90(3):622-627",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1986A019800015",
            "pubmed": "3943693",
            "doi": "10.1016/0016-5085(86)91116-9",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-11-14T01:00:00+01:00",
            "journal": "Gastroenterology",
            "issn": "0016-5085",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 7.251,
            "impactfactor_year": 1994,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "GASTROENTEROLOGY & HEPATOLOGY",
            "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": 61011,
            "title": "Special aspects of neonatal inguinal hernia and herniotomy.",
            "abstract": null,
            "authors": [
                "Fette, AM",
                "Höllwarth, ME"
            ],
            "year": 2001,
            "source": "Hernia. 2001; 5(2): 92-96. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "11505656",
            "doi": "10.1007/s100290100011",
            "pmc": null,
            "organizations": [
                "61011-14049"
            ],
            "persons": [],
            "imported": "2006-11-14T01:00:00+01:00",
            "journal": "Hernia",
            "issn": "1265-4906",
            "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": 61036,
            "title": "Blood flow responses to small bowel resection.",
            "abstract": null,
            "authors": [
                "Ulrich-Baker, MG",
                "Höllwarth, ME",
                "Kvietys, PR",
                "Granger, DN"
            ],
            "year": 1986,
            "source": "Am J Physiol. 1986; 251(6 Pt 1):G815-G822",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1986F496900041",
            "pubmed": "3789147",
            "doi": "10.1152/ajpgi.1986.251.6.G815",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-11-14T01:00:00+01:00",
            "journal": "Am J Physiol",
            "issn": "0002-9513",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.276,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.970149253731343,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PHYSIOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        }
    ]
}