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=154760&ordering=-imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157157,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=154780&ordering=-imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=154740&ordering=-imported",
    "results": [
        {
            "id": 62547,
            "title": "In the mother tongue (Cases) Vom Tagtraumhelden zur lebendigen Realität mit Hilfe der katathym imaginativen Psychotherapie (KIP).",
            "abstract": null,
            "authors": [
                "Lytwyn, H"
            ],
            "year": 2006,
            "source": "International Journal of Psychotherapy. 2006; 10(1): 55-60. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "62547-29444"
            ],
            "persons": [],
            "imported": "2006-12-12T11:08:27+01:00",
            "journal": null,
            "issn": "1356-9082",
            "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": true
        },
        {
            "id": 62541,
            "title": "Vocal Cord Dysfunction (VCD) Laryngo-Pharyngealer Reflux (LPR)",
            "abstract": null,
            "authors": [
                "Reckenzaun, E"
            ],
            "year": 2006,
            "source": "-Fortbildungstage Phoniatrie und Pädaudiologie St. Virgil Salzburg; 26.4.-28.4.2006; St. Virgil. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "62541-14068"
            ],
            "persons": [],
            "imported": "2006-12-12T10:48:15+01:00",
            "journal": null,
            "issn": null,
            "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": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 62538,
            "title": "Adjuvant therapy in Recurrent Respiratory Papillomatosis (RRP)",
            "abstract": null,
            "authors": [
                "Reckenzaun, E",
                "Friedrich, G"
            ],
            "year": 2006,
            "source": "European Archives of Oto-Rhino-Laryngology. -6 th Congress European Laryngological Society (ELS); 31. August- bis 2. September; Nottingham, GB. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "62538-14068"
            ],
            "persons": [
                "62538-51636"
            ],
            "imported": "2006-12-12T10:44:41+01:00",
            "journal": "European Archives of Oto-Rhino-Laryngology",
            "issn": null,
            "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": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 62537,
            "title": "Blood bags with integrated RFID-labels to provide a complete traceability from production to patient: first routine experiences and future prospects.",
            "abstract": null,
            "authors": [
                "Wagner, T",
                "Zimmermann, J",
                "Schwondra, G",
                "Ockenfuss, U",
                "Behague, M",
                "Bidet, F",
                "Kaufmann, W",
                "Lanzer G"
            ],
            "year": 2006,
            "source": "Vox Sanguinis. 91(S3):277-278.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000239999300693",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "62537-14058"
            ],
            "persons": [
                "62537-51964"
            ],
            "imported": "2006-12-12T10:44:11+01:00",
            "journal": "Vox Sanguinis",
            "issn": "0042-9007",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.111,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.483333333333333,
            "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": null,
            "conference_place": null,
            "conference_international": true,
            "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": 62535,
            "title": "Blood bags with integrated RFID-labels to provide a complete traceability from production to patient: first routine experiences and future prospects.",
            "abstract": null,
            "authors": [
                "Wagner, T",
                "Zimmermann, J",
                "Schwondra, G",
                "Ockenfuss, U",
                "Behague, M",
                "Bidet, F",
                "Kaufmann, W",
                "Lanzer, G"
            ],
            "year": 2006,
            "source": "Transfusion Medicine and Hemotherapy. 33(S1):34-34.-DGTI; Frankfurt, Germany. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "62535-14058"
            ],
            "persons": [
                "62535-51964"
            ],
            "imported": "2006-12-12T10:40:39+01:00",
            "journal": "Transfusion Medicine and Hemotherapy",
            "issn": null,
            "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": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 62519,
            "title": "Blood bags with integrated RFID-labels to provide a complete traceability from production to patient: first routine experiences and future prospects.",
            "abstract": null,
            "authors": [
                "Wagner, T",
                "Zimmermann, J",
                "Schwondra, G",
                "Ockenfuss, U",
                "Behague, M",
                "Kaufmann, W",
                "Lanzer, G"
            ],
            "year": 2006,
            "source": "Transfusion. 46(9):178A-178A.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000240554100553",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "62519-14058"
            ],
            "persons": [
                "62519-51964"
            ],
            "imported": "2006-12-12T10:36:01+01:00",
            "journal": "Transfusion",
            "issn": "0041-1132",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.278,
            "impactfactor_year": 2006,
            "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": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": true,
            "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": 62510,
            "title": "Gamma knife radiosurgery for callosotomy and hypothalamic hamartomas in children.",
            "abstract": null,
            "authors": [
                "Kurschel, S",
                "Unger, F",
                "Feichtinger, M"
            ],
            "year": 2006,
            "source": "Child's Nerv Syst. 22: 214-214.-20th Biennial Congress of the European Society for Pediatric Neurosurgery (Abstract 33); MAR 6-11, 2006; Martinique. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "62510-14050",
                "62510-14051"
            ],
            "persons": [
                "62510-51465",
                "62510-51969",
                "62510-51989"
            ],
            "imported": "2006-12-12T10:27:10+01:00",
            "journal": "Child's Nerv Syst",
            "issn": null,
            "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": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 62506,
            "title": "Psychologischer Distress und Coping bei Brustkrebspatientinnen: Einfluss von Alter, Partnerbeziehung und Aktivität (Beruf, Freizeitverhalten).",
            "abstract": null,
            "authors": [
                "Andritsch, E",
                "Dietmaier, G",
                "Zloklikovits, S",
                "Ladinek, V",
                "Samonigg, H"
            ],
            "year": 2006,
            "source": "-7. Tagung der Österreichischen Gesellschaft für Psychologie; APR 28-30, 2006; Klagenfurt, AUSTRIA. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "62506-13922",
                "62506-14085"
            ],
            "persons": [
                "62506-51062",
                "62506-51532",
                "62506-51692"
            ],
            "imported": "2006-12-12T10:00:36+01:00",
            "journal": null,
            "issn": null,
            "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": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 62504,
            "title": "Das enterische Nervensystem – gibt es eine enterale Neuropathie?",
            "abstract": null,
            "authors": [
                "Fruhwald, S"
            ],
            "year": 2006,
            "source": "26. Hernsteiner Fortbildungstage für Intensivtherapie; Nov9-11, 2006; Hernstein. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "62504-14070"
            ],
            "persons": [
                "62504-51938"
            ],
            "imported": "2006-12-12T09:56:11+01:00",
            "journal": null,
            "issn": null,
            "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": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 62502,
            "title": "Intestinal paralysis – reasons and therapeutic options",
            "abstract": null,
            "authors": [
                "Fruhwald, S"
            ],
            "year": 2006,
            "source": "19th ESICM Annual Congress; Sept 24-27, 2006; Barcelona. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "62502-14070"
            ],
            "persons": [
                "62502-51938"
            ],
            "imported": "2006-12-12T09:54:42+01:00",
            "journal": null,
            "issn": null,
            "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": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 62501,
            "title": "Low hematocrit levels are beneficial",
            "abstract": null,
            "authors": [
                "Fruhwald, S"
            ],
            "year": 2006,
            "source": "19th ESICM Annual Congress; Sept 24-27, 2006; Barcelona. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "62501-14070"
            ],
            "persons": [
                "62501-51938"
            ],
            "imported": "2006-12-12T09:52:25+01:00",
            "journal": null,
            "issn": null,
            "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": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 62498,
            "title": "The distally based latissimus dorsi flap in the management of spine wounds.",
            "abstract": null,
            "authors": [
                "Koch, H",
                "Ivanic, G",
                "Hubmer, M",
                "Eustacchio, S",
                "Radl, R",
                "Scharnagl, E"
            ],
            "year": 2006,
            "source": "Eur Spine J. 15(10):1561-2632.-German Spine Congress (Abstract 74); NOV 30-DEC 2, 2006; Munich, GERMANY. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "62498-14050",
                "62498-14052",
                "62498-14076"
            ],
            "persons": [
                "62498-51895"
            ],
            "imported": "2006-12-12T09:43:28+01:00",
            "journal": "Eur Spine J",
            "issn": null,
            "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": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 62494,
            "title": "The Barricaid®-prothesis: An implant for closure of anular defects in lumbar discs: Biomechanic principles and implantation technique.",
            "abstract": null,
            "authors": [
                "Eustacchio, S",
                "Luggin, J",
                "Trummer, M",
                "Kamaric, E",
                "Lambrecht, G"
            ],
            "year": 2006,
            "source": "Eur Spine J. 15(10):1561-1632.-German Spine Congress (Abstract 28); NOV 30-DEC 2, 2006; Munich, GERMANY. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "62494-14050"
            ],
            "persons": [],
            "imported": "2006-12-12T09:28:02+01:00",
            "journal": "Eur Spine J",
            "issn": null,
            "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": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 62493,
            "title": "Humangenetische Beratung bei Mehrlingsschwangerschaften.",
            "abstract": null,
            "authors": [
                "Uhrig, S",
                "Geigl, J",
                "Speicher, MR"
            ],
            "year": 2006,
            "source": "Gynäkologisch-geburtshilfliche Rundschau. 2006; 204:  1-5. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": "10.1159/000098120",
            "pmc": null,
            "organizations": [
                "62493-14021"
            ],
            "persons": [],
            "imported": "2006-12-12T09:19:58+01:00",
            "journal": null,
            "issn": "1018-8843",
            "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": 62708,
            "title": "Teledermascopy: a preliminary study.",
            "abstract": null,
            "authors": [
                "Piccolo, D",
                "Wolf, IH",
                "Peris, K",
                "Hofmann-Wellenhof, R",
                "Dell Eva G, R",
                "Burroni, M",
                "Smolle, J",
                "Kerl, H",
                "Chimenti, S",
                "Soyer, PH"
            ],
            "year": 1998,
            "source": "Adv Clin Path. 1998; 2(2):162-163",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "10359618",
            "doi": null,
            "pmc": null,
            "organizations": [
                "62708-14047"
            ],
            "persons": [
                "62708-51617-6",
                "62708-51327-6",
                "62708-51620-6",
                "62708-51711-6"
            ],
            "imported": "2006-12-12T01:00:00+01:00",
            "journal": "Adv Clin Path",
            "issn": "1125-5552",
            "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": 62705,
            "title": "Prospective evaluation of clinical scoring systems in infants and children with cardiopulmonary insufficiency after cardiac surgery.",
            "abstract": null,
            "authors": [
                "Zobel, G",
                "Rödl, S",
                "Rigler, B",
                "Metzler, H",
                "Dacar, D",
                "Grubbauer, HM",
                "Beitzke, A"
            ],
            "year": 1993,
            "source": "J Cardiovasc Surg (Torino). 1993; 34(4):333-337",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1993MH22800010",
            "pubmed": "8227115",
            "doi": null,
            "pmc": null,
            "organizations": [
                "62705-14048"
            ],
            "persons": [
                "62705-51611-6",
                "62705-51709-6"
            ],
            "imported": "2006-12-12T01:00:00+01:00",
            "journal": "J Cardiovasc Surg (Torino)",
            "issn": "0021-9509",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.362,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.5,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "SURGERY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 62704,
            "title": "Immunohistochemical and electrophysiological evidence for omega-conotoxin-sensitive calcium channels in unmyelinated C-fibres of biopsied human sural nerve.",
            "abstract": null,
            "authors": [
                "Quasthoff, S",
                "Adelsberger, H",
                "Grosskreutz, J",
                "Arzberger, T",
                "Schröder, JM"
            ],
            "year": 1996,
            "source": "Brain Res. 1996; 723(1-2):29-36",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996UU93800004",
            "pubmed": "8813379",
            "doi": "10.1016/0006-8993(96)00186-2",
            "pmc": null,
            "organizations": [],
            "persons": [
                "62704-52002-2"
            ],
            "imported": "2006-12-12T01:00:00+01:00",
            "journal": "Brain Res",
            "issn": "0006-8993",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.526,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.648514851485149,
            "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": 62703,
            "title": "P2 purinoceptor-mediated intracellular Ca2+ transients in human sural nerve.",
            "abstract": null,
            "authors": [
                "Wächtler, J",
                "Mayer, C",
                "Quasthoff, S",
                "Adelsberger, H",
                "Grafe, P"
            ],
            "year": 1996,
            "source": "Neuroreport. 1996; 7(7):1289-1292",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996VW30100014",
            "pubmed": "8817551",
            "doi": "10.1097/00001756-199605170-00014",
            "pmc": null,
            "organizations": [],
            "persons": [
                "62703-52002-6"
            ],
            "imported": "2006-12-12T01:00:00+01:00",
            "journal": "Neuroreport",
            "issn": "0959-4965",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.487,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.722772277227723,
            "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": 62702,
            "title": "Capsaicin blocks tetrodotoxin-resistant sodium potentials and calcium potentials in unmyelinated C fibres of biopsied human sural nerve in vitro.",
            "abstract": null,
            "authors": [
                "Grosskreutz, J",
                "Quasthoff, S",
                "Kühn, M",
                "Grafe, P"
            ],
            "year": 1996,
            "source": "Neurosci Lett. 1996; 208(1):49-52",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996UG33000013",
            "pubmed": "8731172",
            "doi": "10.1016/0304-3940(96)12536-2",
            "pmc": null,
            "organizations": [],
            "persons": [
                "62702-52002-6"
            ],
            "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.09,
            "impactfactor_year": 1996,
            "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": 62701,
            "title": "Calcium potentials and tetrodotoxin-resistant sodium potentials in unmyelinated C fibres of biopsied human sural nerve.",
            "abstract": null,
            "authors": [
                "Quasthoff, S",
                "Grosskreutz, J",
                "Schröder, JM",
                "Schneider, U",
                "Grafe, P"
            ],
            "year": 1995,
            "source": "Neuroscience. 1995; 69(3):955-965",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1995TE43100024",
            "pubmed": "8596662",
            "doi": "10.1016/0306-4522(95)00307-5",
            "pmc": null,
            "organizations": [],
            "persons": [
                "62701-52002-2"
            ],
            "imported": "2006-12-12T01:00:00+01:00",
            "journal": "Neuroscience",
            "issn": "0306-4522",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.288,
            "impactfactor_year": 1995,
            "impactfactor_norm": 0.841584158415842,
            "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
        }
    ]
}