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=156000&ordering=-imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 156983,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=156020&ordering=-imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=155980&ordering=-imported",
    "results": [
        {
            "id": 61094,
            "title": "Intravitreale Therapie bei Altersbedingter Makuladegeneration.",
            "abstract": null,
            "authors": [
                "Wedrich, A"
            ],
            "year": 2006,
            "source": "3. Wiener Symposium; SEPT 30, 2006; Vienna, AUSTRIA. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "61094-14043"
            ],
            "persons": [
                "61094-53938"
            ],
            "imported": "2006-11-14T19:37:29+01: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": true
        },
        {
            "id": 61093,
            "title": "Retinopathy of Prematurity. Management and Results in Graz.",
            "abstract": null,
            "authors": [
                "Velikay-Parel, M",
                "Langmann, G",
                "Haas, A",
                "Vidic, B",
                "Koch, M",
                "Wedrich, A"
            ],
            "year": 2006,
            "source": "Congress of Croatian Pediatrician Association; OCT 7, 2006; Osijek, KROATIEN. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "61093-14043"
            ],
            "persons": [
                "61093-51850",
                "61093-53938",
                "61093-53949"
            ],
            "imported": "2006-11-14T19:27:59+01: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": true
        },
        {
            "id": 61092,
            "title": "Indikationen der Vitrektomie bei Diabetes",
            "abstract": null,
            "authors": [
                "Wedrich, A"
            ],
            "year": 2006,
            "source": "Innsbrucker Fortbildung für Augenärzte; NOV 4, 2006; Innsbruck, AUSTRIA. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "61092-14043"
            ],
            "persons": [
                "61092-53938"
            ],
            "imported": "2006-11-14T19:23:30+01: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": true
        },
        {
            "id": 61091,
            "title": "Primary and Secondary Managment in Severe Ocular Trauma",
            "abstract": null,
            "authors": [
                "Wedrich, A"
            ],
            "year": 2006,
            "source": "Vienna Ophthalmic Wetlab Course; OKT 23-27, 2006; Vienna, AUSTRIA. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "61091-14043"
            ],
            "persons": [
                "61091-53938"
            ],
            "imported": "2006-11-14T19:21:33+01: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": true
        },
        {
            "id": 61090,
            "title": "Managemnet of Complications in Vitreous Surgery.",
            "abstract": null,
            "authors": [
                "Wedrich, A"
            ],
            "year": 2006,
            "source": "Vienna Ophthalmic Wetlab Course; OKT 23-27, 2006; Vienna, AUSTRIA. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "61090-14043"
            ],
            "persons": [
                "61090-53938"
            ],
            "imported": "2006-11-14T19:19:25+01: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": true
        },
        {
            "id": 61089,
            "title": "Radial Optic Neurotomy in Central Retinal Vein Occlusion.",
            "abstract": null,
            "authors": [
                "Wedrich, A"
            ],
            "year": 2006,
            "source": "Alpe-Adria.Meeting 2006; Juni, 15.-17, 2006; Sopron, UNGARN. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "61089-14043"
            ],
            "persons": [
                "61089-53938"
            ],
            "imported": "2006-11-14T19:11:27+01: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": true
        },
        {
            "id": 61088,
            "title": "Novel Indications in Vitreo-Retinal Surgery.",
            "abstract": null,
            "authors": [
                "Wedrich, A"
            ],
            "year": 2006,
            "source": "Jahrestagung der Kroatischen Ophthalmologischen Gesellschaft; Mai 4-6, 2006; Primosten, KROATIEN. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "61088-14043"
            ],
            "persons": [
                "61088-53938"
            ],
            "imported": "2006-11-14T19:08:53+01: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": true
        },
        {
            "id": 61087,
            "title": "Effektivität des Blaufilters (Gelbe Linse) bei Intraokularlinsen.",
            "abstract": null,
            "authors": [
                "Wedrich, A"
            ],
            "year": 2006,
            "source": "Makula-Workshop; APRIL 1, 2006; Dresden, DEUTSCHLAND. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "61087-14043"
            ],
            "persons": [
                "61087-53938"
            ],
            "imported": "2006-11-14T19:03:59+01: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": true
        },
        {
            "id": 61086,
            "title": "Das Grazer Modell de Facharztausbildung,Teil 2: Der erste Nachtdienst (mit Tabellen)",
            "abstract": null,
            "authors": [
                "Langmann, G",
                "Maier, R",
                "Koch, M",
                "Mossböck, G",
                "Schmutzer, M",
                "Gruber, A",
                "Klein, A",
                "Lechner, H",
                "Wegscheider, B",
                "Faschinger, C",
                "Wedrich, A"
            ],
            "year": 2006,
            "source": "Spektrum der Augenheilkunde. 2006; 20(3): 130-137. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": "10.1007/BF03163502",
            "pmc": null,
            "organizations": [
                "61086-14043"
            ],
            "persons": [
                "61086-51585",
                "61086-53938",
                "61086-53949"
            ],
            "imported": "2006-11-14T18:54:32+01:00",
            "journal": null,
            "issn": "0930-4282",
            "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": 61085,
            "title": "Das Grazer Modell der Facharztausbildung, Teil 1: Die Struktur",
            "abstract": null,
            "authors": [
                "Langmann, G",
                "Velikay, M",
                "Lechner, H",
                "Weger, M",
                "Schuhmann, G",
                "Langmann, A: Faschinger, C",
                "Wedrich, A"
            ],
            "year": 2006,
            "source": "Spektrum der Augenheilkunde. 2006; 20(3): 124-129. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": "10.1007/BF03163501",
            "pmc": null,
            "organizations": [
                "61085-14043"
            ],
            "persons": [
                "61085-51585",
                "61085-51984",
                "61085-53938"
            ],
            "imported": "2006-11-14T18:44:52+01:00",
            "journal": null,
            "issn": "0930-4282",
            "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": 61084,
            "title": "ITCH AND PAIN : A NICE PAIR. Distinct neuronal wiring, but common molecular mediators",
            "abstract": null,
            "authors": [
                "Schreibmayer, W"
            ],
            "year": 2006,
            "source": "Journal Club. Arbeitsgruppe für Neurophysiologie und Kinesiologie des Zentrums für Physiologische Medizin; 14. November 2006; Bibliothek des Instituts für Physiologie. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-11-14T16:40:54+01: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": 53779,
            "title": "Monitoring of sCD30 in patients prior to kidney transplantation (KTx)",
            "abstract": null,
            "authors": [
                "Drexler, C",
                "Posch, U",
                "Ulrich, S",
                "Helmberg, W",
                "Lanzer, G"
            ],
            "year": 2006,
            "source": "TISSUE ANTIGEN.  ; 67: 506-506.-20th European Immunogenetics and Histocompatibility Conference; JUN 8-11, 2006; Oslo, NORWAY. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000237949600173",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "53779-14058"
            ],
            "persons": [
                "53779-57849",
                "53779-50026",
                "53779-51910"
            ],
            "imported": "2006-11-14T16:40:35+01:00",
            "journal": "TISSUE ANTIGEN",
            "issn": "0001-2815",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.462,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.803030303030303,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "PATHOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 61083,
            "title": "Dreidimensionaler Ultraschall (3DUS) am neonatalen Neurokranium: klinische Anwendbarkeit bei intensivgepflegten Neugeborenen.",
            "abstract": null,
            "authors": [
                "Fritz, GA",
                "Riccabona, M",
                "Deutschmann, H",
                "Weitzer, C",
                "Resch, B"
            ],
            "year": 2006,
            "source": "Rofo. PO 57; 178: 337--DRK-Deutscher Röntgenkongress; MAY 24-27, 2006; Berlin, GERMANY. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "61083-14054",
                "61083-14094",
                "61083-14106",
                "61083-14108"
            ],
            "persons": [
                "61083-51743",
                "61083-51373",
                "61083-51882"
            ],
            "imported": "2006-11-14T15:16:51+01:00",
            "journal": "Rofo",
            "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": 61082,
            "title": "Mehrzeiler-Computertomographie in der Detektion und im Staging von Urothelkarzinomen des oberen Harntraktes.",
            "abstract": null,
            "authors": [
                "Fritz, GA",
                "Schoellnast, H",
                "Deutschmann, HA",
                "Schedlbauer, P",
                "Quehenberger, F",
                "Tillich, M"
            ],
            "year": 2006,
            "source": "Rofo. VO 201.6; 178: 135--DRK-Deutscher Röntgenkongress; MAY 24-27, 2005; Berlin, GERMANY. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "61082-14026",
                "61082-14054",
                "61082-14104",
                "61082-14108"
            ],
            "persons": [
                "61082-50466",
                "61082-51882",
                "61082-52008"
            ],
            "imported": "2006-11-14T15:12:40+01:00",
            "journal": "Rofo",
            "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": 61081,
            "title": "Perkutane CT-geleitete Radiofrequenzablation von Nierentumoren.",
            "abstract": null,
            "authors": [
                "Fritz, GA",
                "Schoellnast, H",
                "Thimary, F",
                "Stessel, U",
                "Portugaller, HR"
            ],
            "year": 2006,
            "source": "Rofo. PO 42; 178: 332--DRK-Deutscher Röntgenkongress; MAY 24-27, 2006; Berlin, GERMANY. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "61081-14054",
                "61081-14104",
                "61081-14108"
            ],
            "persons": [
                "61081-51955",
                "61081-52008"
            ],
            "imported": "2006-11-14T14:56:52+01:00",
            "journal": "Rofo",
            "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": 61080,
            "title": "Multiphasic multidetector row CT (MDCT) in detection and staging of transitional cell carcinomas of the upper urinary tract",
            "abstract": null,
            "authors": [
                "Fritz, GA",
                "Schöllnast, H",
                "Deutschmann, HA",
                "Thimary, F",
                "Tillich, M"
            ],
            "year": 2006,
            "source": "European Radiology. 16(S1):181--ECR-European Congress of Radiology; MAR 3-7, 2006; Vienna, AUSTRIA . ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "61080-14054",
                "61080-14104",
                "61080-14108"
            ],
            "persons": [
                "61080-51882",
                "61080-52008"
            ],
            "imported": "2006-11-14T14:51:52+01:00",
            "journal": "European Radiology",
            "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": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 61078,
            "title": "Two Steps to Clinical MSC Without Animal Serum.",
            "abstract": null,
            "authors": [
                "Malischnik, C",
                "Schallmoser, K",
                "Rohde, E",
                "Linkesch, W",
                "Lanzer, G",
                "Strunk, D"
            ],
            "year": 2006,
            "source": "Transfusion Medicine and Hemotherapy. 2006;  (suppl 1) page 28[OS1.4] 2006; 33(1):2-2.-39th Annual Congress of the Society for Transfusion Medicine and Immunohematology ; September 19-22,2006; Frankfurt am Main, Germany. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "61078-14058",
                "61078-14082"
            ],
            "persons": [],
            "imported": "2006-11-14T12:42:25+01:00",
            "journal": "Transfusion Medicine and Hemotherapy",
            "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": true,
            "local_affiliation": true
        },
        {
            "id": 61077,
            "title": "Desmoid tumors: Analysis of PDGF, PDGFR and gene mutations.",
            "abstract": null,
            "authors": [
                "Liegl, B",
                "Regauer, S",
                "Beham, A",
                "Windhager, R",
                "Leithner, A",
                "Bauernhofer, T",
                "Gülly, C"
            ],
            "year": 2006,
            "source": "J N N Blokhin Russian Cancer Res Center RAMS 2006;S1:27; -19th EMSOS Meeting; MAY 24-26, 2006; Moscow, Russia. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "61077-14020",
                "61077-14052",
                "61077-14085"
            ],
            "persons": [
                "61077-50546",
                "61077-51692",
                "61077-53237"
            ],
            "imported": "2006-11-14T12:23:02+01: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": 61076,
            "title": "Osteolytic lesions of the calcaneus: a saries of 19 patients.",
            "abstract": null,
            "authors": [
                "Leithner, A",
                "Scheipl, S",
                "Ertl, W",
                "Kastner, N",
                "Radl, R",
                "Windhager, R",
                "Bodo, K"
            ],
            "year": 2006,
            "source": "J N N Blokhin Russian Cancer Res Center RAMS 2006;S1:50; -19th EMSOS Meeting; MAY 24-26, 2006; Moscow, Russia. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "61076-14052"
            ],
            "persons": [
                "61076-50448",
                "61076-53237"
            ],
            "imported": "2006-11-14T12:18:24+01: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": 1311,
            "title": "Increased neopterin in patients with chronic and acute coronary syndromes.",
            "abstract": null,
            "authors": [
                "Schumacher, M",
                "Halwachs, G",
                "Tatzber, F",
                "Fruhwald, FM",
                "Zweiker, R",
                "Watzinger, N",
                "Eber, B",
                "Wilders-Truschnig, M",
                "Esterbauer, H",
                "Klein, W"
            ],
            "year": 1997,
            "source": "J Am Coll Cardiol. 1997; 30(3):703-707",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997XT43600016",
            "pubmed": "9283529",
            "doi": "10.1016/S0735-1097(97)00172-1",
            "pmc": null,
            "organizations": [
                "1311-14083"
            ],
            "persons": [
                "1311-51699-2",
                "1311-51700-6",
                "1311-51759-6"
            ],
            "imported": "2006-11-14T12:06:49+01:00",
            "journal": "J AMER COLL CARDIOL",
            "issn": "0735-1097",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 6.704,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.967741935483871,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CARDIAC & CARDIOVASCULAR SYSTEMS",
            "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": true
        }
    ]
}