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=153640&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=153660&ordering=imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=153620&ordering=imported",
    "results": [
        {
            "id": 24681,
            "title": "The erythrocyte-perfused "working heart" model: hemodynamic and metabolic performance in comparison to crystalloid perfused hearts.",
            "abstract": null,
            "authors": [
                "Podesser, BK",
                "Hallström, S",
                "Schima, H",
                "Huber, L",
                "Weisser, J",
                "Kröner, A",
                "Fürst, W",
                "Wolner, E"
            ],
            "year": 1999,
            "source": "J Pharmacol Toxicol Methods. 1999; 41(1):9-15",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000082770100002",
            "pubmed": "10507753",
            "doi": "10.1016/S1056-8719(99)00018-0",
            "pmc": null,
            "organizations": [],
            "persons": [
                "24681-50840-6"
            ],
            "imported": null,
            "journal": "J PHARMACOL TOXICOL METHOD",
            "issn": "1056-8719",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.702,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.297297297297297,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "TOXICOLOGY",
            "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": 24682,
            "title": "Oxidatively modified plasma phospholipids containing reactive carbonyl functions measured by HPLC: evidence for phosphatidylcholine-bound aldehydes in plasma of burn patients.",
            "abstract": null,
            "authors": [
                "Gasser, H",
                "Hallström, S",
                "Redl, H",
                "Schlag, G"
            ],
            "year": 1995,
            "source": "Free Radic Res. 1995; 22(4):327-336",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1995QV49800005",
            "pubmed": "7633563",
            "doi": "10.3109/10715769509145645",
            "pmc": null,
            "organizations": [],
            "persons": [
                "24682-50840-6"
            ],
            "imported": null,
            "journal": "FREE RADICAL RES",
            "issn": "1071-5762",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.468,
            "impactfactor_year": 1995,
            "impactfactor_norm": 0.593220338983051,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "BIOCHEMISTRY & MOLECULAR BIOLOGY",
            "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": 24692,
            "title": "THE OCCURRENCE OF LOW-MOLECULAR-WEIGHT INOTROPIC PLASMA FACTORS IN SEVERE HYPOVOLEMIC TRAUMATIC SHOCK",
            "abstract": null,
            "authors": [
                "HALLSTROM, S",
                "VOGL, C",
                "KROSL, P",
                "REDL, H",
                "SCHLAG, G"
            ],
            "year": 1986,
            "source": "CIRC SHOCK 1986 19: 116-116.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:A1986C541000042",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "24692-50840"
            ],
            "imported": null,
            "journal": "CIRC SHOCK",
            "issn": "0092-6213",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.713,
            "impactfactor_year": 1994,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": 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": 24693,
            "title": "IS THE MYOCARDIAL DEPRESSANT FACTOR A REGULAR PLASMA COMPONENT",
            "abstract": null,
            "authors": [
                "HALLSTROM, S",
                "REDL, H",
                "KROESL, P",
                "SCHLAG, G"
            ],
            "year": 1982,
            "source": "EUR SURG RES 1982 14: 179-179.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:A1982NL24700199",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "24693-50840"
            ],
            "imported": null,
            "journal": "EUR SURG RES",
            "issn": "0014-312X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.795,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.46875,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "SURGERY",
            "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": 26104,
            "title": "A model based analysis of costs and effectiveness of chiropodist care in diabetec patients",
            "abstract": null,
            "authors": [
                "Habacher, W",
                "Rakovac, I",
                "Plank, J",
                "Haas, W",
                "Beck, P",
                "Pieber, TR"
            ],
            "year": 2005,
            "source": "VALUE HEALTH 2005 8: A158-A159.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000233021700499",
            "pubmed": null,
            "doi": "10.1016/S1098-3015(10)67634-6",
            "pmc": null,
            "organizations": [],
            "persons": [
                "26104-51831"
            ],
            "imported": null,
            "journal": "VALUE HEALTH",
            "issn": "1098-3015",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.211,
            "impactfactor_year": 2005,
            "impactfactor_norm": 0.980769230769231,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "HEALTH CARE SCIENCES & SERVICES",
            "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": 26105,
            "title": "Measuring quality of life with EQ-5D in an Austrian outpatient clinic for patients with diabetes mellitus",
            "abstract": null,
            "authors": [
                "Seereiner, S",
                "Rakovac, I",
                "Habacher, W",
                "Fritz, C",
                "Beck, P",
                "Semlitsch, B",
                "Haas, H",
                "Pieber, TR"
            ],
            "year": 2005,
            "source": "VALUE HEALTH 2005 8: A172-A172.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000233021700537",
            "pubmed": null,
            "doi": "10.1016/S1098-3015(10)67672-3",
            "pmc": null,
            "organizations": [],
            "persons": [
                "26105-50551",
                "26105-51831"
            ],
            "imported": null,
            "journal": "VALUE HEALTH",
            "issn": "1098-3015",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.211,
            "impactfactor_year": 2005,
            "impactfactor_norm": 0.980769230769231,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "HEALTH CARE SCIENCES & SERVICES",
            "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": 26418,
            "title": "Lumpectomy plus tamoxifen or arimidex with or without whole breast irradiation in women with favorable early breast cancer",
            "abstract": null,
            "authors": [
                "Poetter, R",
                "Gnant, M",
                "Kwasny, W",
                "Tausch, C",
                "Handl-Zeller, L",
                "Hammer, J",
                "Pakisch, B",
                "Luschin-Ebengreuth, G",
                "Schmid, M",
                "Stierer, M",
                "Draxler, W",
                "Jakesz, R"
            ],
            "year": 2005,
            "source": "INT J RADIAT ONCOL BIOL PHYS 2005 63: S2-S2.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000232083300006",
            "pubmed": null,
            "doi": "10.1016/j.ijrobp.2005.07.009",
            "pmc": null,
            "organizations": [
                "26418-14038",
                "26418-14085"
            ],
            "persons": [],
            "imported": null,
            "journal": "INT J RADIAT ONCOL BIOL PHYS",
            "issn": "0360-3016",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.556,
            "impactfactor_year": 2005,
            "impactfactor_norm": 0.964285714285714,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "RADIOLOGY, NUCLEAR MEDICINE & MEDICAL IMAGING",
            "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": false
        },
        {
            "id": 26420,
            "title": "Alterations in glutamic acid/GABA ratios in sera of epilepsy patients on long-term antiepileptic monotherapy",
            "abstract": null,
            "authors": [
                "Zeidler, I",
                "Vrecko, K",
                "Koerner, E",
                "Feichtinger, M",
                "Zaar, K",
                "Holl, A",
                "Gruber, L",
                "Ott, E"
            ],
            "year": 2005,
            "source": "EPILEPSIA 2005 46: 98-98.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000231885300345",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "26420-14012",
                "26420-14051"
            ],
            "persons": [
                "26420-51465"
            ],
            "imported": null,
            "journal": "EPILEPSIA",
            "issn": "0013-9580",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.227,
            "impactfactor_year": 2005,
            "impactfactor_norm": 0.851351351351351,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "CLINICAL NEUROLOGY",
            "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": false
        },
        {
            "id": 26421,
            "title": "Patient perceived cognitive side effects of anti-epileptic drug treatment: An international perspective",
            "abstract": null,
            "authors": [
                "Mounfield, H",
                "Baker, GA",
                "Feichtinger, M",
                "Ryvlin, P"
            ],
            "year": 2005,
            "source": "EPILEPSIA 2005 46: 144-144.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000231885300523",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "26421-1"
            ],
            "persons": [
                "26421-51465"
            ],
            "imported": null,
            "journal": "EPILEPSIA",
            "issn": "0013-9580",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.227,
            "impactfactor_year": 2005,
            "impactfactor_norm": 0.851351351351351,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "CLINICAL NEUROLOGY",
            "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": false
        },
        {
            "id": 26427,
            "title": "Effects of cyclooxygenase inhibition in human monocytes on endotoxin-induced TNF-alpha and cyclooxygenase-2 expression",
            "abstract": null,
            "authors": [
                "Ulcar, R",
                "Peskar, BA",
                "Schuligoi, R",
                "Heinemann, A",
                "Kessler, HH",
                "Santner, BI",
                "Amann, R"
            ],
            "year": 2005,
            "source": "PHARMACOLOGY 2005 75: 199-199.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000233040400018",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "26427-14022",
                "26427-14023"
            ],
            "persons": [
                "26427-51803",
                "26427-51756",
                "26427-51812"
            ],
            "imported": null,
            "journal": "PHARMACOLOGY",
            "issn": "0031-7012",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.375,
            "impactfactor_year": 2005,
            "impactfactor_norm": 0.352331606217617,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "PHARMACOLOGY & PHARMACY",
            "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": false
        },
        {
            "id": 26428,
            "title": "Vasodilating effect of crude methanolic cinnamon extract on isolated bovine coronary arteries",
            "abstract": null,
            "authors": [
                "Eder, U",
                "Ertl, M",
                "Wintersteiger, R",
                "Juan, H"
            ],
            "year": 2005,
            "source": "PHARMACOLOGY 2005 75: 201-201.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000233040400026",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "PHARMACOLOGY",
            "issn": "0031-7012",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.375,
            "impactfactor_year": 2005,
            "impactfactor_norm": 0.352331606217617,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "PHARMACOLOGY & PHARMACY",
            "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": false
        },
        {
            "id": 26432,
            "title": "MRI criteria for diagnosing MS in patients with a clinically isolated syndrome",
            "abstract": null,
            "authors": [
                "Korteweg, T",
                "Tintore, M",
                "Uitdehaag, BMJ",
                "Rovira, A",
                "Montalban, X",
                "Miller, DH",
                "Fernando, KTM",
                "Filippi, M",
                "Agosta, F",
                "Fazekas, F",
                "Enzinger, C",
                "Matthews, PM",
                "Parry, AMM",
                "Polman, CH",
                "Barkhof, F"
            ],
            "year": 2005,
            "source": "MULT SCLER 2005 11: S22-S22.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000232249900078",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "26432-1"
            ],
            "persons": [
                "26432-50173"
            ],
            "imported": null,
            "journal": "MULT SCLER",
            "issn": "1352-4585",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.832,
            "impactfactor_year": 2005,
            "impactfactor_norm": 0.804054054054054,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "CLINICAL NEUROLOGY",
            "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": false
        },
        {
            "id": 26433,
            "title": "Neuropathology in MOG-induced EAE correlates with complete prevention of electrophysiological changes and clinical symptoms following oral FTY720 treatment",
            "abstract": null,
            "authors": [
                "Balatoni, B",
                "Storch, MK",
                "Swoboda, EM",
                "Koziel, A",
                "Schonborn, V",
                "Weissert, R",
                "Foster, CA"
            ],
            "year": 2005,
            "source": "MULT SCLER 2005 11: S44-S45.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000232249900161",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "26433-1"
            ],
            "persons": [],
            "imported": null,
            "journal": "MULT SCLER",
            "issn": "1352-4585",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.832,
            "impactfactor_year": 2005,
            "impactfactor_norm": 0.804054054054054,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "CLINICAL NEUROLOGY",
            "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": false
        },
        {
            "id": 26434,
            "title": "FTY720 not only prevents EAE onset, as assessed by MRI, but also reverses established neurological deficits and extensive demyelination",
            "abstract": null,
            "authors": [
                "Storch, MK",
                "Rausch, M",
                "Hiestand, P",
                "Balatoni, B",
                "Foster, CA"
            ],
            "year": 2005,
            "source": "MULT SCLER 2005 11: S45-S45.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000232249900163",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "26434-1"
            ],
            "persons": [],
            "imported": null,
            "journal": "MULT SCLER",
            "issn": "1352-4585",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.832,
            "impactfactor_year": 2005,
            "impactfactor_norm": 0.804054054054054,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "CLINICAL NEUROLOGY",
            "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": false
        },
        {
            "id": 26435,
            "title": "Mechanisms of statins in multiple sclerosis - inhibition of activated T lymphocytes by dual action: impaired isoprenylation of guanosinetriphosphate-binding proteins and disruption of lipid microdomains",
            "abstract": null,
            "authors": [
                "Neuhaus, O",
                "Mando, VS",
                "Stuve, O",
                "Archelos, JJ",
                "Hartung, HP"
            ],
            "year": 2005,
            "source": "MULT SCLER 2005 11: S166-S166.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000232249900599",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "26435-1"
            ],
            "persons": [
                "26435-51987"
            ],
            "imported": null,
            "journal": "MULT SCLER",
            "issn": "1352-4585",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.832,
            "impactfactor_year": 2005,
            "impactfactor_norm": 0.804054054054054,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "CLINICAL NEUROLOGY",
            "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": false
        },
        {
            "id": 26437,
            "title": "The NCEP guidelines in a primary care sample in Germany: Degree of unmet needs: Results from the DETECT study.",
            "abstract": null,
            "authors": [
                "Bohler, S",
                "Scharnagel, H",
                "Freisinger, F",
                "Stojakovic, T",
                "Glaesmer, H",
                "Klotsche, J",
                "Kirch, W",
                "Schneider, H",
                "Stalla, G",
                "Lehnert, H",
                "Silber, S",
                "Wittchen, HU",
                "Marz, W"
            ],
            "year": 2005,
            "source": "EUR J CLIN PHARMACOL 2005 61: 703-703.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000232696100070",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "26437-14028"
            ],
            "persons": [
                "26437-50886"
            ],
            "imported": null,
            "journal": "EUR J CLIN PHARMACOL",
            "issn": "0031-6970",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.298,
            "impactfactor_year": 2005,
            "impactfactor_norm": 0.642487046632124,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "PHARMACOLOGY & PHARMACY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "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": 26439,
            "title": "Accessory joints between basiocciput and atlas/axis in the median plane.",
            "abstract": null,
            "authors": [
                "von Lüdinghausen, M",
                "Fahr, M",
                "Prescher, A",
                "Schindler, G",
                "Kenn, W",
                "Weiglein, A",
                "Yoshimura, K",
                "Kageyama, I",
                "Kobayashi, K",
                "Tsuchimochi, M"
            ],
            "year": 2005,
            "source": "Clin Anat. 2005; 18(8):558-571",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000233026300002",
            "pubmed": "16092124",
            "doi": "10.1002/ca.20103",
            "pmc": null,
            "organizations": [
                "26439-14018"
            ],
            "persons": [],
            "imported": null,
            "journal": "CLIN ANATOM",
            "issn": "0897-3806",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.702,
            "impactfactor_year": 2005,
            "impactfactor_norm": 0.266666666666667,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "ANATOMY & MORPHOLOGY",
            "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": 26442,
            "title": "Glomerular permeability is altered by loss of P0, a myelin protein expressed in glomerular epithelial cells.",
            "abstract": null,
            "authors": [
                "Plaisier, E",
                "Mougenot, B",
                "Verpont, MC",
                "Jouanneau, C",
                "Archelos, JJ",
                "Martini, R",
                "Kerjaschki, D",
                "Ronco, P"
            ],
            "year": 2005,
            "source": "J Am Soc Nephrol. 2005; 16(11):3350-3356",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000232847800024",
            "pubmed": "16162811",
            "doi": "10.1681/ASN.2005050509",
            "pmc": null,
            "organizations": [
                "26442-14051"
            ],
            "persons": [
                "26442-51987-6"
            ],
            "imported": null,
            "journal": "J AMER SOC NEPHROL",
            "issn": "1046-6673",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 7.24,
            "impactfactor_year": 2005,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "UROLOGY & NEPHROLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 26444,
            "title": "Comparison of platelet concentrates from pooled buffy coats prepared automatically by the OrbiSac system and conventionally produced platelet concentrates",
            "abstract": null,
            "authors": [
                "Schallmoser, K",
                "Rosskopf, K",
                "Macher, S",
                "Stubenrauch, M",
                "Lanzer, G"
            ],
            "year": 2005,
            "source": "TRANSFUSION 2005 45: 67A-68A.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000231807600232",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "26444-14058"
            ],
            "persons": [
                "26444-57483"
            ],
            "imported": null,
            "journal": "TRANSFUSION",
            "issn": "0041-1132",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.16,
            "impactfactor_year": 2005,
            "impactfactor_norm": 0.7,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "HEMATOLOGY",
            "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": false
        },
        {
            "id": 26445,
            "title": "Severe immune thrombocytopenia due to HPA-1 a host-derived antibodies after non-myeloablative allogeneic hematopoetic stem cell transplantation for multiple myeloma",
            "abstract": null,
            "authors": [
                "Macher, S",
                "Schallmoser, K",
                "Staber, P",
                "Neumeister, P",
                "Rosskopf, K",
                "Posch, U",
                "Panzer, S",
                "Lanzer, G"
            ],
            "year": 2005,
            "source": "TRANSFUSION 2005 45: 114A-114A.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000231807600399",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "26445-14058",
                "26445-14082"
            ],
            "persons": [
                "26445-51930",
                "26445-57483"
            ],
            "imported": null,
            "journal": "TRANSFUSION",
            "issn": "0041-1132",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.16,
            "impactfactor_year": 2005,
            "impactfactor_norm": 0.7,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "HEMATOLOGY",
            "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": false
        }
    ]
}