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=151580&ordering=impactfactor
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 156926,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=151600&ordering=impactfactor",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=151560&ordering=impactfactor",
    "results": [
        {
            "id": 156769,
            "title": "Im Zahlenlabyrinth der österreichischen Pflege",
            "abstract": null,
            "authors": [
                "Sprenger, M"
            ],
            "year": 2016,
            "source": "Das österreichische Gesundheitswesen – ÖKZ. 2016; 57(03-04): 70-70. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "156769-14024"
            ],
            "persons": [
                "156769-50445"
            ],
            "imported": "2017-01-06T22:07:35+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": true
        },
        {
            "id": 156770,
            "title": "Anfang oder Ende der Gesundheit? Ein paar Anreize zum Nachdenken\r\n",
            "abstract": null,
            "authors": [
                "Sprenger, M"
            ],
            "year": 2016,
            "source": "Gerechte Gesundheit. 2016. ",
            "category": 11,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "156770-14024"
            ],
            "persons": [
                "156770-50445"
            ],
            "imported": "2017-01-06T22:10:19+01:00",
            "journal": "Gerechte Gesundheit",
            "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": 156774,
            "title": "Phsiologische und pathologische hypoxische pulmonale Hypertonie (HAPH)",
            "abstract": null,
            "authors": [
                "Domej, W"
            ],
            "year": 2016,
            "source": "Konferenzband der Tiroler Ärztetage 2016. 2016; -Tiroler Ärztetage, UMIT, Hall i. Tirol; Hall/Innsbruck SEP 23-24, 2016; UMIT-Hall/Innsbruck. ",
            "category": 2,
            "document_type": 23,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "156774-14087"
            ],
            "persons": [
                "156774-51525"
            ],
            "imported": "2017-01-08T13:12:44+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": 156782,
            "title": "Hormonal regulation of lipolysis",
            "abstract": null,
            "authors": [
                "Krenn, P",
                "Schittmayer, M",
                "Pucher, B",
                "Birner-Gruenberger, R"
            ],
            "year": 2016,
            "source": "Doctoral Day 2016; Dec 14, 2016; Graz, AUSTRIA. 2016. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "156782-14020"
            ],
            "persons": [
                "156782-58794"
            ],
            "imported": "2017-01-09T12:05: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": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 156783,
            "title": "Bist Du es Papa? Strategien zum Umgang mit Prosopagnosie im Kindes- und Erwachsenenalter",
            "abstract": null,
            "authors": [
                "Avian, A",
                "Avian, S"
            ],
            "year": 2016,
            "source": "XXXVI. Kongress für Blinden- und Sehbehindertenpädagogik 2016 ; AUG 1 - 5, 2016; Graz, AUSTRIA. 2016. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "156783-14026"
            ],
            "persons": [
                "156783-67207"
            ],
            "imported": "2017-01-09T12:11:07+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": 156784,
            "title": "Hormonal regulation of lipolysis",
            "abstract": null,
            "authors": [
                "Krenn, P",
                "Schittmayer, M",
                "Pucher, B",
                "Birner-Gruenberger, R"
            ],
            "year": 2017,
            "source": "EuBIC Winter School 2017; Jan 10-13, 2017; Semmering, AUSTRIA. 2017. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "156784-14020"
            ],
            "persons": [
                "156784-58794"
            ],
            "imported": "2017-01-09T12:17: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": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 156785,
            "title": "Beta-trace protein, renal function, and clinical outcomes: results from the Ludwigshafen Risk and Cardiovascular Health (LURIC) and 4D Studies.",
            "abstract": null,
            "authors": [
                "Enko, D",
                "Meinitzer, A",
                "Scharnagl, H",
                "Stojakovic T",
                "Kleber, ME",
                "Delgado, GE",
                "Zelzer, S",
                "Drechsler, C",
                "Krämer, BK",
                "Wanner, C",
                "März, W",
                "Woitas, RP"
            ],
            "year": 2017,
            "source": "Symposium: Biomarkers of the cardiorenal axis; JAN 19-20; 2017; Mannheim, GERMANY. 2017. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "156785-14028"
            ],
            "persons": [
                "156785-89193",
                "156785-68273"
            ],
            "imported": "2017-01-09T12:28: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": 156786,
            "title": "Link between myeloperoxidase, asymmetric dimethylarginine and the renin-angiotensin-aldosterone-system in cardiovascular risk patients: cross-sectional findings from the Ludwigshafen Risk and Cardiovascular Health (LURIC) Study.",
            "abstract": null,
            "authors": [
                "Zelzer, S",
                "Enko, D",
                "Meinitzer, A",
                "Pilz, S",
                "Tomaschitz, A",
                "März, W"
            ],
            "year": 2017,
            "source": "Symposium: Biomarkers of the cardiovascular axis; JAN 19-20, 2017; Mannheim, GERMANY. 2017. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "156786-14028",
                "156786-14083"
            ],
            "persons": [
                "156786-68273",
                "156786-89193"
            ],
            "imported": "2017-01-09T12:40:15+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": 156789,
            "title": "The \"Facial Esthetics Engineering\" concept: Fusion of technology and beauty in facial surgery",
            "abstract": null,
            "authors": [
                "Schicho, K",
                "Guevara-Rojas, G",
                "Watzinger, F",
                "Seemann, R",
                "Figl, M"
            ],
            "year": 2016,
            "source": "Proceedings of the 6th Bozner Symposium of Plastic surgery (BSPS). 2016; -6th Bozner Symposium of Plastic surgery (BSPS); JAN, 15-17, 2016; Bozen, Italien. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "156789-14076"
            ],
            "persons": [],
            "imported": "2017-01-09T13:26:44+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": false
        },
        {
            "id": 156790,
            "title": "A questionnaire for the assessment of health-related\r\nquality of life in Primary Sjögren’s Syndrome: first\r\npsychometric testing of the PSS-QoL.",
            "abstract": null,
            "authors": [
                "Lackner, A",
                "Hermann, J",
                "Stradner, MH",
                "Unger, J",
                "Stamm, T",
                "Graninger,W",
                "Dejaco, C"
            ],
            "year": 2016,
            "source": "Journal für Mineralstoffwechsel & muskuloskelettale Erkrankungen. 2016; 23(4):128-152.-Jahrestagung der österreichischen Gesellschaft für Rheumatologie & Rehabilitation; DEC 1-3, 2016; Vienna, Austria. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "156790-14046",
                "156790-14086"
            ],
            "persons": [
                "156790-51002",
                "156790-53560",
                "156790-66227",
                "156790-77590"
            ],
            "imported": "2017-01-09T13:34: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": 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
        },
        {
            "id": 156791,
            "title": "\"Facial Esthetics Engineering\": comprehensive virtual planning in facial and hair restoration surgery",
            "abstract": null,
            "authors": [
                "Schicho, K",
                "Truppe, M",
                "Figl, M",
                "Guevara-Rojas, G"
            ],
            "year": 2016,
            "source": "Proceedings of the Face2Face-congress. 2016; -Face2Face-congress; SEP 9-10, 2016; Cannes, FRANCE. ",
            "category": 2,
            "document_type": 18,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "156791-14076"
            ],
            "persons": [],
            "imported": "2017-01-09T13:40:03+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": false
        },
        {
            "id": 156792,
            "title": "\"Facial Esthetics Engineering\": comprehensive virtual planning in facial and hair restoration surgery",
            "abstract": null,
            "authors": [
                "Schicho, K",
                "Truppe, M",
                "Figl, M",
                "Guevara-Rojas, G"
            ],
            "year": 2016,
            "source": "Proceedings of the Face2Face-congress. 2016; -Face2Face-congress; SEP 9-10, 2016; Cannes, FRANCE. ",
            "category": 2,
            "document_type": 18,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "156792-14076"
            ],
            "persons": [],
            "imported": "2017-01-09T13:40:21+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": false
        },
        {
            "id": 156793,
            "title": "\"Face Esthetics Engineering\": Comprehensive virtual planning in facial and hair restoration surgery",
            "abstract": null,
            "authors": [
                "Schicho, K",
                "Truppe, M",
                "Figl, M",
                "Guevara-Rojas, G"
            ],
            "year": 2016,
            "source": "Proceedings of Face2Face-congress. 2016; -Face2Face-congress; SEP 9-10, 2016; Cannes, FRANCE. ",
            "category": 2,
            "document_type": 18,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "156793-14076"
            ],
            "persons": [],
            "imported": "2017-01-09T13:43:38+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": false
        },
        {
            "id": 156794,
            "title": "Light and Smile: Ideas to bring innovations form the laboratory to the patient´s face",
            "abstract": null,
            "authors": [
                "Schicho, K",
                "Dungel, P",
                "Reischies, F",
                "Winter, R",
                "Figl, M",
                "Ghaffary Tabizi-Wizsy, N",
                "Smolle, C",
                "Pillerstorff, R",
                "Seemann, R"
            ],
            "year": 2016,
            "source": "Proceedings of the 11 Annual Meeting. 2016; -International Meeting of computer aided implantology academy; NOV 4-5, 2016; Bologna, ITALY. ",
            "category": 2,
            "document_type": 18,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "156794-14076"
            ],
            "persons": [
                "156794-70620",
                "156794-63389"
            ],
            "imported": "2017-01-09T13:51: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": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 156795,
            "title": "Strong Gradients in Weak Magnetic Fields Induce DOLLOP Formation in Tap Water",
            "abstract": null,
            "authors": [
                "Sammer, M",
                "Kamp, C",
                "Paulitsch-Fuchs, AH",
                "Wexler, AD, Buisman, CJN, Fuchs, EC"
            ],
            "year": 2016,
            "source": "Water. 2016; 8(3): 79",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "156795-14023"
            ],
            "persons": [
                "156795-51488"
            ],
            "imported": "2017-01-09T15:30:51+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": 156797,
            "title": "Eukaryotic Initiation Factors are critically involved in the formation and progression of Colorectal Cancer",
            "abstract": null,
            "authors": [
                "Golob-Schwarzl, N",
                "Schweiger, C",
                "Koller, C",
                "Gogg-Kamerer, M",
                "Uranitsch, S",
                "Lackner, K",
                "Punschart, A, Stiegler, P",
                "Keil, M",
                "Hoffmann, J",
                "Henderson, D",
                "Lehrach, H",
                "Reinhard, CH",
                "Lax, S",
                "Haybaeck, J"
            ],
            "year": 2015,
            "source": "International Student Congress; Graz, AUSTRIA. 2015. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "156797-14020",
                "156797-14086"
            ],
            "persons": [
                "156797-84167"
            ],
            "imported": "2017-01-09T15:46: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": 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": 156798,
            "title": "Eukaryotic Translation Initiation Factors are overexpressed in Colorectal Carcinoma compared to Normal Colorectal Mucosa: Impact on the RTK/PI3K/Akt-mTor pathway and putative therapeutic targets",
            "abstract": null,
            "authors": [
                "Golob-Schwarzl, N",
                "Schweiger, C",
                "Koller, C",
                "Gogg-Kamerer, M",
                "Uranitsch, S",
                "Lackner, K",
                "Punschart, A, Stiegler, P",
                "Keil, M",
                "Hoffmann, J",
                "Henderson, D",
                "Lehrach, H",
                "Reinhard, CH",
                "Lax, S",
                "Haybaeck, J"
            ],
            "year": 2015,
            "source": "27th European Congress of Pathology, Belgrad; 2015; Belgrad, SERBIA. 2015. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "156798-14020",
                "156798-14086"
            ],
            "persons": [
                "156798-84167"
            ],
            "imported": "2017-01-09T15:55:50+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": 156799,
            "title": "Modulation of the Eukaryotic Translation Initiation Factor Expression in Colorectal Carcinoma by cytostatic and targeted medication as demonstrated on xenograft models",
            "abstract": null,
            "authors": [
                "Golob-Schwarzl, N",
                "Schweiger, C",
                "Koller, C",
                "Gogg-Kamerer, M",
                "Uranitsch, S",
                "Lackner, K",
                "Punschart, A, Stiegler, P",
                "Keil, M",
                "Hoffmann, J",
                "Henderson, D",
                "Lehrach, H",
                "Reinhard, CH",
                "Lax, S",
                "Haybaeck, J"
            ],
            "year": 2015,
            "source": "27th European Congress of Pathology; 2015; Belgrad, SERBIA. 2015. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "156799-14020",
                "156799-14073",
                "156799-14086"
            ],
            "persons": [
                "156799-50874",
                "156799-84167"
            ],
            "imported": "2017-01-09T15:57:51+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": 156800,
            "title": "Eukaryotic Translation Initiation Factors are overexpressed in colorectal carcinoma compared to normal colorectal mucosa on the impact on the RTK/PI3K/Akt-mTOR pathway ",
            "abstract": null,
            "authors": [
                "Golob-Schwarzl, N",
                "Schweiger, C",
                "Koller, C",
                "Gogg-Kamerer, M",
                "Uranitsch, S",
                "Lackner, K",
                "Punschart, A, Stiegler, P",
                "Keil, M",
                "Hoffmann, J",
                "Henderson, D",
                "Lehrach, H",
                "Reinhard, CH",
                "Lax, S",
                "Haybaeck, J"
            ],
            "year": 2015,
            "source": "Doctoral Day; 2015; Graz, AUSTRIA. 2015. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "156800-14020",
                "156800-14073",
                "156800-14086"
            ],
            "persons": [
                "156800-50874",
                "156800-84167"
            ],
            "imported": "2017-01-09T16:01:14+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": 156801,
            "title": "Modulation of eukaryotic translation initiation factor expression in colorectal carcinoma by cytostatic and targeted medication as demonstrated in xenograft models",
            "abstract": null,
            "authors": [
                "Golob-Schwarzl, N",
                "Schweiger, C",
                "Koller, C",
                "Gogg-Kamerer, M",
                "Uranitsch, S",
                "Lackner, K",
                "Punschart, A, Stiegler, P",
                "Keil, M",
                "Hoffmann, J",
                "Henderson, D",
                "Lehrach, H",
                "Reinhard, CH",
                "Lax, S",
                "Haybaeck, J"
            ],
            "year": 2015,
            "source": "Doc Day; 2015; Graz, AUSTRIA. 2015. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "156801-14020",
                "156801-14086"
            ],
            "persons": [
                "156801-51983",
                "156801-84167"
            ],
            "imported": "2017-01-09T16:03:03+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": false
        }
    ]
}