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=152660&ordering=impactfactor_norm
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 155671,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=152680&ordering=impactfactor_norm",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=152640&ordering=impactfactor_norm",
    "results": [
        {
            "id": 75467,
            "title": "Erythropoeitin therapy in myelodysplastic syndroms",
            "abstract": null,
            "authors": [
                "Gisslinger,H",
                "Krainer,M",
                "Linkesch,W",
                "Ludwig,H",
                ""
            ],
            "year": 1990,
            "source": "Blut1990; 61(2/3):196-196.",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "75467-14082"
            ],
            "persons": [],
            "imported": "2008-02-20T17:58:18+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 75468,
            "title": "Increased HLA DR expression on monocytes from patients receiving rhu-GM-CSF-after autologous bone marrow transplantation.",
            "abstract": null,
            "authors": [
                "Wiltschke,C",
                "Nanut,M",
                "Steininger,A",
                "Wagner,A",
                "Linkesch,W",
                ""
            ],
            "year": 1990,
            "source": "Bone Marrow Transplantation1990; 5(2):96-96.",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "75468-14082"
            ],
            "persons": [],
            "imported": "2008-02-20T18:12:02+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 75469,
            "title": "Acute renal failure after autologous stem cellretransfusion.",
            "abstract": null,
            "authors": [
                "Wagner, A",
                "Mayer, G",
                "Linkesch, W",
                ""
            ],
            "year": 1990,
            "source": "Bone Marrow Transplantation1990; 5(2):96-96.",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "75469-14082"
            ],
            "persons": [],
            "imported": "2008-02-20T18:14:17+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": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 75470,
            "title": "Rhu-GM-CSF after dose-intensive chemotherapy rescued by ABMT in refractory testicular cancer.",
            "abstract": null,
            "authors": [
                "Linkesch,W",
                "Kührer,I",
                "Wagner,A",
                "Höcker,P",
                "Hoffmann,S",
                ""
            ],
            "year": 1990,
            "source": "Bone Marrow Transplantation1990; 5(2):141-141.",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "75470-14082"
            ],
            "persons": [],
            "imported": "2008-02-20T18:19:14+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 75471,
            "title": "RH-GM-CSF after autologous bone marrow transplantation for ALL and Non-Hodgkin's Lymphoma.",
            "abstract": null,
            "authors": [
                "Link,H",
                "Siegert,W",
                "Herve P",
                "Ferrant,A",
                "Vernant,J",
                "Carella,A",
                "Niederwieser,D",
                "Slavin,S",
                "Boogaerts,m, Maranchini",
                "Kolb,H",
                "Jarousseau,J",
                "deWitte,T",
                "Gorin,N",
                "Rizzoli,V",
                "Reiffers,J",
                "Mandelli,F",
                "Lutz,D",
                "Gadner,H",
                "Linkesch,W",
                "Labar,B",
                "Harabacz",
                "I",
                "Schulz,G",
                ""
            ],
            "year": 1990,
            "source": "Bone Marrow Transplantation1990; 5(2):147-147.",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "75471-14082"
            ],
            "persons": [],
            "imported": "2008-02-20T18:23:47+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 75472,
            "title": "Knochenmarktransplantation mit vollständig implantierten Kathetersystemen-ERgebnisse bei 40 Patienten.",
            "abstract": null,
            "authors": [
                "Wagner,A",
                "Gherardini,R",
                "Linkesch,W",
                ""
            ],
            "year": 1990,
            "source": "Acta Med Aust1990; 17(2):25-25.-Jahrestagung der Österreichischen Gesellschaft für innere Medizin; SEP; 1990. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "75472-14082"
            ],
            "persons": [],
            "imported": "2008-02-20T18:27:36+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 75473,
            "title": "GM-CSF nach ultrahochdosierter Chemotherapie und konsekutiver autologer Knochenmarktransplantation bei Patienten mit Hodentumoren.",
            "abstract": null,
            "authors": [
                "Linkesch,W",
                "Kührer,I",
                "Wagner,A",
                "Höcker,P",
                ""
            ],
            "year": 1990,
            "source": "Acta Med Aust1990; 17(2):33-33.-Jahrestagung der Österreichischen Gesellschaft für innere Medizin; SEP; 1990. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "75473-14082"
            ],
            "persons": [],
            "imported": "2008-02-20T18:30:09+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 75474,
            "title": "Induktions-/ Postremissionstherapie mit c-HAM bei akuter myeloischer Leukämie.",
            "abstract": null,
            "authors": [
                "Linkesch,W",
                "Grassi,I",
                ""
            ],
            "year": 1990,
            "source": "Acta Med Aust1990; 17(2):33-33.-Jahrestagung der Österreichischen Gesellschaft für innere Medizin; SEP; 1990. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "75474-14082"
            ],
            "persons": [],
            "imported": "2008-02-20T18:31:32+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 75475,
            "title": "Expression of the MDR1 gene in acue myelogenous leukemias.",
            "abstract": null,
            "authors": [
                "Wallner,J",
                "Pirker,R",
                "Hopfner,M",
                "Geissler,K",
                "Bettelheim,P",
                "Valent,P",
                "Lechner,K",
                "Linkesch,W",
                "Ludwig,H",
                ""
            ],
            "year": 1990,
            "source": "Blut1990; 61: 328-328.",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "75475-14082"
            ],
            "persons": [],
            "imported": "2008-02-20T18:44: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": null,
            "conference_place": null,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 75476,
            "title": "Immunphenotypic characteristics of acute myeloid leukemias with a translocation t (8;21).",
            "abstract": null,
            "authors": [
                "Grois,N",
                "Köller,U",
                "Kier,P",
                "Kührer,I",
                "Nowothny,H",
                "Pont,J",
                "Linkesch,W",
                "Lutz,D",
                "Lechner,K",
                "Knapp,W",
                "Gadner,H",
                "Haas,O.A",
                ""
            ],
            "year": 1990,
            "source": "Blut1990; 61: 328-328.",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "75476-14082"
            ],
            "persons": [],
            "imported": "2008-02-20T18:54:17+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": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 75477,
            "title": "Natural killer cell function in patients with myeloproliferative disorders.",
            "abstract": null,
            "authors": [
                "Rehberger,A",
                "Gisslinger,H",
                "Linkesch,W",
                "Ludwig,H",
                "Micksche,M",
                ""
            ],
            "year": 1990,
            "source": "Blut1990; 61: 328-328.",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "75477-14082"
            ],
            "persons": [],
            "imported": "2008-02-20T18:56:36+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 75478,
            "title": "Natural killer cell function in patients with myeloproliferative disorders.",
            "abstract": null,
            "authors": [
                "Wiltschke,C",
                "Nanut,M",
                "Steininger,A",
                "Wagner,A",
                "Linkesch,W",
                ""
            ],
            "year": 1990,
            "source": "Blut1990; 61: 332-332.",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "75478-14082"
            ],
            "persons": [],
            "imported": "2008-02-20T19:01:58+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 75479,
            "title": "GM-CSF after ultra-high-dose chemotherapy with autologous bone marrow transplantation in refractory testicular cancer.",
            "abstract": null,
            "authors": [
                "Linkesch,W",
                "Kührer,I",
                "Wagner,A",
                "Hoffmann,S",
                "Höcker,P",
                ""
            ],
            "year": 1990,
            "source": "Blut1990; 61: 332-332.",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "75479-14082"
            ],
            "persons": [],
            "imported": "2008-02-20T19:04: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": null,
            "conference_place": null,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 75480,
            "title": "MDR1 gene expression affects clinical outcome in acute myelogenous leukemia.",
            "abstract": null,
            "authors": [
                "Pirker,R",
                "Wallner,J",
                "Geissler,K",
                "Valent,P",
                "Bettelheim,P",
                "Lechner,K",
                "Hopfner,M",
                "Linkesch,W",
                "Ludwig,H",
                ""
            ],
            "year": 1990,
            "source": "Annals of Oncology1990; 1: 8-8.",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "75480-14082"
            ],
            "persons": [],
            "imported": "2008-02-20T19:08:13+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": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 75481,
            "title": "Mucocutaneous lymph node syndrome in Austria -- Report of four cases; one with cardiac arrest. First of two parts: clinical observations (author's transl)].",
            "abstract": null,
            "authors": [
                "Urban, C",
                "Grubbauer, HM",
                "Beitzke, A",
                "Becker, H"
            ],
            "year": 1979,
            "source": "Klin Padiatr. 1979; 191(4):375-384",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1979HE09800005",
            "pubmed": "572886",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "75481-51657-2"
            ],
            "imported": "2008-02-20T01:00:00+01:00",
            "journal": "Klin Padiatr",
            "issn": "0300-8630",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.321,
            "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": 75482,
            "title": "Treatment of stage IV neuroblastoma with high-dose melphalan and autologous bone marrow transplantation following in vitro preliminary treatment of the bone marrow with the active cyclophosphamide derivative Asta Z-7654",
            "abstract": null,
            "authors": [
                "Urban, C",
                "Slace, I",
                "Kaulfersch, W",
                "Greinix, H",
                "Höcker, P"
            ],
            "year": 1986,
            "source": "Padiatr Padol. 1986; 21(3):275-282",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "3534689",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "75482-51657-1",
                "75482-54230-6"
            ],
            "imported": "2008-02-20T01:00:00+01: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": 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": 75483,
            "title": "Traumata: Spätfolgen im bleibenden Gebiss.",
            "abstract": null,
            "authors": [
                "Ebeleseder, KA"
            ],
            "year": 2007,
            "source": "Zahnärztliche Mitteilungen. 2007; 97:  70-79. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "75483-14111"
            ],
            "persons": [
                "75483-51841"
            ],
            "imported": "2008-02-21T08:52: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": 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": 75485,
            "title": "Prioritätenumkehr in der Zahntraumatologie.",
            "abstract": null,
            "authors": [
                "Ebeleseder, KA"
            ],
            "year": 2007,
            "source": "Zahnarzt Woche. 2007; 36:  14-14. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "75485-14111"
            ],
            "persons": [
                "75485-51841"
            ],
            "imported": "2008-02-21T09:01:33+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": 75486,
            "title": "Grundzüge einer Theoretischen Pathologie.",
            "abstract": null,
            "authors": [
                "Pieringer, W",
                "Fazekas, C"
            ],
            "year": 2000,
            "source": " In:   editors(s). Philosophie der Medizin. Wien: Springer;  2000. ",
            "category": 6,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "75486-29447"
            ],
            "persons": [
                "75486-50774"
            ],
            "imported": "2008-02-21T09:24:19+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": " ",
            "collection_title": "Philosophie der Medizin",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 75487,
            "title": "Evaluation der PSY-Diplom-Lehrgänge in der Steiermark.",
            "abstract": null,
            "authors": [
                "Egger, JW",
                "Stix, P",
                "Pieringer, W"
            ],
            "year": 2000,
            "source": "Psychologische Medizin. 2000;  52-59. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "75487-29447"
            ],
            "persons": [
                "75487-51505",
                "75487-51506"
            ],
            "imported": "2008-02-21T09:26:35+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        }
    ]
}