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=155480&ordering=-imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157100,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=155500&ordering=-imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=155460&ordering=-imported",
    "results": [
        {
            "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": 61804,
            "title": "Brainstem auditory evoked potentials in respiratory insufficiency following encephalitis.",
            "abstract": null,
            "authors": [
                "Schwarz, G",
                "Litscher, G",
                "Rumpl, E",
                "Pfurtscheller, G",
                "Reimann, R"
            ],
            "year": 1996,
            "source": "Int J Neurosci. 1996; 84(1-4):35-44",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996UB22700003",
            "pubmed": "8707486",
            "doi": "10.3109/00207459608987248",
            "pmc": null,
            "organizations": [
                "61804-14018",
                "61804-14044"
            ],
            "persons": [
                "61804-51073-2",
                "61804-51508-6"
            ],
            "imported": "2006-11-28T01:00:00+01:00",
            "journal": "Int J Neurosci",
            "issn": "0020-7454",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.607,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.267326732673267,
            "impactfactor_norm_year": 1998,
            "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": true
        },
        {
            "id": 61802,
            "title": "Cerebral oximetry in dead subjects.",
            "abstract": null,
            "authors": [
                "Schwarz, G",
                "Litscher, G",
                "Kleinert, R",
                "Jobstmann, R"
            ],
            "year": 1996,
            "source": "J Neurosurg Anesthesiol. 1996; 8(3):189-193",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996UT93900001",
            "pubmed": "8803829",
            "doi": "10.1097/00008506-199607000-00001",
            "pmc": null,
            "organizations": [
                "61802-14020",
                "61802-14044"
            ],
            "persons": [
                "61802-51073-2"
            ],
            "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.237,
            "impactfactor_year": 1996,
            "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": true
        },
        {
            "id": 61792,
            "title": "Ultrasound-monitored effects of acupuncture on brain and eye.",
            "abstract": null,
            "authors": [
                "Litscher, G",
                "Wang, L",
                "Yang, NH",
                "Schwarz, G"
            ],
            "year": 1999,
            "source": "Neurol Res. 1999; 21(4):373-377",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000081596600007",
            "pubmed": "10406009",
            "doi": "10.1080/01616412.1999.11740946",
            "pmc": null,
            "organizations": [
                "61792-14044"
            ],
            "persons": [
                "61792-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": true,
            "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
        },
        {
            "id": 61813,
            "title": "Electroencephalographic and evoked potential monitoring in the hyperbaric environment.",
            "abstract": null,
            "authors": [
                "Litscher, G",
                "Friehs, G",
                "Maresch, H",
                "Pfurtscheller, G"
            ],
            "year": 1990,
            "source": "J Clin Monit. 1990; 6(1):10-17",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1990CJ71500003",
            "pubmed": "2295893",
            "doi": "10.1007/BF02832177",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-11-28T01:00:00+01:00",
            "journal": "J Clin Monit",
            "issn": "0748-1977",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.615,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.36,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "ANESTHESIOLOGY",
            "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": 61797,
            "title": "Robotic transcranial Doppler sonography probes and acupuncture.",
            "abstract": null,
            "authors": [
                "Litscher, G",
                "Schwarz, G",
                "Sandner-Kiesling, A",
                "Hadolt, I"
            ],
            "year": 1998,
            "source": "Int J Neurosci. 1998; 95(1-2):1-15",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000076776200001",
            "pubmed": "9845012",
            "doi": "10.3109/00207459809000645",
            "pmc": null,
            "organizations": [
                "61797-14044"
            ],
            "persons": [
                "61797-51073-6",
                "61797-51916-6"
            ],
            "imported": "2006-11-28T01:00:00+01:00",
            "journal": "Int J Neurosci",
            "issn": "0020-7454",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.607,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.267326732673267,
            "impactfactor_norm_year": 1998,
            "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": 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
        },
        {
            "id": 61822,
            "title": "Comparison of hepaticoantrostomy and hepaticojejunostomy for biliary reconstruction after resection of a choledochal cyst.",
            "abstract": null,
            "authors": [
                "Schimpl, G",
                "Aigner, R",
                "Sorantin, E",
                "Mayr, J",
                "Sauer, H"
            ],
            "year": 1997,
            "source": "Pediatr Surg Int. 1997; 12(4): 271-275. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997WX35800008",
            "pubmed": "9099644",
            "doi": "10.1007/BF01372148",
            "pmc": null,
            "organizations": [
                "61822-14106"
            ],
            "persons": [
                "61822-51727-6",
                "61822-51913-6"
            ],
            "imported": "2006-11-28T01:00:00+01:00",
            "journal": "Pediatr Surg Int",
            "issn": "0179-0358",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.29,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.203125,
            "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": true
        },
        {
            "id": 61787,
            "title": "Sarcolemmal adenosine triphosphate-sensitive potassium (K-ATP) channels mediate desflurane-induced myocardial protection in dogs",
            "abstract": null,
            "authors": [
                "Pagel, PS",
                "Toller, WG",
                "Kersten, JR",
                "Gross, ER",
                "Warltier, DC"
            ],
            "year": 2000,
            "source": "ANESTH ANALG. 2000; 90(2): U63-U63. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000085034100082",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "61787-14070"
            ],
            "persons": [
                "61787-51742"
            ],
            "imported": "2006-11-27T17:53:00+01:00",
            "journal": "ANESTH ANALG",
            "issn": "0003-2999",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.321,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.91304347826087,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "ANESTHESIOLOGY",
            "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": 61786,
            "title": "Ethanol enhances the functional recovery of stunned myocardium in dogs",
            "abstract": null,
            "authors": [
                "Pagel, PS",
                "Gross, ER",
                "Kersten, JR",
                "Toller, WG",
                "Warltier, DC"
            ],
            "year": 2000,
            "source": "ANESTH ANALG. 2000; 90(2): U62-U62. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000085034100081",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-11-27T17:53:00+01:00",
            "journal": "ANESTH ANALG",
            "issn": "0003-2999",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.321,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.91304347826087,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "ANESTHESIOLOGY",
            "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": 61785,
            "title": "Chronic intermittent consumption of low doses of ethanol reduces experimental myocardial infarct size by K-ATP channel activation in dogs",
            "abstract": null,
            "authors": [
                "Pagel, PS",
                "Toller, WG",
                "Gross, ER",
                "Kersten, JR",
                "Warltier, DC"
            ],
            "year": 2000,
            "source": "ANESTHESIOLOGY. 2000; 93(3A): U174-U174. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000089136800645",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-11-27T17:53:00+01:00",
            "journal": "ANESTHESIOLOGY",
            "issn": "0003-3022",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.439,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.956521739130435,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "ANESTHESIOLOGY",
            "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": 61784,
            "title": "Diabetes and acute hyperglycemia abolish mitochondrial K-ATP channel-induced cardioprotection in vivo",
            "abstract": null,
            "authors": [
                "Kersten, JR",
                "Toller, WG",
                "Pagel, PS",
                "Warltier, DC"
            ],
            "year": 2000,
            "source": "ANESTHESIOLOGY. 2000; 93(3A): U174-U174. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000089136800643",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-11-27T17:53:00+01:00",
            "journal": "ANESTHESIOLOGY",
            "issn": "0003-3022",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.439,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.956521739130435,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "ANESTHESIOLOGY",
            "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": 61783,
            "title": "The influence of prognostic factors seems to be constant throughout the course of metastatic breast cancer regardless of therapeutical intervention.",
            "abstract": null,
            "authors": [
                "Ploner, F",
                "Genser, B",
                "Schippinger, W",
                "Hofmann, G",
                "Samonigg, H"
            ],
            "year": 2002,
            "source": "BREAST CANCER RES TREAT. 2002; 76:  S48-S48. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000179770100078",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "61783-14085"
            ],
            "persons": [
                "61783-51532",
                "61783-52003"
            ],
            "imported": "2006-11-27T17:53:00+01:00",
            "journal": "BREAST CANCER RES TREAT",
            "issn": "0167-6806",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.132,
            "impactfactor_year": 2002,
            "impactfactor_norm": 0.763157894736842,
            "impactfactor_norm_year": 2002,
            "impactfactor_norm_category": "ONCOLOGY",
            "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": 61782,
            "title": "Xenon does not alter myocardial contractility evaluated using preload recruitable stroke work in cardiomyopathic dogs",
            "abstract": null,
            "authors": [
                "Toller, WG",
                "Pagel, PS",
                "Hettrick, DA",
                "Kersten, JR",
                "Warltier, DC"
            ],
            "year": 1998,
            "source": "ANESTHESIOLOGY. 1998; 89(3A): U455-U455. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000075810900631",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-11-27T17:53:00+01:00",
            "journal": "ANESTHESIOLOGY",
            "issn": "0003-3022",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.28,
            "impactfactor_year": 1998,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "ANESTHESIOLOGY",
            "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": 61781,
            "title": "Isoflurane-enhanced recovery of canine stunned myocardium: A role for protein kinase C?",
            "abstract": null,
            "authors": [
                "Toller, WG",
                "Montgomery, MW",
                "Pagel, PS",
                "Hettrick, DA",
                "Warltier, DC",
                "Kersten, JR"
            ],
            "year": 1999,
            "source": "ANESTH ANALG. 1999; 88(4): U57-U57. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000079659400053",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-11-27T17:53:00+01:00",
            "journal": "ANESTH ANALG",
            "issn": "0003-2999",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.509,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.888888888888889,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "ANESTHESIOLOGY",
            "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": 61780,
            "title": "Sevoflurane decreases the time threshold of ischemic preconditioning in dogs.",
            "abstract": null,
            "authors": [
                "Toller, WG",
                "Kersten, JR",
                "Pagel, PS",
                "Hettrick, DA",
                "Warltier, DC"
            ],
            "year": 1999,
            "source": "ANESTHESIOLOGY. 1999; 91(3A): U315-U315. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000082480600624",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-11-27T17:53:00+01:00",
            "journal": "ANESTHESIOLOGY",
            "issn": "0003-3022",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.265,
            "impactfactor_year": 1999,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "ANESTHESIOLOGY",
            "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": 61779,
            "title": "Levosimendan decreases myocardial infarct size via activation of adenosine triphosphate-dependent potassium (KATP)channels.",
            "abstract": null,
            "authors": [
                "Toller, WG",
                "Montgomery, MW",
                "Kersten, JR",
                "Pagel, PS",
                "Warltier, DC"
            ],
            "year": 1999,
            "source": "ANESTHESIOLOGY. 1999; 91(3A): U336-U336. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000082480600708",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-11-27T17:53:00+01:00",
            "journal": "ANESTHESIOLOGY",
            "issn": "0003-3022",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.265,
            "impactfactor_year": 1999,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "ANESTHESIOLOGY",
            "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": 61778,
            "title": "Sevoflurane reduces myocardial infarct size by activating adenosine triphosphate-sensitive potassium (KATP) channels.",
            "abstract": null,
            "authors": [
                "Toller, WG",
                "Kersten, JR",
                "Pagel, PS",
                "Hettrick, DA",
                "Warltier, DC"
            ],
            "year": 1999,
            "source": "ANESTHESIOLOGY. 1999; 91(3A): U336-U336. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000082480600707",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61778-51742"
            ],
            "imported": "2006-11-27T17:53:00+01:00",
            "journal": "ANESTHESIOLOGY",
            "issn": "0003-3022",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.265,
            "impactfactor_year": 1999,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "ANESTHESIOLOGY",
            "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": 61777,
            "title": "Mitochondrial adenosine triphosphate-sensitive potassium (KATP) channels mediate the cardioprotective effects of desflurane.",
            "abstract": null,
            "authors": [
                "Toller, WG",
                "Gross, ER",
                "Kersten, JR",
                "Pagel, PS",
                "Warltier, DC"
            ],
            "year": 1999,
            "source": "ANESTHESIOLOGY. 1999; 91(3A): U315-U315. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000082480600625",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-11-27T17:53:00+01:00",
            "journal": "ANESTHESIOLOGY",
            "issn": "0003-3022",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.265,
            "impactfactor_year": 1999,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "ANESTHESIOLOGY",
            "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": 61774,
            "title": "Organ transplantation after oncologic therapy in childhood",
            "abstract": null,
            "authors": [
                "Lackner, H",
                "Urban, C",
                "Benesch, M",
                "Kerbl, R",
                "Schwinger, W",
                "Ring, E",
                "Petritsch, P",
                "Tscheliessnigg, KH",
                "Margreiter, R"
            ],
            "year": 1996,
            "source": "MONATSSCHR KINDERHEILK. 1996; 144(2): 119-122. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996TY60700006",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "61774-14073",
                "61774-14092"
            ],
            "persons": [
                "61774-51369-6",
                "61774-51859-6"
            ],
            "imported": "2006-11-27T17:32:37+01:00",
            "journal": "MONATSSCHR KINDERHEILK",
            "issn": "0026-9298",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.241,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.112676056338028,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PEDIATRICS",
            "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
        }
    ]
}