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=157960&ordering=impactfactor
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 158430,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=157980&ordering=impactfactor",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=157940&ordering=impactfactor",
    "results": [
        {
            "id": 78444,
            "title": "Nuova classificazione dei nevi. La Dermatoscopia. Quale futuro ",
            "abstract": null,
            "authors": [
                "Zalaudek, I"
            ],
            "year": 2008,
            "source": "Congresso Nazionale AIDNID e Corso di dermatoscopia. ; Marzo 7-8, 2008; Siena, Italia. 2008. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "78444-14047"
            ],
            "persons": [
                "78444-50151"
            ],
            "imported": "2008-03-08T23:35: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": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 78445,
            "title": "Freie Fettsäuren als kardiovaskulärer Risikofaktor",
            "abstract": null,
            "authors": [
                "Pilz, S",
                "März, W"
            ],
            "year": 2007,
            "source": "Journal of Laboratory Medicine. 2007; 31(3): 135-140. ",
            "category": 1,
            "document_type": 3,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "78445-14028",
                "78445-14080"
            ],
            "persons": [
                "78445-51906",
                "78445-53344"
            ],
            "imported": "2008-03-09T10:00:40+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": 78447,
            "title": "Rezidivierende Thrombosen von Dialyseshunts - welche Diagnostik ist sinnvoll?",
            "abstract": null,
            "authors": [
                "Cohnert, TU",
                "Gratzer, U",
                "Konstantiniuk, P",
                "Schweiger, S",
                "Baumann, A"
            ],
            "year": 2008,
            "source": "International Vascular Workshop XXIX; MAR 3-9, 2008; Going, AUSTRIA. 2008. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "78447-14074"
            ],
            "persons": [
                "78447-50038",
                "78447-50860",
                "78447-51880"
            ],
            "imported": "2008-03-09T18:34:26+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": 78448,
            "title": "Vaskuläre Leiomyosarkome - Diagnostik, Therapie und Prognose anhand dreier Fallbeispiele",
            "abstract": null,
            "authors": [
                "Baumann, A",
                "Schramayer, G",
                "Schweiger, S",
                "Baumann, G",
                "Cohnert, T"
            ],
            "year": 2008,
            "source": "International Vascular Workshop XXIX; MAR 3-9, 2008; Going, AUSTRIA. 2008. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "78448-14074"
            ],
            "persons": [
                "78448-50860",
                "78448-51880"
            ],
            "imported": "2008-03-09T18:40:45+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": 78449,
            "title": "Perivaskulärer Abszess der Carotisgabel mit Slamonelleninfekt der Arterienwand",
            "abstract": null,
            "authors": [
                "Gratzer, U",
                "Konstantiniuk, P",
                "Schweiger, S",
                "Baumann, A",
                "Cohnert, T"
            ],
            "year": 2008,
            "source": "International Vascular Workshop XXIX; MAR 3-9, 2008; Going, AUSTRIA. 2008. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "78449-14074"
            ],
            "persons": [
                "78449-50038",
                "78449-50860",
                "78449-51880"
            ],
            "imported": "2008-03-09T18:43: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": 78450,
            "title": "A conception for the clinical-psychological work based on generally learning principles in a rehabilitation centre for coronary and circulatory diseases.",
            "abstract": null,
            "authors": [
                "Egger, JW"
            ],
            "year": 1978,
            "source": "Kongressband1978; 10-10.-In EABT (Ed.), Kongressband zum Internationalen und 8. Europäischen Kongress für Verhaltenstherapie; 1978; Vienna, AUSTRIA. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "78450-51505"
            ],
            "imported": "2008-03-10T10:18:20+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": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 78451,
            "title": "A working model for clinical psychological activities at a rehabilitation centre for coronary and circulatory diseases.",
            "abstract": null,
            "authors": [
                "Egger, JW"
            ],
            "year": 1980,
            "source": "The German Journal of Psychology1980; 4(2):-The German Journal of Psychology; 1980; Toronto/Göttingen. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "78451-51505"
            ],
            "imported": "2008-03-10T10:36:55+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": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 78452,
            "title": "Klinische Psychologie in der rehabilitativen Kardiologie: ein Arbeitsmodell.",
            "abstract": null,
            "authors": [
                "Egger, JW"
            ],
            "year": 1980,
            "source": "In IDIS (Hrsg.), Dokumentation: Sozialmedizin, Öffentlicher Gesundheitsdienst, \r\nArbeitsmedizin1980; 12: -In IDIS (Hrsg.), Dokumentation: Sozialmedizin, Öffentlicher Gesundheitsdienst, \r\nArbeitsmedizin\r\n\r\n; 1980; Bielefeld, BRD. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "78452-51505"
            ],
            "imported": "2008-03-10T11:02:24+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 78453,
            "title": "Kardiologische Rehabilitation aus psychologischer Sicht.",
            "abstract": null,
            "authors": [
                "Egger, JW"
            ],
            "year": 1980,
            "source": "In IDIS (Hrsg.), Dokumentation: Sozialmedizin, Öffentlicher Gesundheitsdienst, \r\nArbeitsmedizin1980; 12: 329-329.-In IDIS (Hrsg.), Dokumentation: Sozialmedizin, Öffentlicher Gesundheitsdienst, \r\nArbeitsmedizin\r\n\r\n; 1980; Bielefeld, BRD. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "78453-51505"
            ],
            "imported": "2008-03-10T11:31:48+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": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 78455,
            "title": "Was leistet ein Rehabilitationszentrum?",
            "abstract": null,
            "authors": [
                "Egger, JW"
            ],
            "year": 1980,
            "source": "In IDIS (Hrsg.), Dokumentation: Sozialmedizin, Öffentlicher Gesundheitsdienst, \r\nArbeitsmedizin\r\n\r\n1980; 12: 400-400.-IDIS - Sozialmedizin, Öffentlicher Gesundheitsdienst, \r\nArbeitsmedizin\r\n\r\n; 1980; Heidelberg, BRD. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "78455-51505"
            ],
            "imported": "2008-03-10T11:35: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": true,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 78456,
            "title": "Strahlentherapie: Prae-und posttherapeutisches Management.",
            "abstract": null,
            "authors": [
                "Mayer, R"
            ],
            "year": 1993,
            "source": "39. Ausseer Symposium; May 13-16,1993; Bad Aussee, AUSTRIA. 1993. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "78456-14060"
            ],
            "persons": [],
            "imported": "2008-03-10T11:43: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": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 78457,
            "title": "Externe Radiotherapie als Schmerzbehandlung.",
            "abstract": null,
            "authors": [
                "Mayer, R",
                "Geyer, E",
                "Stücklschweiger, G",
                "Lechner, P",
                "Hackl, A"
            ],
            "year": 1994,
            "source": "40. Ausseer Symposium; May 12-15,1994; Bad Aussee, AUSTRIA. 1994. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "78457-14060"
            ],
            "persons": [],
            "imported": "2008-03-10T11:47:54+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 78459,
            "title": "Bewertung der subjektiven Lebensqualität durch Herzinfarktpatienten.",
            "abstract": null,
            "authors": [
                "Egger, JW"
            ],
            "year": 1981,
            "source": "Kongressband\r\n\r\n1981; 157--In BDP (Hrsg.), Kongressband des 11. Kongresses für Angewandte Psychologie \r\ndes Berufsverbandes Deutscher Psychologen\r\n\r\n; 1981; Heidelberg, BRD. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "78459-29447"
            ],
            "persons": [
                "78459-51505"
            ],
            "imported": "2008-03-10T11:48:23+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": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 78461,
            "title": "The effect of TV-programs on ECG of patients with coronary infarction.",
            "abstract": null,
            "authors": [
                "Egger, JW",
                "Habeler, G",
                "Tinchon, HJ"
            ],
            "year": 1981,
            "source": "The German Journal of Psychology1981; 5: 278-278.-The German Journal of Psychology; 1981; Toronto/Göttingen. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "78461-51505"
            ],
            "imported": "2008-03-10T11:53: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": true,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 78462,
            "title": "Prostate Cancer: Endorectal surface coil MR imaging before and after external beam radiation.",
            "abstract": null,
            "authors": [
                "Mayer, R",
                "Ranner, G",
                "Preidler, KW",
                "Fock, CM",
                "Gebhart, F",
                "Spork, E",
                "Szolar, D",
                "Hackl, A",
                "Ebner, F"
            ],
            "year": 1997,
            "source": "Br J Radiol1997; 71 S: 111-111.-Radiology 1997; May 19-21, 1997; Birmingham, UNITED KINGDOM. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "78462-14060",
                "78462-14108"
            ],
            "persons": [],
            "imported": "2008-03-10T11:55:29+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 78463,
            "title": "Veränderung der Lebensqualität durch Herzinfarkt. Eine empirische Bestimmung \r\nder subjektiven Lebensqualität von stationär rehabilitierten Herzinfarktpatienten.\r\n",
            "abstract": null,
            "authors": [
                "Egger, JW"
            ],
            "year": 1981,
            "source": "Kongressband1981; 57-58.-In BÖP (Hrsg.), Abstractband zum 23. Kongress d. BÖP; 1981; Klagenfurt, AUSTRIA. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "78463-29447"
            ],
            "persons": [
                "78463-51505"
            ],
            "imported": "2008-03-10T11:57:05+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": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 78464,
            "title": "Radiotherapy of malignant paragangliomas of the carotid body and the glomus jugulare.",
            "abstract": null,
            "authors": [
                "Mayer, R",
                "Fruhwirth, H"
            ],
            "year": 1998,
            "source": "Br J Radiol1998; 71 S: 111-111.-Radiology 1998; June 1-3, 1998; Birmingham, UNITED KINGDOM. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "78464-14060"
            ],
            "persons": [],
            "imported": "2008-03-10T12:10: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": 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": 78465,
            "title": "Radiotherapy in the management of invasive thymoma",
            "abstract": null,
            "authors": [
                "Mayer, R",
                "Prettenhofer, U",
                "Beham-Schmid, C",
                "Stücklschweiger, G",
                "Stranzl, H",
                "Hackl A"
            ],
            "year": 1998,
            "source": "Radiother Oncol1998; 48 S: 45-45.-ESTRO Annual Meeting; SEPT 20-24, 1998; Edingburgh, UNITED KINGDOM. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "78465-14060"
            ],
            "persons": [
                "78465-51961"
            ],
            "imported": "2008-03-10T12:21:43+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": 78466,
            "title": "Postoperative sezernierende Lymphfisteln",
            "abstract": null,
            "authors": [
                "Mayer, R",
                "Poschauko, J",
                "Prettenhofer, U",
                "Fruhwirth, J",
                "Stranzl, H",
                "Hackl, A"
            ],
            "year": 1998,
            "source": "Strahlenther Onkol1998; 174(S 1):33-33.-4. Deutscher Kongress für Radioonkologie, Strahlenbiologie und Medizinische Physik; NOV 7-10, 1998; Nürnberg, GERMANY. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "78466-14060"
            ],
            "persons": [
                "78466-51961"
            ],
            "imported": "2008-03-10T12:26: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": 78467,
            "title": "Verschluss postoperativer Lymphfisteln durch niedrigdosierte externe Strahlentherapie",
            "abstract": null,
            "authors": [
                "Mayer, R",
                "Fruhwirth, H",
                "Poschauko, J",
                "Prettenhofer, U",
                "Stranzl, H",
                "Hackl, A"
            ],
            "year": 1999,
            "source": "Acta Chir Austriaca1999; 31: 67-67.-40. Jahrestagung der Österreichischen Gesellschaft für Chirurgie und der assoziierten Fachgesellschaften; JUNE 3-5, 1999; Linz, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "78467-14060"
            ],
            "persons": [
                "78467-51961"
            ],
            "imported": "2008-03-10T12:31:59+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": 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
        }
    ]
}