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=149860&ordering=-imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157540,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=149880&ordering=-imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=149840&ordering=-imported",
    "results": [
        {
            "id": 68460,
            "title": "Kampf gegen Blindheit: Augenoperationen in Namibia, Zimbabwe und Zambia",
            "abstract": null,
            "authors": [
                "Faschinger, C"
            ],
            "year": 2006,
            "source": "Wissenschaftliche Gesellschaft der Ärzte in der Steiermark: 17. wissenschaftliche Sitzung; Jun 1, 2006; Graz, AUSTRIA. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "68460-14043"
            ],
            "persons": [
                "68460-51585"
            ],
            "imported": "2007-09-18T19:57:55+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 68459,
            "title": "Keratoplastik",
            "abstract": null,
            "authors": [
                "Faschinger, C"
            ],
            "year": 2006,
            "source": "Jubiläumssymposium anläßlich des 90. Geburtstages von Herrn Univ.-Prof. Dr. Hans Hofmann; OCT 14, 2006; Graz, AUSTRIA. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "68459-14043"
            ],
            "persons": [
                "68459-51585"
            ],
            "imported": "2007-09-18T19:55:45+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 68458,
            "title": "Grundlagen der Perimetrie",
            "abstract": null,
            "authors": [
                "Faschinger, C"
            ],
            "year": 2006,
            "source": "1. OÖ Assistenzärzte Treffen; OCT 19, 2006; Linz. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "68458-14043"
            ],
            "persons": [
                "68458-51585"
            ],
            "imported": "2007-09-18T19:53:29+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 68457,
            "title": "Medikamentöse Therapie: was ist zu beachten.",
            "abstract": null,
            "authors": [
                "Faschinger, C"
            ],
            "year": 2006,
            "source": "Ophthalmologisches 3-Länder Symposium ; JUN 24-25, 2006; Zürich. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "68457-14043"
            ],
            "persons": [
                "68457-51585"
            ],
            "imported": "2007-09-18T19:51:56+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 68456,
            "title": "Kennen Sie Ihre GlaukompatientInnen (gut genug)?",
            "abstract": null,
            "authors": [
                "Faschinger, C"
            ],
            "year": 2006,
            "source": "Glaucoma Symposium Basel \"New Insights in Glaucoma Management\"; NOV 23, 2006; Basel. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "68456-14043"
            ],
            "persons": [
                "68456-51585"
            ],
            "imported": "2007-09-18T19:50:06+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 68455,
            "title": "Augenerkrankungen im Alter.",
            "abstract": null,
            "authors": [
                "Faschinger, C"
            ],
            "year": 2006,
            "source": "Gesundheitswissen aktuell (Urania); NOV 30, 2006; Graz, AUSTRIA. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "68455-14043"
            ],
            "persons": [
                "68455-51585"
            ],
            "imported": "2007-09-18T19:47:32+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 68453,
            "title": "Augenoperationen in Ländern Afrikas.",
            "abstract": null,
            "authors": [
                "Faschinger, C"
            ],
            "year": 2007,
            "source": " In: Hösele, H; Lopatka, R; Mantl, W; Piza, Hildegunde; Prisching, M; Schilcher, B; Schnider, A;editor(s). Graz: schnider´s offene gesellschaft, graz; 2007. pp. 4. (ISBN: 3-902020-35-0) ",
            "category": 10,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "68453-14043"
            ],
            "persons": [
                "68453-51585"
            ],
            "imported": "2007-09-18T19:34:03+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": 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": 68452,
            "title": "Glaukom bei Tieren.",
            "abstract": null,
            "authors": [
                "Faschinger, C",
                "Nell, B"
            ],
            "year": 2007,
            "source": "Spektrum der Augenheilkunde. 2007; 21(3): 187-192. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000257704200008",
            "pubmed": null,
            "doi": "10.1007/s00717-007-0208-y",
            "pmc": null,
            "organizations": [
                "68452-14043"
            ],
            "persons": [
                "68452-51585-2"
            ],
            "imported": "2007-09-18T19:29:36+02:00",
            "journal": null,
            "issn": "0930-4282",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.259,
            "impactfactor_year": 2009,
            "impactfactor_norm": 0.061,
            "impactfactor_norm_year": 2009,
            "impactfactor_norm_category": "OPHTHALMOLOGY",
            "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": true
        },
        {
            "id": 68449,
            "title": "Jahresbericht 2006 der Nationalen Referenzzentrale für Campylobacter",
            "abstract": null,
            "authors": [
                "Feierl, G"
            ],
            "year": 2007,
            "source": "Mitteilungen der Sanitaetsverwaltung. 2007; 108 (4): 6-10. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "68449-14023"
            ],
            "persons": [
                "68449-51818"
            ],
            "imported": "2007-09-18T18:44:16+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": 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": 68448,
            "title": "Der Phantomschmerz. ",
            "abstract": null,
            "authors": [
                "Droschl, K"
            ],
            "year": 2006,
            "source": " In: Sandner- Kiesling,A;Hartmann, W; Likar,R; Ilias, W; editors(s). Kursbuch Schmerz: Grundlagen - Therapieformen - Der neuropathische\r\nSchmerz. Bremen: UNI-MED Science;  2006. (ISBN: 3-89599-895-8) ",
            "category": 6,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "68448-14069"
            ],
            "persons": [],
            "imported": "2007-09-18T17:05:58+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": "Sandner- Kiesling,A;Hartmann, W; Likar,R; Ilias, W;",
            "collection_title": "Kursbuch Schmerz: Grundlagen - Therapieformen - Der neuropathische\r\nSchmerz",
            "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": true
        },
        {
            "id": 68447,
            "title": "Side Effects After Regional Anesthesia- A Prospective Survey In 4096 Patients.",
            "abstract": null,
            "authors": [
                "Droschl, K",
                "Zenz, M",
                "Schoell, G",
                "Delgado-Arguelles, P",
                "Rehak, P",
                "Metzler, H",
                "Sandner-Kiesling, A"
            ],
            "year": 2004,
            "source": "Pain Practice2004; -3rd  World Congress Of Pain 2004; SEPT 21-25, 2004; Barcelona, SPAIN. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "68447-14045",
                "68447-14069",
                "68447-14070"
            ],
            "persons": [
                "68447-51611",
                "68447-51916"
            ],
            "imported": "2007-09-18T16:57:35+02:00",
            "journal": null,
            "issn": "1530-7085",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 68446,
            "title": "Side Effects After General Anesthesia – A Prospective Survey In 4820 Patients.",
            "abstract": null,
            "authors": [
                "Droschl, K",
                "Zenz, M",
                "Schoell, G",
                "Delgado-Arguelles, P",
                "Rehak, P",
                "Metzler, H",
                "Sandner-Kiesling, A"
            ],
            "year": 2004,
            "source": "Proceedings of the Austrian International Congress, Vienna, Austria, A+IC News (54) Suppl. 2, AIC03, p. 75, 2004.\r\n2004; -AIC; SEPT 8-10, 2004; Linz, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "68446-14045",
                "68446-14069",
                "68446-14070"
            ],
            "persons": [
                "68446-51611",
                "68446-51916"
            ],
            "imported": "2007-09-18T16:49:42+02:00",
            "journal": null,
            "issn": "1810-1887",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 68444,
            "title": "Correlation Between Subjective And Objective Side Effects After Anesthesia.",
            "abstract": null,
            "authors": [
                "Droschl,K",
                "Sandner-Kiesling,A",
                "Kroell,W",
                "Metzler,H"
            ],
            "year": 2007,
            "source": "Proceedings of the 20th Symposium Alpe Adria2007; -Anaesthesia Symposium Alpe Adria.; SEPT 7-9, 2007; Ljubljana, SLOVENIA.  (ISBN: 978-961-6404-12-9 )",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "68444-14069"
            ],
            "persons": [
                "68444-51611",
                "68444-51916",
                "68444-51613"
            ],
            "imported": "2007-09-18T16:31:56+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 68443,
            "title": "Pancreatic cancer.",
            "abstract": null,
            "authors": [
                "Cerwenka, H"
            ],
            "year": 2004,
            "source": "Feldman’s Atlas (Online): Chapter “Pancreatic disease” (Editor: John de Caestecker, England) 2004; http://www.gastroatlas.com (published online on March 15, 2004)\r\n. 2004",
            "category": 12,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "68443-14073"
            ],
            "persons": [
                "68443-51760"
            ],
            "imported": "2007-09-18T16:17:49+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": 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": 68442,
            "title": "Benign and malignant endoscopic findings in the stomach.",
            "abstract": null,
            "authors": [
                "Cerwenka, H"
            ],
            "year": 2003,
            "source": "Feldman’s Atlas (Online): Chapter “Gastroduodenal Diseases” (Editor: John de Caestecker, England) 2003; http://www.gastroatlas.com (published online on 16/06/2003). 2003",
            "category": 12,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "68442-14073"
            ],
            "persons": [
                "68442-51760"
            ],
            "imported": "2007-09-18T16:14:02+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": 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": 68441,
            "title": "Endoscopic aspect of colonic tumours.",
            "abstract": null,
            "authors": [
                "Cerwenka, H"
            ],
            "year": 2003,
            "source": "Feldman’s Atlas (Online): Chapter “Colonic Diseases” (Editor: John de Caestecker, England) 2003; http://www.gastroatlas.com (published online on 14/02/2003). 2003",
            "category": 12,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "68441-14073"
            ],
            "persons": [
                "68441-51760"
            ],
            "imported": "2007-09-18T16:12:28+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": 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": 68440,
            "title": "Difficulties in the management of bile duct injuries.",
            "abstract": null,
            "authors": [
                "Cerwenka, H"
            ],
            "year": 2003,
            "source": " In: Jelenc, F;\r\n editors(s). Biliary Surgery. Ljubljana: CIP 616.361/.366-089(063);  2003. ",
            "category": 6,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "68440-14073"
            ],
            "persons": [
                "68440-51760"
            ],
            "imported": "2007-09-18T16:10:02+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": "Jelenc, F;\r\n",
            "collection_title": "Biliary Surgery",
            "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": true
        },
        {
            "id": 68438,
            "title": "Chirurgische Onkologie der Leber: Aktuelle Indikationsstellungen und Strategien in der Chirurgie maligner Leberkrankungen",
            "abstract": null,
            "authors": [
                "Cerwenka, H",
                "Mischinger, HJ"
            ],
            "year": 2003,
            "source": "Chirurgie 2003; 3: 18-20. 2003",
            "category": 12,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "68438-14073"
            ],
            "persons": [
                "68438-51595",
                "68438-51760"
            ],
            "imported": "2007-09-18T16:04:29+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": 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": 68437,
            "title": "Portale Hypertension.",
            "abstract": null,
            "authors": [
                "Mischinger, HJ",
                "Cerwenka, H",
                "Höss, G\r\n"
            ],
            "year": 2003,
            "source": " In: Tscheliessnigg, KH; Uranüs, S; Pierer, G; editors(s). Allgemeine und Spezielle Chirurgie, 2., überarbeitete Auflage. Wien-München-Berlin: Verlag W. Maudrich;  2003. (ISBN: 3-85175-799-8) ",
            "category": 6,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "68437-14073"
            ],
            "persons": [
                "68437-51595",
                "68437-51760"
            ],
            "imported": "2007-09-18T16:01:55+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": "Tscheliessnigg, KH; Uranüs, S; Pierer, G;",
            "collection_title": "Allgemeine und Spezielle Chirurgie, 2., überarbeitete Auflage",
            "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": true
        },
        {
            "id": 68436,
            "title": "Leber und Gallenwege.",
            "abstract": null,
            "authors": [
                "Mischinger, HJ",
                "Bacher, H",
                "Werkgartner, G",
                "Cerwenka, H",
                "El-Shabrawi, A\r\n"
            ],
            "year": 2003,
            "source": " In: Tscheliessnigg, KH; Uranüs, S; Pierer, G; editors(s). Allgemeine und Spezielle Chirurgie; 2., überarbeitete Auflage\r\n. Wien-München-Berlin: Verlag W. Maudrich;  2003. (ISBN: 3-85175-799-8) ",
            "category": 6,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "68436-14073"
            ],
            "persons": [
                "68436-51595",
                "68436-51760",
                "68436-51926"
            ],
            "imported": "2007-09-18T15:56:28+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": "Tscheliessnigg, KH; Uranüs, S; Pierer, G;",
            "collection_title": "Allgemeine und Spezielle Chirurgie; 2., überarbeitete Auflage\r\n",
            "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": true
        }
    ]
}