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=151040&ordering=-year
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157092,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=151060&ordering=-year",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=151020&ordering=-year",
    "results": [
        {
            "id": 62320,
            "title": "Persistent neonatal hypoglycemia in nesidioblastosis of the pancreas",
            "abstract": null,
            "authors": [
                "Reiterer, F",
                "Gamillscheg, A",
                "Ritschl, E",
                "Müller, WD",
                "Schwingshandl, J",
                "Borkenstein, M",
                "Klos, J",
                "Ratschek, M",
                "Fellbaum, C"
            ],
            "year": 1990,
            "source": "Padiatr Padol. 1990; 25(1): 25-31. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "2326089",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "62320-51643-6",
                "62320-51653-1",
                "62320-51654-6"
            ],
            "imported": "2006-12-07T01:00:00+01:00",
            "journal": "Padiatr Padol",
            "issn": "0030-9338",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 62331,
            "title": "Measuring microfluctuations of action potential propagation in heart tissue samples",
            "abstract": null,
            "authors": [
                "Hofer, E",
                "Schafferhofer, I",
                "Haimberger, H",
                "Tritthart, HA"
            ],
            "year": 1990,
            "source": "Biomed Tech (Berl). 1990; 35 Suppl 2(2): 51-52. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "2224024",
            "doi": "10.1515/bmte.1990.35.s2.51",
            "pmc": null,
            "organizations": [],
            "persons": [
                "62331-51502-1",
                "62331-51519-6"
            ],
            "imported": "2006-12-07T01:00:00+01:00",
            "journal": "Biomed Tech (Berl)",
            "issn": "0013-5585",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.429,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.3,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "MEDICAL INFORMATICS",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 62589,
            "title": "Heart rate alterations in a fetus with Ondine's curse.",
            "abstract": null,
            "authors": [
                "Lang, U",
                "Braems, G",
                "Künzel, W"
            ],
            "year": 1990,
            "source": "Gynecol Obstet Invest. 1990; 30(2):124-126",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1990EB05700015",
            "pubmed": "2245949",
            "doi": "10.1159/000293232",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-12-12T01:00:00+01:00",
            "journal": "Gynecol Obstet Invest",
            "issn": "0378-7346",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": 0.264150943396226,
            "impactfactor_norm_year": 1998,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 62590,
            "title": "Maternal blood glucose as screening method for carbohydrate intolerance disorders in pregnancy",
            "abstract": null,
            "authors": [
                "Lang, U",
                "Künzel, W"
            ],
            "year": 1990,
            "source": "Gynakologe. 1990; 23(5): 303-306. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1990ED57400010",
            "pubmed": "2245943",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-12-12T01:00:00+01:00",
            "journal": "Gynakologe",
            "issn": "0017-5994",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.155,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.113207547169811,
            "impactfactor_norm_year": 1998,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 62691,
            "title": "Enhancement of K+ conductance improves in vitro the contraction force of skeletal muscle in hypokalemic periodic paralysis.",
            "abstract": null,
            "authors": [
                "Grafe, P",
                "Quasthoff, S",
                "Strupp, M",
                "Lehmann-Horn, F"
            ],
            "year": 1990,
            "source": "Muscle Nerve. 1990; 13(5):451-457",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1990DC31000012",
            "pubmed": "2345562",
            "doi": "10.1002/mus.880130513",
            "pmc": null,
            "organizations": [],
            "persons": [
                "62691-52002-6"
            ],
            "imported": "2006-12-12T01:00:00+01:00",
            "journal": "Muscle Nerve",
            "issn": "0148-639X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.89,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.485148514851485,
            "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": false
        },
        {
            "id": 62692,
            "title": "K+ channel openers suppress myotonic activity of human skeletal muscle in vitro.",
            "abstract": null,
            "authors": [
                "Quasthoff, S",
                "Spuler, A",
                "Spittelmeister, W",
                "Lehmann-Horn, F",
                "Grafe, P"
            ],
            "year": 1990,
            "source": "Eur J Pharmacol. 1990; 186(1):125-128",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1990EA32300015",
            "pubmed": "2282934",
            "doi": "10.1016/0014-2999(90)94068-9",
            "pmc": null,
            "organizations": [],
            "persons": [
                "62692-52002-1"
            ],
            "imported": "2006-12-12T01:00:00+01:00",
            "journal": "Eur J Pharmacol",
            "issn": "0014-2999",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.677,
            "impactfactor_year": 1994,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 62693,
            "title": "Two different types of potassium channels in human skeletal muscle activated by potassium channel openers.",
            "abstract": null,
            "authors": [
                "Quasthoff, S",
                "Franke, C",
                "Hatt, H",
                "Richter-Turtur, M"
            ],
            "year": 1990,
            "source": "Neurosci Lett. 1990; 119(2):191-194",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1990EK58800014",
            "pubmed": "2126363",
            "doi": "10.1016/0304-3940(90)90831-S",
            "pmc": null,
            "organizations": [],
            "persons": [
                "62693-52002-2"
            ],
            "imported": "2006-12-12T01:00:00+01:00",
            "journal": "Neurosci Lett",
            "issn": "0304-3940",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.703,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.618811881188119,
            "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": false
        },
        {
            "id": 63062,
            "title": "Trifurcations of the middle cerebral arteries",
            "abstract": null,
            "authors": [
                "Anderhuber, F",
                "Weiglein, A",
                "Pucher, RK"
            ],
            "year": 1990,
            "source": "Acta Anat (Basel). 1990; 137(4): 342-349. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1990DD40800009",
            "pubmed": "2368589",
            "doi": "10.1159/000146906",
            "pmc": null,
            "organizations": [
                "63062-14018"
            ],
            "persons": [],
            "imported": "2006-12-14T01:00:00+01:00",
            "journal": "Acta Anat (Basel)",
            "issn": "0001-5180",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.64,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.529411764705882,
            "impactfactor_norm_year": 1998,
            "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": true
        },
        {
            "id": 63118,
            "title": "[Functional disorders of cardiac pacemakers caused by irradiation with a linear accelerator and telecobalt equipment].",
            "abstract": null,
            "authors": [
                "Poier, E",
                "Anelli-Monti, M",
                "Leitner, H",
                "Stücklschweiger, G",
                "Zurl, B",
                "Arian-Schad, K"
            ],
            "year": 1990,
            "source": "Biomed Tech (Berl). 1990; 35 Suppl 2(3):160-161",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "2223971",
            "doi": "10.1515/bmte.1990.35.s2.160",
            "pmc": null,
            "organizations": [],
            "persons": [
                "63118-52997-6"
            ],
            "imported": "2006-12-14T01:00:00+01:00",
            "journal": "Biomed Tech (Berl)",
            "issn": "0013-5585",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.429,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.3,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "MEDICAL INFORMATICS",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 63137,
            "title": "GZ 100, 101, 106, 107, 111, 112, 116, 121: a series of monoclonal antibodies against human trophoblast antigens.",
            "abstract": null,
            "authors": [
                "Ribitsch, D",
                "Dohr, G",
                "Hartmann, M",
                "Pilz, G",
                "Salmhofer, H",
                "Desoye, G"
            ],
            "year": 1990,
            "source": "Acta Histochem Suppl. 1990; 38:227-231",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "2080243",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "63137-51666-6"
            ],
            "imported": "2006-12-14T01:00:00+01:00",
            "journal": "Acta Histochem Suppl",
            "issn": "0567-7556",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 63202,
            "title": "Primary and secondary inoperable teratoid hepatoblastoma--multidisciplinary management",
            "abstract": null,
            "authors": [
                "Lackner, H",
                "Urban, C",
                "Sauer, H",
                "Lammer, J",
                "Pakisch, B",
                "Kaulfersch, W",
                "Gamillscheg, A",
                "Slavc, I",
                "Riccabona, M",
                "Klos, I"
            ],
            "year": 1990,
            "source": "Padiatr Padol. 1990; 25(5): 299-312. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "1705020",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "63202-51373-6"
            ],
            "imported": "2006-12-14T01:00:00+01:00",
            "journal": "Padiatr Padol",
            "issn": "0030-9338",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 63367,
            "title": "Evidence for 4-hydroxyalkenals in rat renal cortex peroxidized by N2-methyl-9-hydroxyellipticinium acetate or Celiptium.",
            "abstract": null,
            "authors": [
                "Raguenez-Viotte, G",
                "Dieber-Rotheneder, M",
                "Dadoun, C",
                "Fillastre, JP",
                "Esterbauer, H"
            ],
            "year": 1990,
            "source": "Biochim Biophys Acta. 1990; 1046(3): 294-300. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1990ED56500009",
            "pubmed": "2145981",
            "doi": "10.1016/0005-2760(90)90244-R",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-12-15T01:00:00+01:00",
            "journal": "Biochim Biophys Acta",
            "issn": "0006-3002",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.507,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.701754385964912,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 63381,
            "title": "[Toxicity of sequential chemo-radiotherapy in radically operated ovarian cancer].",
            "abstract": null,
            "authors": [
                "Petru, E",
                "Pickel, H",
                "Lahousen, M",
                "Heydarfadai, M",
                "Arian-Schad, K"
            ],
            "year": 1990,
            "source": "Gynakol Rundsch. 1990; 30 Suppl 1(2):55-57",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "2079301",
            "doi": "10.1159/000271389",
            "pmc": null,
            "organizations": [],
            "persons": [
                "63381-51624-1"
            ],
            "imported": "2006-12-15T01:00:00+01:00",
            "journal": "Gynakol Rundsch",
            "issn": "0017-6001",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 63382,
            "title": "[MR study of bone marrow changes of the spine following radiotherapy].",
            "abstract": null,
            "authors": [
                "Starz, I",
                "Einspieler, R",
                "Poschauko, H",
                "Ebner, F",
                "Arian-Schad, K",
                "Justich, E"
            ],
            "year": 1990,
            "source": "Rontgenblatter. 1990; 43(8):355-358",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "2399420",
            "doi": null,
            "pmc": null,
            "organizations": [
                "63382-14108"
            ],
            "persons": [],
            "imported": "2006-12-15T01:00:00+01:00",
            "journal": "Rontgenblatter",
            "issn": "0300-8592",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 63436,
            "title": "Cold air challenge for measuring airway reactivity in children: lack of a late asthmatic reaction.",
            "abstract": null,
            "authors": [
                "Varga, EM",
                "Eber, E",
                "Zach, MS"
            ],
            "year": 1990,
            "source": "Lung. 1990; 168(5):267-272",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1990EH80200004",
            "pubmed": "2126834",
            "doi": "10.1007/BF02719703",
            "pmc": null,
            "organizations": [],
            "persons": [
                "63436-51713-6"
            ],
            "imported": "2006-12-15T01:00:00+01:00",
            "journal": "Lung",
            "issn": "0341-2040",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.017,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.655172413793103,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RESPIRATORY SYSTEM",
            "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": 63551,
            "title": "Continuous arteriovenous hemodialysis in critically ill infants.",
            "abstract": null,
            "authors": [
                "Zobel, G",
                "Kuttnig, M",
                "Ring, E"
            ],
            "year": 1990,
            "source": "Child Nephrol Urol. 1990; 10(4):196-198",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1990EZ01600004",
            "pubmed": "2088590",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-12-15T01:00:00+01:00",
            "journal": "Child Nephrol Urol",
            "issn": "1012-6694",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.279,
            "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": 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": 63552,
            "title": "Clinical scoring systems in children with continuous extracorporeal renal support.",
            "abstract": null,
            "authors": [
                "Zobel, G",
                "Kuttnig, M",
                "Ring, E",
                "Grubbauer, HM"
            ],
            "year": 1990,
            "source": "Child Nephrol Urol. 1990; 10(1):14-17",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1990DE48200003",
            "pubmed": "2354462",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-12-15T01:00:00+01:00",
            "journal": "Child Nephrol Urol",
            "issn": "1012-6694",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.279,
            "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": 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": 63645,
            "title": "Evaluation of clinical scoring systems in critically ill infants and children.",
            "abstract": null,
            "authors": [
                "Zobel, G",
                "Kuttnig, M",
                "Grubbauer, HM",
                "Rödl, S"
            ],
            "year": 1990,
            "source": "Clin Intensive Care. 1990; 1(5): 202-206. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "10149090",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "63645-51709-6"
            ],
            "imported": "2006-12-18T01:00:00+01:00",
            "journal": "Clin Intensive Care",
            "issn": "0956-3075",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 64054,
            "title": "Determination of theophylline serum level: comparison between a rapid test (enzyme-immuno-chromatography) and conventional fluorescence polarization immunoassay",
            "abstract": null,
            "authors": [
                "Mallin, W",
                "Eber, E",
                "Semmelrock, HJ",
                "Zach, M"
            ],
            "year": 1990,
            "source": "Pneumologie. 1990; 44(8):967-969",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "2217092",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "64054-51713-6"
            ],
            "imported": "2006-12-31T01:00:00+01:00",
            "journal": "Pneumologie",
            "issn": "0934-8387",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 64204,
            "title": "Endosonographic assessment of fetal pathology",
            "abstract": null,
            "authors": [
                "Häusler, MC",
                "Hofmann, HM"
            ],
            "year": 1990,
            "source": "Gynakol Rundsch. 1990; 30 Suppl 1(3):165-167",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "2079255",
            "doi": "10.1159/000271427",
            "pmc": null,
            "organizations": [
                "64204-14064"
            ],
            "persons": [],
            "imported": "2007-01-07T01:00:00+01:00",
            "journal": "Gynakol Rundsch",
            "issn": "0017-6001",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        }
    ]
}