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=149740&ordering=-impactfactor_norm
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157573,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=149760&ordering=-impactfactor_norm",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=149720&ordering=-impactfactor_norm",
    "results": [
        {
            "id": 8029,
            "title": "Hydantoin poisoning: clinical aspects, laboratory parameters and EEG",
            "abstract": null,
            "authors": [
                "Körner, E",
                "Ladurner, G",
                "Enge, S",
                "Lechner, H"
            ],
            "year": 1983,
            "source": "Nervenarzt. 1983; 54(10):548-552",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1983RN04900009",
            "pubmed": "6646292",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "NERVENARZT",
            "issn": "0028-2804",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.5,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.350649350649351,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CLINICAL NEUROLOGY",
            "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": 8109,
            "title": "Significance of the echocardiogram in patients with ischemic insults",
            "abstract": null,
            "authors": [
                "Bone, G",
                "Zenker, G",
                "Ladurner, G"
            ],
            "year": 1984,
            "source": "Nervenarzt. 1984; 55(12):640-643",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984AEM7200004",
            "pubmed": "6521804",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "NERVENARZT",
            "issn": "0028-2804",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.5,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.350649350649351,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CLINICAL NEUROLOGY",
            "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": 7920,
            "title": "Significance of diagnostic devices in the etiological classification of dementia processes",
            "abstract": null,
            "authors": [
                "Ladurner, G"
            ],
            "year": 1983,
            "source": "Nervenarzt. 1983; 54(4):171-180",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:A1983QM50500002",
            "pubmed": "6855984",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "NERVENARZT",
            "issn": "0028-2804",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.5,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.350649350649351,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CLINICAL NEUROLOGY",
            "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": 9307,
            "title": "Detection of Epstein-Barr viruses in Rasmussen's encephalitis. Report of 2 cases",
            "abstract": null,
            "authors": [
                "Walter, GF",
                "Renella, RR",
                "Hori, A",
                "Wirnsberger, G"
            ],
            "year": 1989,
            "source": "Nervenarzt. 1989; 60(3):168-170",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1989T904300008",
            "pubmed": "2541350",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "9307-51739-6"
            ],
            "imported": null,
            "journal": "NERVENARZT",
            "issn": "0028-2804",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.5,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.350649350649351,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PSYCHIATRY",
            "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": 1974,
            "title": "Physical trauma and multiple sclerosis",
            "abstract": null,
            "authors": [
                "Weilbach, FX",
                "Hartung, HP"
            ],
            "year": 1997,
            "source": "Nervenarzt. 1997; 68(12):940-944",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000071008700002",
            "pubmed": "9465335",
            "doi": "10.1007/s001150050220",
            "pmc": null,
            "organizations": [
                "1974-14051"
            ],
            "persons": [],
            "imported": null,
            "journal": "NERVENARZT",
            "issn": "0028-2804",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.621,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.350649350649351,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PSYCHIATRY",
            "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": 65453,
            "title": "Phobic postural vertigo. A further differentiation of psychogenic vertigo conditions seems necessary",
            "abstract": null,
            "authors": [
                "Brandt, T",
                "Kapfhammer, HP",
                "Dieterich, M"
            ],
            "year": 1997,
            "source": "Nervenarzt. 1997; 68(10): 848-849. ",
            "category": 1,
            "document_type": 20,
            "sci": "ISI:A1997YD35200013",
            "pubmed": "9441260",
            "doi": "10.1007/s001150050205",
            "pmc": null,
            "organizations": [],
            "persons": [
                "65453-51907-6"
            ],
            "imported": "2007-02-12T01:00:00+01:00",
            "journal": "Nervenarzt",
            "issn": "0028-2804",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.621,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.350649350649351,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PSYCHIATRY",
            "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": 1420,
            "title": "Intravenous immunoglobulins in therapy of intermittent multiple sclerosis. An update",
            "abstract": null,
            "authors": [
                "Fazekas, F",
                "Strasser-Fuchs, S",
                "Hartung, HP"
            ],
            "year": 1998,
            "source": "Nervenarzt. 1998; 69(4):361-365",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000073401000014",
            "pubmed": "9606690",
            "doi": "10.1007/s001150050284",
            "pmc": null,
            "organizations": [
                "1420-14051"
            ],
            "persons": [],
            "imported": null,
            "journal": "NERVENARZT",
            "issn": "0028-2804",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.696,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.350649350649351,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PSYCHIATRY",
            "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": 8538,
            "title": "Congenital weakness of the vascular wall and dissecting aneurysm of the middle cerebral artery as a cause of anemic brain infarct in a young female",
            "abstract": null,
            "authors": [
                "Kleinert, R",
                "Kleinert, G",
                "Steiner, H",
                "Walter, GF",
                "Smolle, KH"
            ],
            "year": 1986,
            "source": "NERVENARZT. 1986; 57(1): 35-37. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1986AYT2600005",
            "pubmed": "3960217",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-11-11T15:30:51+01:00",
            "journal": "NERVENARZT",
            "issn": "0028-2804",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.5,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.350649350649351,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CLINICAL NEUROLOGY",
            "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": 65452,
            "title": "Psychopathological syndromes in treatment with gyrase inhibitors",
            "abstract": null,
            "authors": [
                "Hollweg, M",
                "Kapfhammer, HP",
                "Krupinski, M",
                "Möller, HJ"
            ],
            "year": 1997,
            "source": "Nervenarzt. 1997; 68(1): 38-47. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997WH54900004",
            "pubmed": "9132619",
            "doi": "10.1007/s001150050094",
            "pmc": null,
            "organizations": [],
            "persons": [
                "65452-51907-6"
            ],
            "imported": "2007-02-12T01:00:00+01:00",
            "journal": "Nervenarzt",
            "issn": "0028-2804",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.621,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.350649350649351,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PSYCHIATRY",
            "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": 65450,
            "title": "Phobic vertigo. A panic disorder--or?",
            "abstract": null,
            "authors": [
                "Kapfhammer, HP",
                "Mayer, C",
                "Hock, U",
                "Huppert, D",
                "Dieterich, M",
                "Brandt, T"
            ],
            "year": 1995,
            "source": "Nervenarzt. 1995; 66(4):308-310",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1995QY03600011",
            "pubmed": "7783820",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "65450-51907-2"
            ],
            "imported": "2007-02-12T01:00:00+01:00",
            "journal": "Nervenarzt",
            "issn": "0028-2804",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.557,
            "impactfactor_year": 1995,
            "impactfactor_norm": 0.350649350649351,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PSYCHIATRY",
            "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": 7537,
            "title": "Clinica criteria for differential diagnosis of cerebrovascular and primary degenerative dementia (author's transl)",
            "abstract": null,
            "authors": [
                "Ladurner, G",
                "Bertha, G",
                "Pieringer, W",
                "Lytwin, H",
                "Lechner, H"
            ],
            "year": 1981,
            "source": "NERVENARZT. 1981; 52(7): 401-404. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981LY18700005",
            "pubmed": "7279064",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-08-31T18:22:19+02:00",
            "journal": "NERVENARZT",
            "issn": "0028-2804",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.5,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.350649350649351,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CLINICAL NEUROLOGY",
            "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": 65449,
            "title": "Coincidence of transsexuality and psychosis",
            "abstract": null,
            "authors": [
                "Mayer, C",
                "Kapfhammer, HP"
            ],
            "year": 1995,
            "source": "Nervenarzt. 1995; 66(3):225-230",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1995QR67300008",
            "pubmed": "7753248",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "65449-51907-6"
            ],
            "imported": "2007-02-12T01:00:00+01:00",
            "journal": "Nervenarzt",
            "issn": "0028-2804",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.557,
            "impactfactor_year": 1995,
            "impactfactor_norm": 0.350649350649351,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PSYCHIATRY",
            "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": 65448,
            "title": "Psychotherapeutic procedures in psychiatry. An introductory text with reference to new specialist graduate education to physician for psychiatry and psychotherapy",
            "abstract": null,
            "authors": [
                "Kapfhammer, HP"
            ],
            "year": 1995,
            "source": "Nervenarzt. 1995; 66(3):157-172",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:A1995QR67300001",
            "pubmed": "7753241",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "65448-51907-2"
            ],
            "imported": "2007-02-12T01:00:00+01:00",
            "journal": "Nervenarzt",
            "issn": "0028-2804",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.557,
            "impactfactor_year": 1995,
            "impactfactor_norm": 0.350649350649351,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PSYCHIATRY",
            "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": 65445,
            "title": "Pisa syndrome in clozapine therapy",
            "abstract": null,
            "authors": [
                "Kurtz, G",
                "Kapfhammer, HP",
                "Peuker, B"
            ],
            "year": 1993,
            "source": "Nervenarzt. 1993; 64(11):742-746",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1993MH78800009",
            "pubmed": "8278016",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "65445-51907-6"
            ],
            "imported": "2007-02-12T01:00:00+01:00",
            "journal": "Nervenarzt",
            "issn": "0028-2804",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.5,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.350649350649351,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PSYCHIATRY",
            "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": 7528,
            "title": "Primary melanoblastosis of the pia-arachnoid (author's transl)",
            "abstract": null,
            "authors": [
                "Flaschka, G",
                "Popper, H"
            ],
            "year": 1981,
            "source": "NERVENARZT. 1981; 52(6): 350-355. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981LV44000009",
            "pubmed": "7266700",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-08-28T13:15:55+02:00",
            "journal": "NERVENARZT",
            "issn": "0028-2804",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.5,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.350649350649351,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CLINICAL NEUROLOGY",
            "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": 7527,
            "title": "Results of clinical investigation in patients with multiple sclerosis (author's transl)",
            "abstract": null,
            "authors": [
                "Ladurner, G",
                "Schraml, H",
                "Sager, WD",
                "Flooh, E",
                "Lepuschütz, H",
                "Lechner, H"
            ],
            "year": 1981,
            "source": "Nervenarzt. 1981; 52(6):340-343",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981LV44000006",
            "pubmed": "7266697",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "NERVENARZT",
            "issn": "0028-2804",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.5,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.350649350649351,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CLINICAL NEUROLOGY",
            "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": 2503,
            "title": "Attitude of patients with multiple sclerosis to illness information",
            "abstract": null,
            "authors": [
                "Strasser-Fuchs, S",
                "Fazekas, F",
                "Flooh, E",
                "Kapeller, P",
                "Poltrum, B",
                "Offenbacher, H"
            ],
            "year": 1997,
            "source": "NERVENARZT. 1997; 68(12): 963-966. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000071008700005",
            "pubmed": "9465338",
            "doi": "10.1007/s001150050223",
            "pmc": null,
            "organizations": [
                "2503-14051"
            ],
            "persons": [
                "2503-51744-6"
            ],
            "imported": "2009-11-16T10:13:40+01:00",
            "journal": "NERVENARZT",
            "issn": "0028-2804",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.621,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.350649350649351,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PSYCHIATRY",
            "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": true
        },
        {
            "id": 775,
            "title": "Drug screening in an Austrian prison",
            "abstract": null,
            "authors": [
                "Lapornik, R",
                "Lehofer, M",
                "Rous, F",
                "Klampfer, H",
                "Hofmann, P",
                "Zapotoczky, HG"
            ],
            "year": 1994,
            "source": "NERVENARZT. 1994; 65(9): 633-634. ",
            "category": 1,
            "document_type": 10,
            "sci": "ISI:A1994PJ34300009",
            "pubmed": "7991011",
            "doi": null,
            "pmc": null,
            "organizations": [
                "775-14019",
                "775-29444"
            ],
            "persons": [],
            "imported": "2010-09-03T12:19:48+02:00",
            "journal": "NERVENARZT",
            "issn": "0028-2804",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.5,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.350649350649351,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PSYCHIATRY",
            "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": 1094,
            "title": "Formation of neutralizing antibodies in therapy of multiple sclerosis with interferon beta-1b. Practical procedure in suspected therapeutic failure",
            "abstract": null,
            "authors": [
                "Walther, EU",
                "Dang, T",
                "Hartung, HP",
                "Hohlfeld, R"
            ],
            "year": 1997,
            "source": "Nervenarzt. 1997; 68(12):935-939",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000071008700001",
            "pubmed": "9465334",
            "doi": "10.1007/s001150050219",
            "pmc": null,
            "organizations": [
                "1094-14051"
            ],
            "persons": [],
            "imported": null,
            "journal": "NERVENARZT",
            "issn": "0028-2804",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.621,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.350649350649351,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PSYCHIATRY",
            "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": 65437,
            "title": "Conversion symptoms of patients in psychiatric liaison care",
            "abstract": null,
            "authors": [
                "Kapfhammer, HP",
                "Buchheim, P",
                "Bove, D",
                "Wagner, A"
            ],
            "year": 1992,
            "source": "Nervenarzt. 1992; 63(9):527-538",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1992JM41000002",
            "pubmed": "1407223",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "65437-51907-2"
            ],
            "imported": "2007-02-12T01:00:00+01:00",
            "journal": "Nervenarzt",
            "issn": "0028-2804",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.5,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.350649350649351,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PSYCHIATRY",
            "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
        }
    ]
}