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=157920&ordering=-imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 159558,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=157940&ordering=-imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=157900&ordering=-imported",
    "results": [
        {
            "id": 61836,
            "title": "Effects of cable car ascent to 2700 meters on mean EEG frequency and event-related desynchronization (ERD).",
            "abstract": null,
            "authors": [
                "Guger, C",
                "Domej, W",
                "Lindner, G",
                "Edlinger, G"
            ],
            "year": 2005,
            "source": "Wien Med Wochenschr. 2005; 155(7-8): 143-148. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "15966259",
            "doi": "10.1007/s10354-005-0161-9",
            "pmc": null,
            "organizations": [],
            "persons": [
                "61836-51525-6"
            ],
            "imported": "2006-11-28T01:00:00+01:00",
            "journal": "Wien Med Wochenschr",
            "issn": "0043-5341",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 61821,
            "title": "Malignant melanoma: diagnostic value of F-18 FDG positron emission tomography.",
            "abstract": null,
            "authors": [
                "Aigner, RM",
                "Schwarz, T",
                "Richtig, E"
            ],
            "year": 2002,
            "source": "Wien Med Wochenschr. 2002; 152(11-12):286-288",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "12138657",
            "doi": "10.1046/j.1563-258X.2002.02023.x",
            "pmc": null,
            "organizations": [
                "61821-14047",
                "61821-14107"
            ],
            "persons": [
                "61821-51727-2",
                "61821-52274-6"
            ],
            "imported": "2006-11-28T01:00:00+01:00",
            "journal": "Wien Med Wochenschr",
            "issn": "0043-5341",
            "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": 61835,
            "title": "Alpine medicine--a stay at middle altitude",
            "abstract": null,
            "authors": [
                "Domej, W",
                "Schwaberger, G"
            ],
            "year": 2005,
            "source": "Wien Med Wochenschr. 2005; 155(7-8): 127-128. ",
            "category": 1,
            "document_type": 4,
            "sci": null,
            "pubmed": "15966256",
            "doi": "10.1007/s10354-005-0150-z",
            "pmc": null,
            "organizations": [
                "61835-14010"
            ],
            "persons": [
                "61835-51525-1",
                "61835-51687-6"
            ],
            "imported": "2006-11-28T01:00:00+01:00",
            "journal": "Wien Med Wochenschr",
            "issn": "0043-5341",
            "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": 61823,
            "title": "Infections of the lower respiratory tract",
            "abstract": null,
            "authors": [
                "Domej, W",
                "Wenisch, C"
            ],
            "year": 2003,
            "source": "Wien Med Wochenschr. 2003; 153(15-16): 328-328. ",
            "category": 1,
            "document_type": 4,
            "sci": null,
            "pubmed": "13677251",
            "doi": "10.1007/s10354-003-0002-7",
            "pmc": null,
            "organizations": [],
            "persons": [
                "61823-51525-1"
            ],
            "imported": "2006-11-28T01:00:00+01:00",
            "journal": "Wien Med Wochenschr",
            "issn": "0043-5341",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 61834,
            "title": "From pneumonic infiltration to parapneumonic effusion--from effusion to pleural empyema: internal medicine aspects of parapneumonic effusion development and pleural empyema",
            "abstract": null,
            "authors": [
                "Domej, W",
                "Wenisch, C",
                "Demel, U",
                "Tilz, GP"
            ],
            "year": 2003,
            "source": "Wien Med Wochenschr. 2003; 153(15-16): 349-353. ",
            "category": 1,
            "document_type": 3,
            "sci": null,
            "pubmed": "13677257",
            "doi": "10.1007/s10354-003-0008-1",
            "pmc": null,
            "organizations": [],
            "persons": [
                "61834-51525-2",
                "61834-51537-6"
            ],
            "imported": "2006-11-28T01:00:00+01:00",
            "journal": "Wien Med Wochenschr",
            "issn": "0043-5341",
            "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": 61833,
            "title": "Computed tomography or ultrasonically guided pigtail catheter drainage in multiloculated pleural empyema: a recommended procedure?",
            "abstract": null,
            "authors": [
                "Maier, A",
                "Domej, W",
                "Anegg, U",
                "Woltsche, M",
                "Fell, B",
                "Pinter, H",
                "Smolle-Jüttner, FM"
            ],
            "year": 2000,
            "source": "Respirology. 2000; 5(2): 119-124. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "10894100",
            "doi": "10.1046/j.1440-1843.2000.00237.x",
            "pmc": null,
            "organizations": [
                "61833-14077"
            ],
            "persons": [
                "61833-51525-6",
                "61833-51935-2",
                "61833-56918-6",
                "61833-51615-6"
            ],
            "imported": "2006-11-28T01:00:00+01:00",
            "journal": "Respirology",
            "issn": "1323-7799",
            "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": "RESPIRATORY SYSTEM",
            "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": 61832,
            "title": "Physical exercise impairs the acute stage of adaptation to moderate altitude",
            "abstract": null,
            "authors": [
                "Röggla, G",
                "Moser, B",
                "Domej, W",
                "Röggla, M"
            ],
            "year": 2000,
            "source": "Wien Med Wochenschr. 2000; 150(8-9): 195-196. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "10960963",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61832-51525-6"
            ],
            "imported": "2006-11-28T01:00:00+01:00",
            "journal": "Wien Med Wochenschr",
            "issn": "0043-5341",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 61809,
            "title": "Acoustic evoked brainstem potentials--patterns of stimulus artefacts in irreversible coma",
            "abstract": null,
            "authors": [
                "Litscher, G",
                "Schwarz, G",
                "Pfurtscheller, G",
                "Kleinert, R",
                "List, WF"
            ],
            "year": 1992,
            "source": "EEG EMG Z Elektroenzephalogr Elektromyogr Verwandte Geb. 1992; 23(2): 82-87. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1992JG58500005",
            "pubmed": "1505441",
            "doi": "10.1055/s-2008-1060705",
            "pmc": null,
            "organizations": [
                "61809-14020",
                "61809-14044"
            ],
            "persons": [
                "61809-51073-6"
            ],
            "imported": "2006-11-28T01:00:00+01:00",
            "journal": "EEG EMG Z Elektroenzephalogr Elektromyogr Verwandte Geb",
            "issn": "0941-3790",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.168,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 61831,
            "title": "Function and repertoire of the immune system in body's defense",
            "abstract": null,
            "authors": [
                "Demel, U",
                "Domej, W",
                "Tilz, GP"
            ],
            "year": 2000,
            "source": "Wien Med Wochenschr. 2000; 150(8-9): 175-177. ",
            "category": 1,
            "document_type": 3,
            "sci": null,
            "pubmed": "10960958",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61831-51525-6",
                "61831-51537-6"
            ],
            "imported": "2006-11-28T01:00:00+01:00",
            "journal": "Wien Med Wochenschr",
            "issn": "0043-5341",
            "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": 61798,
            "title": "Stimulation-induced brain electrical oscillations in healthy probands",
            "abstract": null,
            "authors": [
                "Hadolt, I",
                "Litscher, G",
                "Eger, E",
                "Schwarz, G"
            ],
            "year": 1997,
            "source": "Biomed Tech (Berl). 1997; 42 Suppl(3): 498-501. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "9517255",
            "doi": "10.1515/bmte.1997.42.s2.498",
            "pmc": null,
            "organizations": [
                "61798-14044"
            ],
            "persons": [
                "61798-51073-6"
            ],
            "imported": "2006-11-28T01:00:00+01:00",
            "journal": "Biomed Tech (Berl)",
            "issn": "0013-5585",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.48,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.3,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "MEDICAL INFORMATICS",
            "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": 61830,
            "title": "Editorial Alpine medicine updated",
            "abstract": null,
            "authors": [
                "Domej, W",
                "Schwaberger, G"
            ],
            "year": 2000,
            "source": "Wien Med Wochenschr. 2000; 150(8-9): 162-162. ",
            "category": 1,
            "document_type": 4,
            "sci": null,
            "pubmed": "10960955",
            "doi": null,
            "pmc": null,
            "organizations": [
                "61830-14010"
            ],
            "persons": [
                "61830-51525-1",
                "61830-51687-6"
            ],
            "imported": "2006-11-28T01:00:00+01:00",
            "journal": "Wien Med Wochenschr",
            "issn": "0043-5341",
            "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": 61829,
            "title": "Respiratory adaptation to altitude and risk factors due to respiratory illnesses",
            "abstract": null,
            "authors": [
                "Domej, W",
                "Schwaberger, G"
            ],
            "year": 2000,
            "source": "Wien Med Wochenschr. 2000; 150(8-9): 163-168. ",
            "category": 1,
            "document_type": 3,
            "sci": null,
            "pubmed": "10960956",
            "doi": null,
            "pmc": null,
            "organizations": [
                "61829-14010"
            ],
            "persons": [
                "61829-51525-2",
                "61829-51687-6"
            ],
            "imported": "2006-11-28T01:00:00+01:00",
            "journal": "Wien Med Wochenschr",
            "issn": "0043-5341",
            "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": 61828,
            "title": "Changes in specific airway resistance after powder inhalation of formoterol or salmeterol in moderate bronchial asthma",
            "abstract": null,
            "authors": [
                "Sill, V",
                "Bartuschka, B",
                "Villiger, B",
                "Ortland, C",
                "Domej, W"
            ],
            "year": 1999,
            "source": "Pneumologie. 1999; 53(1): 4-9. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "10091511",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61828-51525-6"
            ],
            "imported": "2006-11-28T01:00:00+01:00",
            "journal": "Pneumologie",
            "issn": "0934-8387",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 61827,
            "title": "Smoking behavior of Styrian physicians--results of a 1995 questionnaire survey.",
            "abstract": null,
            "authors": [
                "Trinker, M",
                "Domej, W",
                "Gabriel, A",
                "Hüttl, E",
                "Zauhar, G",
                "Krejs, GJ"
            ],
            "year": 1997,
            "source": "Wien Med Wochenschr. 1997; 147(15):362-364",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "9432809",
            "doi": null,
            "pmc": null,
            "organizations": [
                "61827-14081"
            ],
            "persons": [
                "61827-51525-6",
                "61827-51534-4"
            ],
            "imported": "2006-11-28T01:00:00+01:00",
            "journal": "Wien Med Wochenschr",
            "issn": "0043-5341",
            "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": 61826,
            "title": "Clinical and radiologic detection of lung involvement in thromboangiitis obliterans (Winiwarter-Buerger's disease)",
            "abstract": null,
            "authors": [
                "Domej, W",
                "Fueger, G"
            ],
            "year": 1988,
            "source": "Prax Klin Pneumol. 1988; 42(11): 793-797. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "3211838",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61826-51525-1"
            ],
            "imported": "2006-11-28T01:00:00+01:00",
            "journal": "Prax Klin Pneumol",
            "issn": "0342-7498",
            "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": 61790,
            "title": "Infrared thermography fails to visualize stimulation-induced meridian-like structures.",
            "abstract": null,
            "authors": [
                "Litscher, G"
            ],
            "year": 2005,
            "source": "Biomed Eng Online. 2005; 4(1): 38-38. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000497965600024",
            "pubmed": "15958163",
            "doi": "10.1186/1475-925X-4-38",
            "pmc": "PMC1180459",
            "organizations": [
                "61790-14044"
            ],
            "persons": [],
            "imported": "2006-11-28T01:00:00+01:00",
            "journal": "Biomed Eng Online",
            "issn": "1475-925X",
            "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": 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": 61791,
            "title": "Neuromonitoring in the operating room and intensive care unit: an update.",
            "abstract": null,
            "authors": [
                "Guérit, JM",
                "Amodio, P",
                "Hafner, H",
                "Litscher, G",
                "Van Huffelen, AC"
            ],
            "year": 2000,
            "source": "Suppl Clin Neurophysiol. 2000; 53:  61-71. ",
            "category": 1,
            "document_type": 3,
            "sci": null,
            "pubmed": "12740978",
            "doi": "10.1016/S1567-424X(09)70139-4",
            "pmc": null,
            "organizations": [
                "61791-14044"
            ],
            "persons": [],
            "imported": "2006-11-28T01:00:00+01:00",
            "journal": "Suppl Clin Neurophysiol",
            "issn": "1567-424X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 61794,
            "title": "A multifunctional helmet for noninvasive neuromonitoring.",
            "abstract": null,
            "authors": [
                "Litscher, G"
            ],
            "year": 1998,
            "source": "J Neurosurg Anesthesiol. 1998; 10(2):116-119",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000072891900010",
            "pubmed": "9559771",
            "doi": "10.1097/00008506-199804000-00009",
            "pmc": null,
            "organizations": [
                "61794-14044"
            ],
            "persons": [],
            "imported": "2006-11-28T01:00:00+01:00",
            "journal": "J Neurosurg Anesthesiol",
            "issn": "0898-4921",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.144,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.7109375,
            "impactfactor_norm_year": 1998,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 61795,
            "title": "Computer-assisted documentation of brain death with the Clipper program language",
            "abstract": null,
            "authors": [
                "Baumgartner, A",
                "Schwarz, G",
                "Grims, R",
                "Pfurtscheller, G",
                "Litscher, G",
                "Kaltenböck, F",
                "Fuchs, G"
            ],
            "year": 1997,
            "source": "Anasthesiol Intensivmed Notfallmed Schmerzther. 1997; 32(2 Suppl): S262-S263. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997XZ56800016",
            "pubmed": "9417241",
            "doi": "10.1055/s-2007-995168",
            "pmc": null,
            "organizations": [
                "61795-14044",
                "61795-14070"
            ],
            "persons": [
                "61795-51073-6",
                "61795-51604-6",
                "61795-51757-6"
            ],
            "imported": "2006-11-28T01:00:00+01:00",
            "journal": "Anasthesiol Intensivmed Notfallmed Schmerzther",
            "issn": "0939-2661",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.473,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.173913043478261,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "EMERGENCY MEDICINE & CRITICAL CARE",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "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": 61793,
            "title": "Computer-controlled acupuncture. Quantification and separation of specific effects.",
            "abstract": null,
            "authors": [
                "Litscher, G",
                "Wang, L",
                "Yang, NH",
                "Schwarz, G"
            ],
            "year": 1999,
            "source": "Neurol Res. 1999; 21(6):530-534",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000082507000001",
            "pubmed": "10491810",
            "doi": "10.1080/01616412.1999.11740970",
            "pmc": null,
            "organizations": [
                "61793-14044"
            ],
            "persons": [
                "61793-51073-6"
            ],
            "imported": "2006-11-28T01:00:00+01:00",
            "journal": "Neurol Res",
            "issn": "0161-6412",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.1,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.477272727272727,
            "impactfactor_norm_year": 1999,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        }
    ]
}