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=640&ordering=year
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 156933,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=660&ordering=year",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=620&ordering=year",
    "results": [
        {
            "id": 77180,
            "title": "Atemstörungen beim Neugeborenen.",
            "abstract": null,
            "authors": [
                "Müller, W",
                ""
            ],
            "year": 1978,
            "source": "5. Jahrestagung der Sektion \"Südost\" der Österreichischen Gesellschaft für Kinder- und Jugendheilkunde; MAI 20, 1978; Leoben, AUSTRIA. 1978. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "77180-51643"
            ],
            "imported": "2008-02-28T15:27: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": false,
            "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": 77181,
            "title": "Intermittend mandatory ventilation - Beatmung bei idiopathischem Atemnotsyndrom.",
            "abstract": null,
            "authors": [
                "Müller, W",
                "Schober, P",
                ""
            ],
            "year": 1978,
            "source": "5. Symposium über Pädiatrische Intensivmedizin; APRIL 7-8, 1978; Düsseldorf, GERMANY. 1978. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "77181-51643"
            ],
            "imported": "2008-02-28T15:29:27+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 77182,
            "title": "IMV-Beatmung des idiopathischen Atemnotsyndroms.",
            "abstract": null,
            "authors": [
                "Müller, W",
                "Schober, P",
                ""
            ],
            "year": 1978,
            "source": "Arbeitstagung über apparative Beatmung Neugeborener; DEZ 3, 1977; Wien, AUSTRIA. 1978. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "77182-51643"
            ],
            "imported": "2008-02-28T15:30: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": false,
            "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": 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": 80079,
            "title": "Lymphknotenerkrankungen im Kindesalter.",
            "abstract": null,
            "authors": [
                "Mutz,ID",
                "Urban,CE\r\n\r\n\r\n"
            ],
            "year": 1978,
            "source": "Wien med Wschr  1978; (5):162--8. Wissenschaftliche Sitzung der Gesellschaft der Ärzte in der Steiermark; JAN 20,1978; Graz. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2008-04-23T00:42:32+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": false,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 80080,
            "title": "Impfkomplikationen bei septischer Granulomatose.",
            "abstract": null,
            "authors": [
                "Mutz,ID",
                "Becker,H",
                "Urban,CE",
                "Muntean,W"
            ],
            "year": 1978,
            "source": "Blut 1978; 37: 158-159.-24. Jahrestagung der Deutschen Gesellschaft für Hämatologie und Onkologie; OKT 10,1978, ; Göttingen. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:A1978FR83600053",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "80080-51651"
            ],
            "imported": "2008-04-23T00:48:38+02:00",
            "journal": null,
            "issn": "0006-5242",
            "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": false,
            "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": 80525,
            "title": "Psychosomatische und somatopsychische Aspekte der PcP.",
            "abstract": null,
            "authors": [
                "Pieringer, W"
            ],
            "year": 1978,
            "source": "Wiener Klinische Wochenschrift -Education. 1978; 94(22): 17-20. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2008-05-02T13:10:22+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": false
        },
        {
            "id": 80526,
            "title": "Zur Entwicklung und Somatisierung der Gefühle.",
            "abstract": null,
            "authors": [
                "Pieringer, W"
            ],
            "year": 1978,
            "source": " [ Habilitationsschrift ] Graz Medical University; 1978. ",
            "category": 5,
            "document_type": 17,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2008-05-02T13:13:44+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": "Graz Medical University",
            "country": "40",
            "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": 80546,
            "title": "30.Pädiatrisch-pathologische Konferenz:Tumoren im Kindesalter",
            "abstract": null,
            "authors": [
                "Becker,H",
                "Hadorn,B",
                "Urban,C",
                "Sauer,H",
                "Kurz,R",
                "Schreyer,H",
                "Hackl,A"
            ],
            "year": 1978,
            "source": "Wien Med Wschr 1978; (2):61-62.-Wissenschaftliche Gesellschaft der Ärzte in der Steiermark; JULI 7,1978; Graz. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "80546-14092"
            ],
            "persons": [],
            "imported": "2008-05-02T17:06:50+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": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 82043,
            "title": "Ist menschliche Aggression angeboren oder erlernt? \r\nTeil III: Das Lernen von Aggression.\r\n",
            "abstract": null,
            "authors": [
                "Egger, JW"
            ],
            "year": 1978,
            "source": "DR MED. 1978; 2(6): 21-26. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "82043-51505"
            ],
            "imported": "2008-06-28T01:09:30+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": false
        },
        {
            "id": 82044,
            "title": "Ist menschliche Aggression angeboren oder erlernt? \r\nTeil II: Die Frustrations-Aggressions-Theorie.\r\n",
            "abstract": null,
            "authors": [
                "Egger, JW"
            ],
            "year": 1978,
            "source": "DR MED. 1978; 2(5): 22-25. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "82044-51505"
            ],
            "imported": "2008-06-28T01: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": false
        },
        {
            "id": 82045,
            "title": "Ist menschliche Aggression angeboren oder erlernt? \r\nTeil I: Triebmodelle der Aggression.\r\n",
            "abstract": null,
            "authors": [
                "Egger, JW"
            ],
            "year": 1978,
            "source": "DR MED. 1978; 2(4): 10-14. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "82045-51505"
            ],
            "imported": "2008-06-28T01:11:58+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": false
        },
        {
            "id": 82046,
            "title": "Ein verhaltenstherapeutisches Programm, um vom Alkohol unabhängiger zu werden.\r\n",
            "abstract": null,
            "authors": [
                "Egger, JW"
            ],
            "year": 1978,
            "source": "Bio Med. 1978; 3(9): 26-27. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "82046-51505"
            ],
            "imported": "2008-06-28T01:13:32+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": false
        },
        {
            "id": 82047,
            "title": "Problem Übergewicht. Ein verhaltenstherapeutisches Programm zur Bewältigung des Übergewichts.",
            "abstract": null,
            "authors": [
                "Egger, JW"
            ],
            "year": 1978,
            "source": "Bio Med. 1978; 4(7-8): 32-34. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "82047-51505"
            ],
            "imported": "2008-06-28T01:15:04+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": false
        },
        {
            "id": 82048,
            "title": "Gesundheitsverhalten: Rauchen. Verhaltenstherapeutische Programme zur Verbesserung des Gesundheitsverhaltens.\r\n",
            "abstract": null,
            "authors": [
                "Egger, JW"
            ],
            "year": 1978,
            "source": "Bio Med. 1978; 3(6): 19-24. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "82048-51505"
            ],
            "imported": "2008-06-28T01:16:33+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": false
        },
        {
            "id": 83363,
            "title": "Cervicomediastinal cystic hygroma invading the pericardium (author's transl)",
            "abstract": null,
            "authors": [
                "Beitzke, A",
                "Rosegger, H",
                "Becker, H",
                "Zach, M"
            ],
            "year": 1978,
            "source": "Padiatr Padol. 1978; 13(4): 413-420. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1978FW39100013",
            "pubmed": "714489",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2008-09-22T02:00:00+02:00",
            "journal": "Padiatr Padol",
            "issn": "0030-9338",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "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": false,
            "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": 83364,
            "title": "Repetitive supraventricular tachycardia. Case report and electrophysiologic bases",
            "abstract": null,
            "authors": [
                "Zach, M",
                "Beitzke, A"
            ],
            "year": 1978,
            "source": "Helv Paediatr Acta. 1978; 32(6): 495-507. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1978EM79500009",
            "pubmed": "632112",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2008-09-22T02:00:00+02:00",
            "journal": "Helv Paediatr Acta",
            "issn": "0018-022X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "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": false,
            "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": 83365,
            "title": "Pulmonary hypertension after spontaneous closure of an atrial septal defect in infancy (author's transl)",
            "abstract": null,
            "authors": [
                "Mocellin, R",
                "Beitzke, A",
                "Zach, M"
            ],
            "year": 1978,
            "source": "Herz. 1978; 3(2): 114-119. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1978EW22600005",
            "pubmed": "721039",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2008-09-22T02:00:00+02:00",
            "journal": "Herz",
            "issn": "0340-9937",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.7,
            "impactfactor_year": 1994,
            "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": false,
            "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": 83366,
            "title": "Transposition of the great arteries with horizontal interventricular septum (author's transl)",
            "abstract": null,
            "authors": [
                "Zach, M",
                "Beitzke, A",
                "Gypser, G",
                "Höfler, H"
            ],
            "year": 1978,
            "source": "Herz. 1978; 3(2): 133-137. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1978EW22600008",
            "pubmed": "721041",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2008-09-22T02:00:00+02:00",
            "journal": "Herz",
            "issn": "0340-9937",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.7,
            "impactfactor_year": 1994,
            "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": true,
            "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": 83367,
            "title": "The hypertrophic obstructive cardiomyopathy (HOCM) of the newborn",
            "abstract": null,
            "authors": [
                "Beitzke, A",
                "Auböck, L",
                "Becker, H",
                "Zach, M"
            ],
            "year": 1978,
            "source": "Helv Paediatr Acta. 1978; 33(3): 275-288. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1978FM94200012",
            "pubmed": "30738",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2008-09-22T02:00:00+02:00",
            "journal": "Helv Paediatr Acta",
            "issn": "0018-022X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "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": true,
            "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
        }
    ]
}