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=154660&ordering=-impactfactor
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157186,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=154680&ordering=-impactfactor",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=154640&ordering=-impactfactor",
    "results": [
        {
            "id": 1544,
            "title": "Long-Term Remission of a Single Brain Metastasis Induced by Radiotherapy and 2nd-Line Emaco Chemotherapy - Case-Report",
            "abstract": null,
            "authors": [
                "Luschinebengreuth, G",
                "Petru, E",
                "Mayer, R"
            ],
            "year": 1997,
            "source": "GEBURTSH FRAUENHEILK 1997 57: 477-478.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997XT00600011",
            "pubmed": null,
            "doi": "10.1055/s-2007-1023121",
            "pmc": null,
            "organizations": [
                "1544-14038",
                "1544-14060"
            ],
            "persons": [
                "1544-51624-6"
            ],
            "imported": null,
            "journal": "GEBURTSH FRAUENHEILK",
            "issn": "0016-5751",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.395,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.169811320754717,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "OBSTETRICS & GYNECOLOGY",
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 6029,
            "title": "Diagnostic and Therapeutic Management of B19 Parvovirus Infections During Pregnancy",
            "abstract": null,
            "authors": [
                "Muller, T",
                "Rempen, A"
            ],
            "year": 1997,
            "source": "GEBURTSH FRAUENHEILK 1997 57:  M201-M201.",
            "category": 1,
            "document_type": 2,
            "sci": "ISI:A1997YD43100018",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "6029-14038"
            ],
            "persons": [],
            "imported": null,
            "journal": "GEBURTSH FRAUENHEILK",
            "issn": "0016-5751",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.395,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.169811320754717,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "OBSTETRICS & GYNECOLOGY",
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 1140,
            "title": "Gerontosurgery at the Grazer-Frauenklinik",
            "abstract": null,
            "authors": [
                "Schaffer, M",
                "Winter, R"
            ],
            "year": 1997,
            "source": "GEBURTSH FRAUENHEILK 1997 57:  M182-M186.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997YD43100014",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "1140-14038"
            ],
            "persons": [],
            "imported": null,
            "journal": "GEBURTSH FRAUENHEILK",
            "issn": "0016-5751",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.395,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.169811320754717,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "OBSTETRICS & GYNECOLOGY",
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 2094,
            "title": "Prognosis of Invasive Cervical-Carcinoma in Pregnant Versus Nonpregnant Patients",
            "abstract": null,
            "authors": [
                "Scholl, W",
                "Haas, J",
                "Giuliani, A",
                "Petru, E",
                "Tamussino, K",
                "Gucer, F",
                "Arikan, G",
                "Winter, R"
            ],
            "year": 1997,
            "source": "GEBURTSH FRAUENHEILK 1997 57: 624-628.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997YH14100007",
            "pubmed": null,
            "doi": "10.1055/s-2007-1023149",
            "pmc": null,
            "organizations": [
                "2094-14038"
            ],
            "persons": [
                "2094-51627-6",
                "2094-51826-6",
                "2094-51941-2",
                "2094-51624-6"
            ],
            "imported": null,
            "journal": "GEBURTSH FRAUENHEILK",
            "issn": "0016-5751",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.395,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.169811320754717,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "OBSTETRICS & GYNECOLOGY",
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 1475,
            "title": "Laparoscopic Diagnosis and Organ-Preserving Treatment of Ovarian Pregnancy",
            "abstract": null,
            "authors": [
                "Hönigl, W",
                "Lang, P",
                "Reich, O",
                "Walcher, W",
                "Giuliani, A",
                "Klimpfinger, M"
            ],
            "year": 1997,
            "source": "GEBURTSH FRAUENHEILK 1997 57: 417-421.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997XM52700011",
            "pubmed": null,
            "doi": "10.1055/s-2007-1023110",
            "pmc": null,
            "organizations": [
                "1475-14018",
                "1475-14038"
            ],
            "persons": [
                "1475-51634-6",
                "1475-51918-6"
            ],
            "imported": null,
            "journal": "GEBURTSH FRAUENHEILK",
            "issn": "0016-5751",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.395,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.169811320754717,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "OBSTETRICS & GYNECOLOGY",
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 721,
            "title": "Diagnostic and Therapeutic Management of Pregnancies Complicated by Parvovirus B19 Infection",
            "abstract": null,
            "authors": [
                "Pertl, B",
                "Häusler, M",
                "Huttner, U",
                "Gruber, SE",
                "Stoschitzky, P",
                "Kainer, F"
            ],
            "year": 1997,
            "source": "GEBURTSH FRAUENHEILK 1997 57: 128-131.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997WR42500002",
            "pubmed": null,
            "doi": "10.1055/s-2007-1023054",
            "pmc": null,
            "organizations": [
                "721-14038"
            ],
            "persons": [
                "721-51719-2"
            ],
            "imported": null,
            "journal": "GEBURTSH FRAUENHEILK",
            "issn": "0016-5751",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.395,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.169811320754717,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "OBSTETRICS & GYNECOLOGY",
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 2050,
            "title": "Preoperative Colposcopy Findings in Patients with Grade-III Cervical Intraepithelial Neoplasia (CIN-III)",
            "abstract": null,
            "authors": [
                "Petru, E",
                "Zehetleitner, G",
                "Pickel, H"
            ],
            "year": 1997,
            "source": "GEBURTSH FRAUENHEILK 1997 57: 148-149.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997WR42500006",
            "pubmed": null,
            "doi": "10.1055/s-2007-1023058",
            "pmc": null,
            "organizations": [
                "2050-14038"
            ],
            "persons": [
                "2050-51624-2"
            ],
            "imported": null,
            "journal": "GEBURTSH FRAUENHEILK",
            "issn": "0016-5751",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.395,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.169811320754717,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "OBSTETRICS & GYNECOLOGY",
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 162801,
            "title": "[The role of eye movement desensitization and reprocessing (EMDR) in substance use disorders: A systematic review].",
            "abstract": null,
            "authors": [
                "Pilz, R",
                "Hartleb, R",
                "Konrad, G",
                "Reininghaus, E",
                "Unterrainer, HF"
            ],
            "year": 2017,
            "source": "Fortschr Neurol Psychiatr. 2017; 85(10):584-591",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000412734000016",
            "pubmed": "29017196",
            "doi": "10.1055/s-0043-118338",
            "pmc": null,
            "organizations": [
                "162801-29444"
            ],
            "persons": [
                "162801-50654-6",
                "162801-69860-4",
                "162801-95403-1"
            ],
            "imported": "2017-10-13T02:00:00+02:00",
            "journal": "Fortschr Neurol Psychiatr",
            "issn": "0720-4299",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.395,
            "impactfactor_year": 2017,
            "impactfactor_norm": 0.063,
            "impactfactor_norm_year": 2017,
            "impactfactor_norm_category": "PSYCHIATRY-SCI",
            "impactfactor_norm_super": 0.12,
            "impactfactor_norm_super_year": 2015,
            "impactfactor_norm_super_category": "PSYCHIATRY-SCI",
            "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": true
        },
        {
            "id": 159217,
            "title": "Acceptance of the Use of Pedometers in Individuals with Bipolar Disorder.",
            "abstract": null,
            "authors": [
                "Danner, U",
                "Macheiner, T",
                "Avian, A",
                "Lackner, N",
                "Fellendorf, F",
                "Birner, A",
                "Bengesser, SA",
                "Platzer, M",
                "Kapfhammer, HP",
                "Reininghaus, E"
            ],
            "year": 2017,
            "source": "Fortschr Neurol Psychiatr. 2017; 85(2):86-91",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000397278000019",
            "pubmed": "28235210",
            "doi": "10.1055/s-0042-124506",
            "pmc": null,
            "organizations": [
                "159217-14026",
                "159217-29444"
            ],
            "persons": [
                "159217-50654-6",
                "159217-51907-6",
                "159217-67207-6",
                "159217-79733-6",
                "159217-79771-6",
                "159217-86429-6",
                "159217-79454-6"
            ],
            "imported": "2017-03-01T01:00:00+01:00",
            "journal": "Fortschr Neurol Psychiatr",
            "issn": "0720-4299",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.395,
            "impactfactor_year": 2017,
            "impactfactor_norm": 0.063,
            "impactfactor_norm_year": 2017,
            "impactfactor_norm_category": "PSYCHIATRY-SCI",
            "impactfactor_norm_super": 0.12,
            "impactfactor_norm_super_year": 2015,
            "impactfactor_norm_super_category": "PSYCHIATRY-SCI",
            "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": true
        },
        {
            "id": 161789,
            "title": "[The power plants of the cell: Treatment of psychiatric symptoms in patients with mitochondriopathy].",
            "abstract": null,
            "authors": [
                "Mörkl, S",
                "Tmava, A",
                "Blesl, C",
                "Schmiedhofer, F",
                "Wurm, WE",
                "Holl, A",
                "Painold, A"
            ],
            "year": 2017,
            "source": "Fortschr Neurol Psychiatr. 2017; 85(8):474-478",
            "category": 1,
            "document_type": 5,
            "sci": "ISI:000408349900018",
            "pubmed": "28841746",
            "doi": "10.1055/s-0043-113824",
            "pmc": null,
            "organizations": [
                "161789-29444"
            ],
            "persons": [
                "161789-50662-6",
                "161789-54165-6",
                "161789-61097-6",
                "161789-79474-6",
                "161789-84449-2",
                "161789-96232-6"
            ],
            "imported": "2017-08-26T02:00:00+02:00",
            "journal": "Fortschr Neurol Psychiatr",
            "issn": "0720-4299",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.395,
            "impactfactor_year": 2017,
            "impactfactor_norm": 0.063,
            "impactfactor_norm_year": 2017,
            "impactfactor_norm_category": "PSYCHIATRY-SCI",
            "impactfactor_norm_super": 0.12,
            "impactfactor_norm_super_year": 2015,
            "impactfactor_norm_super_category": "PSYCHIATRY-SCI",
            "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": true
        },
        {
            "id": 173418,
            "title": "Towards a geometrically correct 3-D reconstruction of tortuous coronary arteries based on biplane angiography and intravascular ultrasound.",
            "abstract": null,
            "authors": [
                "Prause, GP",
                "DeJong, SC",
                "McKay, CR",
                "Sonka, M"
            ],
            "year": 1997,
            "source": "Int J Card Imaging. 1997; 13(6):451-462",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997YH30600002",
            "pubmed": "9415847",
            "doi": "10.1023/A:1005843222820",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2019-02-14T01:00:00+01:00",
            "journal": "Int J Card Imaging",
            "issn": "0167-9899",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.394,
            "impactfactor_year": 1997,
            "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": 180713,
            "title": "[Tumor banks and complex data management: Current and future challenges].",
            "abstract": null,
            "authors": [
                "Hofman, P",
                "Dagher, G",
                "Laurent-Puig, P",
                "Marquette, CH",
                "Barlesi, F",
                "Bibeau, F",
                "Clément, B"
            ],
            "year": 2019,
            "source": "Ann Pathol. 2019; 39(2): 137-143. ",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000467002900012",
            "pubmed": "30819623",
            "doi": "10.1016/j.annpat.2019.01.017",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2020-02-13T01:00:00+01:00",
            "journal": "Ann Pathol",
            "issn": "0242-6498",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.394,
            "impactfactor_year": 2019,
            "impactfactor_norm": 0.038,
            "impactfactor_norm_year": 2019,
            "impactfactor_norm_category": "PATHOLOGY-SCI",
            "impactfactor_norm_super": 0.066,
            "impactfactor_norm_super_year": 2018,
            "impactfactor_norm_super_category": "PATHOLOGY-SCI",
            "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": 21954,
            "title": "Is acupuncture an useful tool for pain-treatment in ophthalmology?",
            "abstract": null,
            "authors": [
                "Nepp, J",
                "Jandrasits, K",
                "Schauersberger, J",
                "Schild, G",
                "Wedrich, A",
                "Sabine, GL",
                "Spacek, A"
            ],
            "year": 2002,
            "source": "ACUPUNCTURE ELECTRO-THER RES 2002 27: 171-182.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000181359000002",
            "pubmed": "12638737",
            "doi": "10.3727/036012902816025988",
            "pmc": null,
            "organizations": [],
            "persons": [
                "21954-53938-6"
            ],
            "imported": null,
            "journal": "ACUPUNCTURE ELECTRO-THER RES",
            "issn": "0360-1293",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.393,
            "impactfactor_year": 2002,
            "impactfactor_norm": 0.142131979695431,
            "impactfactor_norm_year": 2002,
            "impactfactor_norm_category": "NEUROSCIENCES",
            "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": 3939,
            "title": "Long-term pharmacokinetics of doxorubicin HCl stealth liposomes in patients after polychemotherapy with vinorelbine, cyclophosphamide and prednisone (CCVP).",
            "abstract": null,
            "authors": [
                "Linkesch, W",
                "Weger, M",
                "Eder, I",
                "Auner, HW",
                "Pernegg, C",
                "Kraule, C",
                "Czejka, MJ"
            ],
            "year": 2001,
            "source": "Eur J Drug Metab Pharmacokinet. 2001; 26(3):179-184",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000171803200006",
            "pubmed": "11695718",
            "doi": "10.1007/BF03190394",
            "pmc": null,
            "organizations": [
                "3939-14082"
            ],
            "persons": [
                "3939-51984-6"
            ],
            "imported": null,
            "journal": "EUR J DRUG METAB PHARM",
            "issn": "0378-7966",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.392,
            "impactfactor_year": 2001,
            "impactfactor_norm": 0.0698924731182796,
            "impactfactor_norm_year": 2001,
            "impactfactor_norm_category": "PHARMACOLOGY & PHARMACY",
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 3811,
            "title": "Radiosurgery as alternative treatment for skull base meningiomas.",
            "abstract": null,
            "authors": [
                "Pendl, G",
                "Eustacchio, S",
                "Unger, F"
            ],
            "year": 2001,
            "source": "J Clin Neurosci. 2001; 8 Suppl 1(6):12-14",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000170422200004",
            "pubmed": "11386818",
            "doi": "10.1054/jocn.2001.0869",
            "pmc": null,
            "organizations": [
                "3811-14050"
            ],
            "persons": [
                "3811-51969-6"
            ],
            "imported": null,
            "journal": "J CLIN NEUROSCI",
            "issn": "0967-5868",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.392,
            "impactfactor_year": 2001,
            "impactfactor_norm": 0.154411764705882,
            "impactfactor_norm_year": 2001,
            "impactfactor_norm_category": "CLINICAL NEUROLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 190226,
            "title": "[Active surveillance for prostate cancer].",
            "abstract": null,
            "authors": [
                "Graefen, M",
                "Ahyai, S",
                "Heuer, R",
                "Salomon, G",
                "Schlomm, T",
                "Isbarn, H",
                "Budäus, L",
                "Heinzer, H",
                "Huland, H"
            ],
            "year": 2008,
            "source": "Urologe A. 2008; 47(3):261-9",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000254045500002",
            "pubmed": "18273597",
            "doi": "10.1007/s00120-008-1638-0",
            "pmc": null,
            "organizations": [],
            "persons": [
                "190226-111791-6"
            ],
            "imported": "2021-11-10T09:09:41+01:00",
            "journal": "UROLOGE",
            "issn": "1433-0563",
            "collection_publisher": null,
            "collection_title": "UROLOGE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.391,
            "impactfactor_year": 2008,
            "impactfactor_norm": 0.07,
            "impactfactor_norm_year": 2008,
            "impactfactor_norm_category": "UROLOGY & NEPHROLOGY",
            "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": 175763,
            "title": "38th International Winter-Workshop Clinical, Chemical and Biochemical Aspects of Pteridines and Related Topics Innsbruck, February 26th-March 1st, 2019 Abstracts",
            "abstract": null,
            "authors": [
                "Gostner, JM",
                "Fuchs, D",
                "Fallarino, F",
                "Griesmacher, A",
                "Melichar, B",
                "Postolache, T",
                "Reibnegger, G",
                "Weiss, G",
                "Werner, ER"
            ],
            "year": 2019,
            "source": "PTERIDINES. 2019; 30(1): 74-102. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000471814400001",
            "pubmed": null,
            "doi": "10.1515/pteridines-2019-0010",
            "pmc": null,
            "organizations": [
                "175763-14012"
            ],
            "persons": [
                "175763-50569-6"
            ],
            "imported": "2019-06-27T11:59:41+02:00",
            "journal": "PTERIDINES",
            "issn": "0933-4807",
            "collection_publisher": null,
            "collection_title": "PTERIDINES; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.39,
            "impactfactor_year": 2019,
            "impactfactor_norm": 0.017,
            "impactfactor_norm_year": 2019,
            "impactfactor_norm_category": "BIOCHEMISTRY & MOLECULAR BIOLOGY-SCI",
            "impactfactor_norm_super": 0.055,
            "impactfactor_norm_super_year": 2018,
            "impactfactor_norm_super_category": "BIOPHYSICS-SCI",
            "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": true
        },
        {
            "id": 3944,
            "title": "Observations concerning different patterns of bone healing using the Point Contact Fixator (PC-Fix) as a new technique for fracture fixation.",
            "abstract": null,
            "authors": [
                "Hofer, HP",
                "Wildburger, R",
                "Szyszkowitz, R"
            ],
            "year": 2001,
            "source": "Injury. 2001; 32 Suppl 2(3):B15-B25",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000171873800004",
            "pubmed": "11718735",
            "doi": "10.1016/S0020-1383(01)00122-X",
            "pmc": null,
            "organizations": [
                "3944-14052"
            ],
            "persons": [],
            "imported": null,
            "journal": "INJURY-INT J CARE INJURED",
            "issn": "0020-1383",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.39,
            "impactfactor_year": 2001,
            "impactfactor_norm": 0.633093525179856,
            "impactfactor_norm_year": 2001,
            "impactfactor_norm_category": "SURGERY",
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 28101,
            "title": "Hysteria, conversion disorder and somatisation",
            "abstract": null,
            "authors": [
                "Gundel, H",
                "Kapfhammer, HP"
            ],
            "year": 2005,
            "source": "NERVENHEILKUNDE. 2005; 24:  913-918. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000233811800008",
            "pubmed": null,
            "doi": "10.1055/s-0038-1630030",
            "pmc": null,
            "organizations": [
                "28101-29444"
            ],
            "persons": [
                "28101-51907-6"
            ],
            "imported": "2015-02-13T14:30:38+01:00",
            "journal": "NERVENHEILKUNDE",
            "issn": "0722-1541",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.39,
            "impactfactor_year": 2005,
            "impactfactor_norm": 0.106382978723404,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "PSYCHIATRY",
            "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": 754,
            "title": "Dissection of the descending aorta after balloon angioplasty of native coarctation.",
            "abstract": null,
            "authors": [
                "Beitzke, A",
                "Stein, JI",
                "Gamillscheg, A",
                "Rigler, B"
            ],
            "year": 1997,
            "source": "Pediatr Cardiol. 1997; 18(3):222-225",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997WX95000014",
            "pubmed": "9142715",
            "doi": "10.1007%2Fs002469900156",
            "pmc": null,
            "organizations": [
                "754-14048"
            ],
            "persons": [],
            "imported": null,
            "journal": "PEDIAT CARDIOL",
            "issn": "0172-0643",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.39,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.422535211267606,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PEDIATRICS",
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        }
    ]
}