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=150420&ordering=-imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157136,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=150440&ordering=-imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=150400&ordering=-imported",
    "results": [
        {
            "id": 67362,
            "title": "Enfermedades Sinusales Asociadas a Hongos: Clasificacion, Diagnostico y Manejo Actual",
            "abstract": null,
            "authors": [
                "Stammberger, H",
                ""
            ],
            "year": 2007,
            "source": "XVI Curso Avanzado Y Taller De Dissecion Endoscopica De Nariz, Senos Paranasales, Orbita Y Base Del Craneo; FEB 12-17, 2007; Bogota, COLOMBIA. 2007. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "67362-14066"
            ],
            "persons": [],
            "imported": "2007-06-05T13:03:02+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": 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": 67361,
            "title": "Rinosinusitis Cronica y Poliposis Nasal: Que Sabemos Hoy En Dia?",
            "abstract": null,
            "authors": [
                "Stammberger, H"
            ],
            "year": 2008,
            "source": "XVI Curso Avanzado Y Taller De Dissecion Endoscopica De Nariz, Senos Paranasales, Orbita Y Base Del Craneo; FEB 12-17, 2007; Bogota, COLUMBIA. 2008. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "67361-14066"
            ],
            "persons": [],
            "imported": "2007-06-05T13:00:37+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 67360,
            "title": "Principios Basicos Anatomicos y Fisiopatologicos de la CEF.",
            "abstract": null,
            "authors": [
                "Stammberger, H",
                ""
            ],
            "year": 2007,
            "source": "XVI Curso Avanzado Y Taller De Dissecion Endoscopica De Nariz, Senos Paranasales, Orbita Y Base Del Craneo; FEB 12-17, 2007; Bogota, COLUMBIA. 2007. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "67360-14066"
            ],
            "persons": [],
            "imported": "2007-06-05T12:59:21+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 67358,
            "title": "National Chairman",
            "abstract": null,
            "authors": [
                "Stammberger, H"
            ],
            "year": 2007,
            "source": "Congestion and Inflammation Summit; MAR 16-17, 2007; Wien, AUSTRIA. 2007. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "67358-14066"
            ],
            "persons": [],
            "imported": "2007-06-05T12:55:37+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 67357,
            "title": "Chronische Rhinosinusitis/Polyposis: Gut operiert und noch immer Beschwerden.",
            "abstract": null,
            "authors": [
                "Stammberger, H",
                ""
            ],
            "year": 2007,
            "source": "Congestion and Inflammation Summit; MAR 16-17, 2007; Wien, AUSTRIA. 2007. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "67357-14066"
            ],
            "persons": [],
            "imported": "2007-06-05T12:54:25+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 67356,
            "title": "Chronische Rhinosinusitis 2007: Licht am Ende des Tunnels? (EPOS – Das European Position Paper on Sinusitis/Polyposis)",
            "abstract": null,
            "authors": [
                "Stammberger, H",
                ""
            ],
            "year": 2007,
            "source": "Congestion and Inflammation Summit; MAR 16-17, 2007; Wien, AUSTRIA. 2007. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "67356-14066"
            ],
            "persons": [],
            "imported": "2007-06-05T12:53:06+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": 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": 67354,
            "title": "Heterotope Ossifikation der Hüfte während der Primärrehabilitation von querschnittsgelähmten Patienten: Ergebnisse nach Einzeitbestrahlung mit 8 Gy ",
            "abstract": null,
            "authors": [
                "Mayer, R",
                "Nestinger, K",
                "Langsenlehner, T",
                "Quehenberger, F",
                "Korisek, G"
            ],
            "year": 2007,
            "source": "Kongressband der 20. Jahrestagung der DMGP; -20. Jahrestagung der DMGP; MAY 9-12, 2007; Vienna, AUSTRIA. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "67354-14026",
                "67354-14060"
            ],
            "persons": [
                "67354-50466",
                "67354-50495"
            ],
            "imported": "2007-06-05T10:25:49+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": 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": 67353,
            "title": "Role of the TNFRSF10A 683A>C polymorphism for prostate cancer.",
            "abstract": null,
            "authors": [
                "Langsenlehner, T",
                "Langsenlehner, U",
                "Renner, W",
                "Kapp, KS",
                "Mayer, R"
            ],
            "year": 2007,
            "source": "Procedings of the 10th International Wolfsberg Meeting on Molecular Radiation Biology/Oncology2007; -10th International Wolfsberg Meeting on Molecular Radiation Biology/Oncology; MAY 12-14, 2007; Wolfsberg, SWITZERLAND.  (ISBN: 3-9808819-4-6 )",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "67353-14028",
                "67353-14060",
                "67353-14085"
            ],
            "persons": [
                "67353-50495",
                "67353-50910"
            ],
            "imported": "2007-06-05T10:15:13+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 67352,
            "title": "Heterotope Ossifikation der Hüfte während der Primärrehabilitation von querschnittsgelähmten Patienten – Ergebnisse nach Einzeitbestrahlung mit 8 Gy",
            "abstract": null,
            "authors": [
                "Mayer, R",
                "Nestinger, K",
                "Langsenlehner, T",
                "Quehenberger, F",
                "Korisek, G",
                ""
            ],
            "year": 2007,
            "source": "Strahlenther Onkol 2007; 183(1):-13. Jahrestagung der Deutschen Gesellschaft für Radioonkologie; JUN 7-10, 2007; Hannover, GERMANY. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "67352-14026",
                "67352-14060"
            ],
            "persons": [
                "67352-50466",
                "67352-50495"
            ],
            "imported": "2007-06-05T10:10:07+02:00",
            "journal": null,
            "issn": "0179-7158",
            "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": 67350,
            "title": "Influence of the orientation of a prosthetic mitral valve on the intraventricular flow - an experimental study  ",
            "abstract": null,
            "authors": [
                "Mächler, H",
                "Reiter G",
                "Perthel, M",
                "Reiter, U",
                "Bergmann, P",
                "Waltensdoerfer, A",
                "Rienmüller, R",
                "Laas, J"
            ],
            "year": 2007,
            "source": "Interactive Cardiovascular and Thoracic Surgery. 2007; 6(1): 32-32. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "67350-14069",
                "67350-14075",
                "67350-14104"
            ],
            "persons": [
                "67350-51592",
                "67350-51726",
                "67350-53950",
                "67350-56994"
            ],
            "imported": "2007-06-04T19:48:41+02:00",
            "journal": null,
            "issn": "1569-9293",
            "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": 67348,
            "title": "Die mitrale Reduktionsanuloplastie - Die Ringlösung für ein ventrikuläres Problem",
            "abstract": null,
            "authors": [
                "Mächler, H",
                "Salaymeh, L",
                "Ovcina, I",
                "Huber, S",
                "Schweiger, S",
                "Anelli-Monti, M",
                "Oberwalder, P",
                "Rigler, B"
            ],
            "year": 2007,
            "source": "Journal für Kardiologie. 2007; 14(5-6): 98-98. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "67348-14075"
            ],
            "persons": [
                "67348-50146",
                "67348-51592",
                "67348-52012"
            ],
            "imported": "2007-06-04T19:36:31+02:00",
            "journal": null,
            "issn": "1024-0098",
            "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": 67347,
            "title": "3D-Dimensional CT-Aortography enhances accurate diagnostic evaluation for complex thoracic aortic surgery",
            "abstract": null,
            "authors": [
                "Oberwalder, P",
                "Anelli-Monti, M",
                "Maechler, H",
                "Salaymeh, L",
                "Huber, St",
                "Rigler, B"
            ],
            "year": 2007,
            "source": "Interactive Cardiovascular and Thoracic Surgery. 2007; 6(1): 105-105. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "67347-14057",
                "67347-14075"
            ],
            "persons": [
                "67347-50252",
                "67347-51592",
                "67347-52012"
            ],
            "imported": "2007-06-04T19:32:54+02:00",
            "journal": null,
            "issn": "1569.9293",
            "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": 67346,
            "title": "Patient-prosthesis mismatch can be predicted at the time of operation",
            "abstract": null,
            "authors": [
                "Salaymeh, L",
                "Ovcina, I",
                "Mächler, H",
                "Schweiger, St",
                "Martin, D",
                "Oberwalder, P",
                "Anelli-Monti, M, Rigler, D"
            ],
            "year": 2007,
            "source": "Interactive Cardiovascular and Thoracic Surgery. 2007; 6(1): S36-S36. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "67346-14075"
            ],
            "persons": [
                "67346-50146",
                "67346-50147",
                "67346-51592"
            ],
            "imported": "2007-06-04T19:29:07+02:00",
            "journal": null,
            "issn": "1569-9293",
            "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": 67345,
            "title": "Mitral valve Repair in Patients with Cardiomyopathie",
            "abstract": null,
            "authors": [
                "Salaymeh, L",
                "Ovcina, I",
                "Schweiger, S",
                "Mächler, H",
                "Anerlli-Monti, M",
                "Rigler, B"
            ],
            "year": 2007,
            "source": "Interactive Cardiovascular and Thoracic Surgery. 2007; 6(1): S16-S16. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "67345-14075"
            ],
            "persons": [
                "67345-50146",
                "67345-51592"
            ],
            "imported": "2007-06-04T19:25:15+02:00",
            "journal": null,
            "issn": "1569-9293",
            "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": 67343,
            "title": "Funktionelle Ergebnisse und Spätfolgen nach konventioneller postoperativer Photonentherapie von Makroadenomen der Hypophyse.",
            "abstract": null,
            "authors": [
                "Langsenlehner, T",
                "Stiegler, C",
                "Quehenberger, F",
                "Jakse, G",
                "Mokry, M",
                "Kapp, KS",
                "Mayer, R"
            ],
            "year": 2007,
            "source": "Strahlenther Onkol2007; 183 (Sondernr 1): 82-82.-13. Jahreskongress der Deutschen Gesellschaft für Radioonkologie; JUN 7-10, 2007; Hannover, GERMANY. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "67343-14026",
                "67343-14050",
                "67343-14060"
            ],
            "persons": [
                "67343-50466",
                "67343-50495",
                "67343-52006"
            ],
            "imported": "2007-06-04T17:35:47+02:00",
            "journal": null,
            "issn": "0179-7158",
            "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": 67342,
            "title": "Makroadenome der Hypophyse: Langzeitresultate nach konventioneller postoperativer Photonentherapie.",
            "abstract": null,
            "authors": [
                "Eder, T",
                "Jakse, G",
                "Stiegler,C",
                "Quehenberger, F",
                "Mokry, M",
                "Kapp, KS",
                "Mayer, R"
            ],
            "year": 2007,
            "source": "Strahlenther Onkol. 2007; 183 (Sondernr 1): 189-190.-23. Jahrestagung der Österreichischen Gesellschaft für Radioonkologie, Radiobiologie und Medizinische Radiophysik; NOV 17-18, 2006; Klagenfurt, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "67342-14026",
                "67342-14050",
                "67342-14060"
            ],
            "persons": [
                "67342-50466",
                "67342-50495",
                "67342-52006"
            ],
            "imported": "2007-06-04T17:31:35+02:00",
            "journal": null,
            "issn": "0179-7158",
            "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": 67340,
            "title": "Am Anfang war der Komedo",
            "abstract": null,
            "authors": [
                "Smolle, J"
            ],
            "year": 2007,
            "source": "Ärztliche Praxis Pädiatrie. 2007; 2007(2): 26-29. ",
            "category": 1,
            "document_type": 3,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "67340-14026"
            ],
            "persons": [
                "67340-51617"
            ],
            "imported": "2007-06-02T19:10:47+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 67338,
            "title": "Soft tissue sarcomas: evaluation of a new aspiration-cytology-system.",
            "abstract": null,
            "authors": [
                "Glehr, M",
                "Wretschitsch, P",
                "Kroneis, T",
                "Kienbacher, G",
                "Leithner, A",
                "Windhager, R",
                ""
            ],
            "year": 2007,
            "source": "Abstract book of the 20th Annual EMSOS Meeting 2007; 78:OP1.2.; -20th Annual EMSOS Meeting; May 17-18, 2007; Porto, PORTUGAL. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "67338-14017",
                "67338-14052"
            ],
            "persons": [
                "67338-53237",
                "67338-54171"
            ],
            "imported": "2007-06-01T13:10:51+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 67337,
            "title": "Risk profiling for bone metastases and breast cancer: the influence of the GNB3 825C>T polymorphism.",
            "abstract": null,
            "authors": [
                "Clar, H",
                "Leithner, A",
                "Krippl, P",
                "Renner, W",
                "Langslehner, U",
                "Gruber, G",
                "Hofmann, G",
                "Yazdani-Biuki, B",
                "Langslehner, T",
                "Windhager, R",
                ""
            ],
            "year": 2007,
            "source": "Abstract book of the 20th Annual EMSOS Meeting 2007; 55:OP7.1.; -20th Annual EMSOS Meeting; May 17-18, 2007; Porto, PORTUGAL. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "67337-14028",
                "67337-14052",
                "67337-14060",
                "67337-14085",
                "67337-14086"
            ],
            "persons": [
                "67337-50495",
                "67337-50910",
                "67337-52003",
                "67337-53237"
            ],
            "imported": "2007-06-01T13:00:34+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 67336,
            "title": "Risk profiling for bone metastasis and breast cancer: the influence of the 1498 C/T polymorphism of the vascular endothelial growth factor (VEGF).",
            "abstract": null,
            "authors": [
                "Clar, H",
                "Krippl, P",
                "Renner, W",
                "Langslehner, U",
                "Leithner, A",
                "Gruber, G",
                "Hofmann, G",
                "Yazdani-Biuki, B",
                "Langslehner, T",
                "Windhager, R",
                ""
            ],
            "year": 2007,
            "source": "Abstract book of the 20th Annual EMSOS Meeting 2007; 54:OP7.1.2007; -20th Annual EMSOS Meeting; May 17-18, 2007; Porto, PORTUGAL. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "67336-14028",
                "67336-14052",
                "67336-14060",
                "67336-14085",
                "67336-14086"
            ],
            "persons": [
                "67336-50495",
                "67336-50910",
                "67336-52003",
                "67336-53237"
            ],
            "imported": "2007-06-01T12:55:52+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        }
    ]
}