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=320&ordering=-imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 159512,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=340&ordering=-imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=300&ordering=-imported",
    "results": [
        {
            "id": 22,
            "title": "11,12-Epoxyeicosatrienoic acid stimulates tyrosine kinase activity in porcine aortic endothelial cells.",
            "abstract": null,
            "authors": [
                "Hoebel, BG",
                "Graier, WF"
            ],
            "year": 1998,
            "source": "Eur J Pharmacol. 1998; 346(1):115-117",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000073348600016",
            "pubmed": "9617761",
            "doi": "10.1016%2FS0014-2999%2898%2900118-6",
            "pmc": null,
            "organizations": [
                "22-14013"
            ],
            "persons": [
                "22-51860-4"
            ],
            "imported": null,
            "journal": "EUR J PHARMACOL",
            "issn": "0014-2999",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.992,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.814606741573034,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PHARMACOLOGY & PHARMACY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 434,
            "title": "Changes in soft tissue profile after sagittal split ramus osteotomy and retropositioning of the mandible.",
            "abstract": null,
            "authors": [
                "Gaggl, A",
                "Schultes, G",
                "Kärcher, H"
            ],
            "year": 1999,
            "source": "J Oral Maxillofac Surg. 1999; 57(5):542-546",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000080092600015",
            "pubmed": "10319828",
            "doi": "10.1016/S0278-2391(99)90072-1",
            "pmc": null,
            "organizations": [
                "434-14057"
            ],
            "persons": [
                "434-51566-6"
            ],
            "imported": null,
            "journal": "J ORAL MAXILLOFAC SURG",
            "issn": "0278-2391",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.784,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.333333333333333,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "DENTISTRY, ORAL SURGERY & MEDICINE",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 382,
            "title": "CA 15-3: a multicentre evaluation of automated and manual tests.",
            "abstract": null,
            "authors": [
                "Huber, PR",
                "Bischof, P",
                "Kretschmer, R",
                "Truschnig, M",
                "Halwachs, G",
                "Schmidt, M"
            ],
            "year": 1996,
            "source": "Eur J Clin Chem Clin Biochem. 1996; 34(1):77-84",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996TV25500017",
            "pubmed": "8704042",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "EUR J CLIN CHEM CLIN BIOCHEM",
            "issn": "0939-4974",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.968,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.576923076923077,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "MEDICAL LABORATORY TECHNOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 383,
            "title": "Calorimetry of Archaeal Tetraether Lipid - Indication of a Novel Metastable Thermotropic Phase in the Main Phospholipid from Thermoplasma-Acidophilum Cultured at 59-Degrees-C",
            "abstract": null,
            "authors": [
                "Ernst, M",
                "Freisleben, HJ",
                "Antonopoulos, E",
                "Henkel, L",
                "Mlekusch, W",
                "Reibnegger, G"
            ],
            "year": 1998,
            "source": "CHEM PHYS LIPIDS 1998 94: 1-12.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000075284800001",
            "pubmed": null,
            "doi": "10.1016/S0009-3084(98)00004-8",
            "pmc": null,
            "organizations": [
                "383-14012"
            ],
            "persons": [
                "383-50569-6"
            ],
            "imported": null,
            "journal": "CHEM PHYS LIPIDS",
            "issn": "0009-3084",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.215,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.666666666666667,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "BIOPHYSICS",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 457,
            "title": "Childhood periosteal chondroma: femoral neck thickening and remote hyperostosis as clues to plain film diagnosis.",
            "abstract": null,
            "authors": [
                "Tillich, M",
                "Lindbichler, F",
                "Reittner, P",
                "Weybora, W",
                "Linhart, W",
                "Fotter, R"
            ],
            "year": 1998,
            "source": "PEDIAT RADIOL 1998 28: 899-899.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000077029100025",
            "pubmed": "9799329",
            "doi": "10.1007%2Fs002470050493",
            "pmc": null,
            "organizations": [
                "457-14020",
                "457-14049",
                "457-14106"
            ],
            "persons": [
                "457-51557-4",
                "457-51957-6"
            ],
            "imported": null,
            "journal": "PEDIAT RADIOL",
            "issn": "0301-0449",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.626,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.47887323943662,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PEDIATRICS",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 385,
            "title": "Can Cannabis Trigger Recurrent Panic Attacks in Susceptible Patients",
            "abstract": null,
            "authors": [
                "Langs, G",
                "Fabisch, H",
                "Fabisch, K",
                "Zapotoczky, HG"
            ],
            "year": 1997,
            "source": "EUR PSYCHIAT 1997 12: 415-419.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000071621200007",
            "pubmed": null,
            "doi": "10.1016/S0924-9338(97)83568-7",
            "pmc": null,
            "organizations": [
                "385-29444"
            ],
            "persons": [
                "385-51731-6"
            ],
            "imported": null,
            "journal": "EUR PSYCHIAT",
            "issn": "0924-9338",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.497,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.181818181818182,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PSYCHIATRY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 186,
            "title": "Dose increase augments response rate to interferon-alpha in chronic hepatitis C.",
            "abstract": null,
            "authors": [
                "Ferenci, P",
                "Stauber, R",
                "Propst, A",
                "Fiedler, R",
                "Müller, C",
                "Gschwantler, M",
                "Schütze, K",
                "Datz, C",
                "Judmaier, G",
                "Vogel, W",
                "Krejs, GJ",
                "Gangl, A"
            ],
            "year": 1996,
            "source": "Dig Dis Sci. 1996; 41(12 Suppl):103S-1108",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996WC42200015",
            "pubmed": "9011466",
            "doi": "10.1007/BF02087884",
            "pmc": null,
            "organizations": [],
            "persons": [
                "186-51530-6",
                "186-51534-6"
            ],
            "imported": null,
            "journal": "DIGEST DIS SCI",
            "issn": "0163-2116",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.908,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.75,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "GASTROENTEROLOGY & HEPATOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 91,
            "title": "A simple scintigraphic method for continuous monitoring of gastric emptying.",
            "abstract": null,
            "authors": [
                "Lipp, RW",
                "Hammer, HF",
                "Schnedl, W",
                "Dobnig, H",
                "Passath, A",
                "Leb, G",
                "Krejs, GJ"
            ],
            "year": 1993,
            "source": "Eur J Nucl Med. 1993; 20(3):260-263",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1993KP78700015",
            "pubmed": "8462616",
            "doi": "10.1007/BF00170009",
            "pmc": null,
            "organizations": [],
            "persons": [
                "91-51531-6",
                "91-51534-6",
                "91-51948-2",
                "91-52443-6"
            ],
            "imported": null,
            "journal": "EUR J NUCL MED",
            "issn": "0340-6997",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.69,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.89873417721519,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RADIOLOGY, NUCLEAR MEDICINE & MEDICAL IMAGING",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 187,
            "title": "Dose intensification of epidoxorubicin and cyclophosphamide in metastatic breast cancer: a randomised study with two schedules of granulocyte-macrophage colony stimulating factor.",
            "abstract": null,
            "authors": [
                "Stöger, H",
                "Samonigg, H",
                "Krainer, M",
                "Ploszczynski, M",
                "Nirnberger, G",
                "Maca, S",
                "Hehenwarter, W",
                "Wirth, M",
                "Schüller, J",
                "Vavra, N",
                "Scheithauer, W",
                "Kornek, G",
                "Stierer, M",
                "Zielinski, CC"
            ],
            "year": 1998,
            "source": "Eur J Cancer. 1998; 34(4):482-488",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000073132200015",
            "pubmed": "9713297",
            "doi": "10.1016/S0959-8049(97)10039-9",
            "pmc": null,
            "organizations": [
                "187-14085"
            ],
            "persons": [
                "187-51532-6",
                "187-51538-1"
            ],
            "imported": null,
            "journal": "EUR J CANCER",
            "issn": "0959-8049",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.743,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.788461538461538,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "ONCOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 389,
            "title": "Cannabinoid inhibition of guinea-pig intestinal peristalsis via inhibition of excitatory and activation of inhibitory neural pathways.",
            "abstract": null,
            "authors": [
                "Heinemann, A",
                "Shahbazian, A",
                "Holzer, P"
            ],
            "year": 1999,
            "source": "NEUROPHARMACOLOGY 1999 38: 1289-1297.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000082036200005",
            "pubmed": "10471082",
            "doi": "10.1016%2FS0028-3908%2899%2900056-8",
            "pmc": null,
            "organizations": [
                "389-14022"
            ],
            "persons": [
                "389-51529-4",
                "389-51756-1"
            ],
            "imported": null,
            "journal": "NEUROPHARMACOLOGY",
            "issn": "0028-3908",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.176,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.931428571428571,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "PHARMACOLOGY & PHARMACY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 390,
            "title": "Capacitated and acrosome reacted spermatozoa of goat (Capra indicus): a fluorescence and electron microscopic study.",
            "abstract": null,
            "authors": [
                "Bawa, SR",
                "Pabst, MA",
                "Werner, G",
                "Bains, HK"
            ],
            "year": 1993,
            "source": "Andrologia. 1993; 25(3):123-135",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1993LB82900002",
            "pubmed": "8517552",
            "doi": "10.1111/j.1439-0272.1993.tb02694.x",
            "pmc": null,
            "organizations": [
                "390-14017"
            ],
            "persons": [],
            "imported": null,
            "journal": "ANDROLOGIA",
            "issn": "0303-4569",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.693,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.25,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "ANDROLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 188,
            "title": "Dose-dependent behavioural effects of two protein-free peptide derivatives on the passive avoidance reaction of rats.",
            "abstract": null,
            "authors": [
                "Hutter-Paier, B",
                "Eggenreich, U",
                "Windisch, M"
            ],
            "year": 1996,
            "source": "Arzneimittelforschung. 1996; 46(3):242-246",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996UD22900002",
            "pubmed": "8901142",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "ARZNEIM, FORSCH, DRUG RES",
            "issn": "0004-4172",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.64,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.484126984126984,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CHEMISTRY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 14216,
            "title": "Escalating immunotherapy of multiple sclerosis--new aspects and practical application.",
            "abstract": null,
            "authors": [
                "Rieckmann, P",
                "Toyka, KV",
                "Bassetti, C",
                "Beer, K",
                "Beer, S",
                "Buettner, U",
                "Chofflon, M",
                "Götschi-Fuchs, M",
                "Hess, K",
                "Kappos, L",
                "Kesselring, J",
                "Goebels, N",
                "Ludin, HP",
                "Mattle, H",
                "Schluep, M",
                "Vaney, C",
                "Baumhackl, U",
                "Berger, T",
                "Deisenhammer, F",
                "Fazekas, F",
                "Freimüller, M",
                "Kollegger, H",
                "Kristoferitsch, W",
                "Lassmann, H",
                "Markut, H",
                "Strasser-Fuchs, S",
                "Vass, K",
                "Altenkirch, H",
                "Bamborschke, S",
                "Baum, K",
                "Benecke, R",
                "Brück, W",
                "Dommasch, D",
                "Elias, WG",
                "Gass, A",
                "Gehlen, W",
                "Haas, J",
                "Haferkamp, G",
                "Hanefeld, F",
                "Hartung, HP",
                "Heesen, C",
                "Heidenreich, F",
                "Heitmann, R",
                "Hemmer, B",
                "Hense, T",
                "Hohlfeld, R",
                "Janzen, RW",
                "Japp, G",
                "Jung, S",
                "Jügelt, E",
                "Koehler, J",
                "Kölmel, W",
                "König, N",
                "Lowitzsch, K",
                "Manegold, U",
                "Melms, A",
                "Mertin, J",
                "Oschmann, P",
                "Petereit, HF",
                "Pette, M",
                "Pöhlau, D",
                "Pohl, D",
                "Poser, S",
                "Sailer, M",
                "Schmidt, S",
                "Schock, G",
                "Schulz, M",
                "Schwarz, S",
                "Seidel, D",
                "Sommer, N",
                "Stangel, M",
                "Stark, E",
                "Steinbrecher, A",
                "Tumani, H",
                "Voltz, R",
                "Weber, F",
                "Weinrich, W",
                "Weissert, R",
                "Wiendl, H",
                "Wiethölter, H",
                "Wildemann, U",
                "Zettl, UK",
                "Zipp, F",
                "Zschenderlein, R",
                "Izquierdo, G",
                "Kirjazovas, A",
                "Packauskas, L",
                "Miller, D",
                "Koncan Vracko, B",
                "Millers, A",
                "Orologas, A",
                "Panellus, M",
                "Sindic, CJ",
                "Bratic, M",
                "Svraka, A",
                "Vella, NR",
                "Stelmasiak, Z",
                "Selmaj, K",
                "Bartosik-Psujik, H",
                "Mitosek-Szewczyk, K",
                "Belniak, E",
                "Mochecka, A",
                "Bayas, A",
                "Chan, A",
                "Flachenecker, P",
                "Gold, R",
                "Kallmann, B",
                "Leussink, V",
                "Mäurer, M",
                "Ruprecht, K",
                "Stoll, G",
                "Weilbach, FX",
                "Multiple Sclerosis Therapy Consensus Group"
            ],
            "year": 2004,
            "source": "J Neurol. 2004; 251(11):1329-1339",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000225610400005",
            "pubmed": "15592728",
            "doi": "10.1007/s00415-004-0537-6",
            "pmc": null,
            "organizations": [
                "14216-14051"
            ],
            "persons": [],
            "imported": null,
            "journal": "J NEUROL",
            "issn": "0340-5354",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.14,
            "impactfactor_year": 2004,
            "impactfactor_norm": 0.857142857142857,
            "impactfactor_norm_year": 2004,
            "impactfactor_norm_category": "CLINICAL NEUROLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 401,
            "title": "Cardiac manifestations of Lyme borreliosis with special reference to contractile dysfunction",
            "abstract": null,
            "authors": [
                "Seinost, G",
                "Gasser, R",
                "Reisinger, E",
                "Rigler, MY",
                "Fischer, L",
                "Keplinger, A",
                "Dattwyler, RJ",
                "Dunn, JJ",
                "Klein, W"
            ],
            "year": 1998,
            "source": "Acta Med Austriaca. 1998; 25(2):44-50",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000074552600002",
            "pubmed": "9681041",
            "doi": null,
            "pmc": null,
            "organizations": [
                "401-14083"
            ],
            "persons": [
                "401-51533-6",
                "401-52018-2"
            ],
            "imported": null,
            "journal": "ACTA MED AUST",
            "issn": "0303-8173",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.48,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.504672897196262,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 5,
            "title": "Alpha-tocopherol and hydroperoxide content in breast adipose tissue from patients with breast tumors.",
            "abstract": null,
            "authors": [
                "Chajés, V",
                "Lhuillery, C",
                "Sattler, W",
                "Kostner, GM",
                "Bougnoux, P"
            ],
            "year": 1996,
            "source": "Int J Cancer. 1996; 67(2):170-175",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996UZ63900003",
            "pubmed": "8760582",
            "doi": "10.1002/(SICI)1097-0215(19960717)67:2<170::AID-IJC3>3.0.CO;2-Q",
            "pmc": null,
            "organizations": [
                "5-14013"
            ],
            "persons": [
                "5-51669-6",
                "5-51705-6"
            ],
            "imported": null,
            "journal": "INT J CANCER",
            "issn": "0020-7136",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.534,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.865384615384615,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "ONCOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 486,
            "title": "Clinical epidemiologic data of malignant melanoma based on 1,368 patients of the Graz University Dermatology Clinic (1970-1989)",
            "abstract": null,
            "authors": [
                "Rieger, E",
                "Soyer, HP",
                "Kofler, R",
                "Hödl, S",
                "Smolle, J",
                "Richtig, E",
                "Kerl, H"
            ],
            "year": 1991,
            "source": "WIEN KLIN WOCHENSCHR 1991 103: 612-616.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991GN60900002",
            "pubmed": "1763507",
            "doi": null,
            "pmc": null,
            "organizations": [
                "486-14047"
            ],
            "persons": [
                "486-51620-4",
                "486-52274-1"
            ],
            "imported": null,
            "journal": "WIEN KLIN WOCHENSCHR",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.268,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.551401869158878,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 397,
            "title": "Cardiac output and urea kinetics in dialysis patients: evidence supporting the regional blood flow model.",
            "abstract": null,
            "authors": [
                "George, TO",
                "Priester-Coary, A",
                "Dunea, G",
                "Schneditz, D",
                "Tarif, N",
                "Daugirdas, JT"
            ],
            "year": 1996,
            "source": "Kidney Int. 1996; 50(4):1273-1277",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996VJ31400025",
            "pubmed": "8887288",
            "doi": "10.1038/ki.1996.438",
            "pmc": null,
            "organizations": [
                "397-14010"
            ],
            "persons": [
                "397-51834-6"
            ],
            "imported": null,
            "journal": "KIDNEY INT",
            "issn": "0085-2538",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.562,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.975609756097561,
            "impactfactor_norm_year": 1998,
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 398,
            "title": "Protection against myocardial ischemia by nisoldipine--an experimental study with valinomycin K-sensitive microelectrodes",
            "abstract": null,
            "authors": [
                "Köppel, H",
                "Gasser, R",
                "Pokan, R",
                "Willomitzer, R",
                "Cichocki, L",
                "Pilger, E",
                "Klein, W"
            ],
            "year": 1998,
            "source": "Acta Med Austriaca. 1998; 25(3):101-105",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000076331100006",
            "pubmed": "9816403",
            "doi": null,
            "pmc": null,
            "organizations": [
                "398-14079",
                "398-14083"
            ],
            "persons": [
                "398-51533-4",
                "398-51541-6"
            ],
            "imported": null,
            "journal": "ACTA MED AUST",
            "issn": "0303-8173",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.48,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.504672897196262,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 399,
            "title": "Cardiovascular changes during and after different LBNP levels in men.",
            "abstract": null,
            "authors": [
                "László, Z",
                "Rössler, A",
                "Hinghofer-Szalkay, HG"
            ],
            "year": 1998,
            "source": "Aviat Space Environ Med. 1998; 69(1):32-39",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000071399000006",
            "pubmed": "9451531",
            "doi": null,
            "pmc": null,
            "organizations": [
                "399-14010"
            ],
            "persons": [
                "399-51683-4",
                "399-51737-6"
            ],
            "imported": null,
            "journal": "AVIAT SPACE ENVIRON MED",
            "issn": "0095-6562",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.587,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.560747663551402,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 580,
            "title": "Consolidation radiotherapy after carboplatin-based chemotherapy in radically operated advanced ovarian cancer.",
            "abstract": null,
            "authors": [
                "Pickel, H",
                "Lahousen, M",
                "Petru, E",
                "Stettner, H",
                "Hackl, A",
                "Kapp, K",
                "Winter, R"
            ],
            "year": 1999,
            "source": "Gynecol Oncol. 1999; 72(2):215-219",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000078849900016",
            "pubmed": "10021304",
            "doi": "10.1006/gyno.1998.5184",
            "pmc": null,
            "organizations": [
                "580-14038"
            ],
            "persons": [
                "580-51624-6"
            ],
            "imported": null,
            "journal": "GYNECOL ONCOL",
            "issn": "0090-8258",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.86,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.803571428571429,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "OBSTETRICS & GYNECOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        }
    ]
}