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=151260&ordering=impactfactor_norm
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=151280&ordering=impactfactor_norm",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=151240&ordering=impactfactor_norm",
    "results": [
        {
            "id": 126867,
            "title": "Gastrointestinales-Mikrobiom und Immunsystem",
            "abstract": null,
            "authors": [
                "Gorkiewicz, G"
            ],
            "year": 2012,
            "source": "OEPROM - Oesterreichische Gesellschaft fuer Probiotische Medizin; Dez 1, 2012; Wien. 2012. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126867-14020"
            ],
            "persons": [
                "126867-50496"
            ],
            "imported": "2013-02-15T12:46:01+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": true,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 126868,
            "title": "RASopathien – das Noonan Syndrom und verwandte Erkrankungen – von den molekularen Grundlagen zur klinischen Diagnose",
            "abstract": null,
            "authors": [
                "Uhrig, S"
            ],
            "year": 2012,
            "source": "50. Jahrestagung der österreichischen Kinder- und Jugendmedizin (ÖGKJ); SEP 27-29, 2012; Salzburg. 2012. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126868-14021"
            ],
            "persons": [],
            "imported": "2013-02-15T12:47:58+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": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 126869,
            "title": "HELLP syndrome requiring intensive care treatment – a retrospective study.",
            "abstract": null,
            "authors": [
                "Lakovschek, IC",
                "Engin, H",
                "Lenz-Gebhart, A",
                "Lehner, R"
            ],
            "year": 2012,
            "source": "  . 2012; -ISPO; MAR 3-4, 2012; Graz, AUSTRIA. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126869-14063"
            ],
            "persons": [],
            "imported": "2013-02-15T12:48:22+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": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 126870,
            "title": "(Patho-)physiology of the GI microbiota\r\n",
            "abstract": null,
            "authors": [
                "Gorkiewicz, G"
            ],
            "year": 2012,
            "source": "JAHRESTAGUNG 2012 \r\nDER ÖSTERREICHISCHEN GESELLSCHAFT \r\nFÜR ANTIMIKROBIELLE CHEMOTHERAPIE 2012 \r\nGEMEINSAM MIT DER PAUL-EHRLICH-GESELLSCHAFT \r\nUND DER SLOVENIAN SOCIETY OF CHEMOTHERAPY \r\n; NOV 30-DEZ 1, 2012; Wien, Austria. 2012. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126870-14020"
            ],
            "persons": [
                "126870-50496"
            ],
            "imported": "2013-02-15T12:50:11+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": true,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 126871,
            "title": "Das intensivpflichtige HELLP-Sy-Syndrome – eine retrospective Analyse. ",
            "abstract": null,
            "authors": [
                "Lakovschek I.C. Lakovschek, H. Engin, A. Lenz-Gebhart, R. Lehner."
            ],
            "year": 2012,
            "source": "  . 2012; -Jahrestagung der OEGGG; JUN 6-9,2012; Graz, AUSTRIA. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126871-14063"
            ],
            "persons": [],
            "imported": "2013-02-15T12:50:41+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": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 126872,
            "title": "Pathophysiologie der Tumorkachexie",
            "abstract": null,
            "authors": [
                "Gorkiewicz, G"
            ],
            "year": 2013,
            "source": "Arbeitsgemeinschaft für klinische Ernährung\r\n\"Ernährung bei Tumorerkrankungen\"; JAN 24, 2013; Wien, Austria. 2013. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126872-14020"
            ],
            "persons": [
                "126872-50496"
            ],
            "imported": "2013-02-15T12:53:57+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": 126873,
            "title": "Long-term outcome of en bloc paediatric-kidney transplantation in adult recipients ",
            "abstract": null,
            "authors": [
                "Hafner-Giessauf, H",
                "Mauric, A",
                "Müller, H",
                "Eller, P",
                "Iberer, F",
                "Rosenkranz, AR",
                "Eller, K"
            ],
            "year": 2012,
            "source": "Proceedings of the Annual Meeting of the American Socitay of Nephrology; . 2012; -Annual Meeting of the American Socitay of Nephrology; ; OKT 30-NOV 4, 2012; San Diego. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126873-14073",
                "126873-14079",
                "126873-14084"
            ],
            "persons": [
                "126873-51982",
                "126873-72630",
                "126873-74174",
                "126873-74175"
            ],
            "imported": "2013-02-15T12:54:46+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": 126876,
            "title": "What´s next in non-small call carcinomas of the lung",
            "abstract": null,
            "authors": [
                "Popper, HH"
            ],
            "year": 2012,
            "source": "Lung pathology working group meeting at the Congress of the Austrian Society of Pathology; Okt 11-13, 2012; Wien. 2012. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126876-14020"
            ],
            "persons": [],
            "imported": "2013-02-15T12:57:36+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": 126877,
            "title": "Long-term outcome of en bloc paediatric-kidney transplantation in adult recipients ",
            "abstract": null,
            "authors": [
                "Hafner-Giessauf, H",
                "Mauric, A",
                "Müller, H",
                "Eller, P",
                "Iberer, F",
                "Rosenkranz, AR",
                "Eller, K"
            ],
            "year": 2012,
            "source": "Jahrestagung der österreichischen Gesellschaft für Nephrologie; Sep7-8, 2012; Graz. 2012. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126877-14073",
                "126877-14079",
                "126877-14084"
            ],
            "persons": [
                "126877-51982",
                "126877-72630",
                "126877-74174",
                "126877-74175"
            ],
            "imported": "2013-02-15T13:00:56+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": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 126878,
            "title": "System - Verantwortung - Gewissen in der Medizin",
            "abstract": null,
            "authors": null,
            "year": 2012,
            "source": "System - Verantwortung - Gewissen in der Medizin. Kröll Wolfgang, Walter Schaupp. editor(s). Wien: Manz Verlag; 2012. (ISBN: 978-3-214-10194-7) ",
            "category": 7,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126878-14069"
            ],
            "persons": [
                "126878-51613"
            ],
            "imported": "2013-02-15T13:03:35+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": "Kröll Wolfgang, Walter Schaupp",
            "collection_title": "System - Verantwortung - Gewissen in der Medizin",
            "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": 126879,
            "title": "Target diagnostics for target therapy of NSCLC\u000bhot issues in molecular pathology, ",
            "abstract": null,
            "authors": [
                "Popper, HH"
            ],
            "year": 2012,
            "source": "Proceedings of the Panninia Congress. 2012; -2nd Pannonia Congress; Mai 14-19, 2012; Siofok . ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126879-14020"
            ],
            "persons": [],
            "imported": "2013-02-15T13:03:42+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": true,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 126880,
            "title": "Rare Case Presentations: Case from Graz",
            "abstract": null,
            "authors": [
                "Popper, HH"
            ],
            "year": 2012,
            "source": "2nd Pannonia Congress; Mai 14-19, 2012; Siofok. 2012. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126880-14020"
            ],
            "persons": [],
            "imported": "2013-02-15T13:06:47+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": 126882,
            "title": "Mesothelioma –diagnosis and possible targets for future treatment",
            "abstract": null,
            "authors": [
                "Popper, HH"
            ],
            "year": 2012,
            "source": "Proceedings of the Saltykow Memorial Meeting, Zagreb University Press. 2012; -XXX Saltykow Memorial Meeting; Okt 27-28, 2012; Zagreb. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126882-14020"
            ],
            "persons": [],
            "imported": "2013-02-15T13:10: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": true,
            "keynote_speaker": true,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 126883,
            "title": "Radiologie Kompakt - Schwerpunkt Kinderradiologie",
            "abstract": null,
            "authors": [
                "Beer, M",
                ""
            ],
            "year": 2012,
            "source": "Management & Krankenhaus, Ausgabe Mai 2012. 2012",
            "category": 12,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126883-14106"
            ],
            "persons": [],
            "imported": "2013-02-15T13:21:01+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": 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": 126884,
            "title": "Das Recht auf Schmerzfreiheit",
            "abstract": null,
            "authors": [
                "Kröll, W"
            ],
            "year": 2012,
            "source": "Basiskurs Schmerztherapie; Jan 13, 2012; Bad Kleinkirchheim. 2012. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126884-14069"
            ],
            "persons": [
                "126884-51613"
            ],
            "imported": "2013-02-15T13:21:19+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": true,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 126885,
            "title": "Gastroesophageal Reflux Disease",
            "abstract": null,
            "authors": [
                "Höllwarth, ME"
            ],
            "year": 2012,
            "source": " In: Coran, A; Adzick, N.S.; Krummel, T.M.; Laberge, J.M.; Shamberger, R.C.; Caldamone, A.A. editors(s). Pediatric Surgery, Seventh Edititon. 1: USA: Elsevier  Saunders; p. 947-958.  2012(ISBN: 0323072550) ",
            "category": 6,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126885-14049"
            ],
            "persons": [],
            "imported": "2013-02-15T13:21:24+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": "Coran, A; Adzick, N.S.; Krummel, T.M.; Laberge, J.M.; Shamberger, R.C.; Caldamone, A.A.",
            "collection_title": "Pediatric Surgery, Seventh Edititon",
            "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": 126886,
            "title": "Magentresonanztomografie unter besonderer Berücksichtigung entzündlicher Knochenerkrankungen",
            "abstract": null,
            "authors": [
                "Girschick, HJ",
                "Hofmann, C",
                "Morbach, H",
                "Beer, M",
                ""
            ],
            "year": 2012,
            "source": "arthritis + rheuma 2012; 32: 104-109. 2012",
            "category": 12,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126886-14106"
            ],
            "persons": [],
            "imported": "2013-02-15T13:23:08+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": 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": 126887,
            "title": "Primärkultur aus Tumorgewebe",
            "abstract": null,
            "authors": [
                "Schwach, G"
            ],
            "year": 2013,
            "source": "Promo Cell Academy; Jänner 31- Februar 1; Heidelberg, Deutschland. 2013. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126887-14014"
            ],
            "persons": [],
            "imported": "2013-02-15T13:25:18+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": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 126888,
            "title": "DUHAMEL LECTURE, Accident prevention in childhood a major public health issue",
            "abstract": null,
            "authors": [
                "Höllwarth, ME"
            ],
            "year": 2012,
            "source": "-. 2012; -13th EUPSA Congress and 59th BAPS Congress; JUN 13-16, 2012; Rome, ITALY. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126888-14049"
            ],
            "persons": [],
            "imported": "2013-02-15T13:26: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": true,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 126889,
            "title": "Therapieentscheid am Lebensende",
            "abstract": null,
            "authors": [
                "Kröll, W"
            ],
            "year": 2012,
            "source": "Intensivseminar für Anästhesisten; Mar 16, 2012; Salzburg. 2012. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126889-14069"
            ],
            "persons": [
                "126889-51613"
            ],
            "imported": "2013-02-15T13:27:32+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
        }
    ]
}