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=149200&ordering=-year
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157745,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=149220&ordering=-year",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=149180&ordering=-year",
    "results": [
        {
            "id": 72753,
            "title": "Noninvasive cerebral intensive care monitoring: theory, technology, trends, and practice.",
            "abstract": null,
            "authors": [
                "Litscher, G",
                "Schwarz, G",
                "Lechner, A",
                "Pfurtscheller, G",
                "List, WF"
            ],
            "year": 1993,
            "source": "J Clin Monit 1993; 9(2):126--3rd International Symposium on Central Nervous System Monitoring; OCT 30-31, 1992; Gmunden, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "72753-51073"
            ],
            "imported": "2007-12-13T13:11:03+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": 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": 72756,
            "title": "Application of artificial neural networks that learn to classify sleep patterns in infants.",
            "abstract": null,
            "authors": [
                "Litscher, G",
                "Flotzinger, D",
                "Pfurtscheller, G"
            ],
            "year": 1993,
            "source": "J Clin Monit 1993; 9(2):139--3rd International Symposium on Central Nervous System Monitoring; OCT 30-31, 1992; Gmunden, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-12-13T13:13: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": 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": 72849,
            "title": "Hyperthermia`s emerging role in cancer therapy.",
            "abstract": null,
            "authors": [
                "Kapp, KS",
                "Kapp, DS"
            ],
            "year": 1993,
            "source": "Contemporary Oncology 3 (6): 19-30, 1993. 1993",
            "category": 12,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-12-17T12:49: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": 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": 72950,
            "title": "EEG and evoked potential monitoring in the intensive care unit.",
            "abstract": null,
            "authors": [
                "Litscher, G",
                "Schwarz, G",
                "Pfurtscheller, G",
                "List, WF"
            ],
            "year": 1993,
            "source": "Beneken, JEW; Faust, UR (eds): Proceedings of the Second European Conference on Engineering and Medicine. Amsterdam: Elsevier 1993; 348-349.-Second European Conference on Engineering and Medicine; APR 25-28, 1993; Stuttgart, GERMANY. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "72950-51073"
            ],
            "imported": "2007-12-18T13:02:46+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": 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": 72951,
            "title": "Brainstem auditory evoked potentials in intensive care patients with encephalitis.",
            "abstract": null,
            "authors": [
                "Litscher, G",
                "Schwarz, G",
                "Pfurtscheller, G",
                "Rumpl, E"
            ],
            "year": 1993,
            "source": "Abstracts of the XIIIth International Congress of Electroencephalography and Clinical Neurophysiology. Amsterdam: Elsevier 1993; S127--XIIIth International Congress of Electroencephalography and Clinical Neurophysiology; AUG 29-4, 1993; Vancouver, CANADA. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "72951-51073"
            ],
            "imported": "2007-12-18T13:22:41+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": 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": 72952,
            "title": "Koma-Prognostik mittels SSEP- und AEHP-Monitoring.",
            "abstract": null,
            "authors": [
                "Lechner, A",
                "Litscher, G",
                "Schwarz, G",
                "Pfurtscheller, G"
            ],
            "year": 1993,
            "source": "Biomed Tech 1993; 38(E):291-292.-Gemeinsame Jahrestagung der Deutschen, der Österreichischen und der Schweizerischen Gesellschaft für Biomedizinische Technik; SEP 16-18, 1993; Graz, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "72952-51073"
            ],
            "imported": "2007-12-18T13:26:10+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": 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": 72953,
            "title": "Diagnostische Möglichkeiten des elektrophysiologischen Monitorings an der Intensivstation.",
            "abstract": null,
            "authors": [
                "Seitlinger, H",
                "Litscher, G",
                "Schwarz, G",
                "Pfurtscheller, G",
                "Marte, W"
            ],
            "year": 1993,
            "source": "Biomed Tech 1993; 38(E):457-458.-Gemeinsame Jahrestagung der Deutschen, der Österreichischen und der Schweizerischen Gesellschaft für Biomedizinische Technik; SEP 16-18, 1993; Graz, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "72953-51073",
                "72953-51934"
            ],
            "imported": "2007-12-18T13:28:38+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": 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": 72959,
            "title": "New trends in clinical electroencephalographic and evoked potential monitoring.",
            "abstract": null,
            "authors": [
                "Litscher, G",
                "Pfurtscheller, G",
                "Schwarz, G",
                "Wilder-Smith, OHG",
                "Schellens, R",
                "Hilz, MJ"
            ],
            "year": 1993,
            "source": "Proceedings of the Second International Hans Berger-Congress 1993; 36-37.-Second International Hans Berger-Congress; SEP 8-11, 1993; Jena, GERMANY. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "72959-51073"
            ],
            "imported": "2007-12-18T14:19:41+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": 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": 72960,
            "title": "Computing in anesthesia and intensive care.",
            "abstract": null,
            "authors": [
                "Litscher, G"
            ],
            "year": 1993,
            "source": "Proceedings of the 1st Slovenian Congress of Anesthesiology 1993; 1-8.-1st Slovenian Congress of Anesthesiology; NOV 4-6, 1993; Lipica, SLOVENIA. ",
            "category": 2,
            "document_type": 18,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-12-18T14:22:23+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": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 72968,
            "title": "Intraoperative Radiotherapie (IORT) kombiniert mit postoperativer Radiotherapie (EBR): 5-Jahres Evluierung einer Pilotstudie: Bronchuskarzinom.",
            "abstract": null,
            "authors": [
                "Smolle-Jüttner, FM",
                "Geyer, E",
                "Kapp, K",
                "Ratzenhofer, B",
                "Pinter, H",
                "Hesse, Ch",
                "Friehs, G",
                "Hackl, A"
            ],
            "year": 1993,
            "source": "Acta Chir Austriaca 1993; 25: 76--34. Jahrestagung der Österreichischen Gesellschft für Chirurgie; JUN 10-12, 1993; Innsbruck, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "72968-54067",
                "72968-51615"
            ],
            "imported": "2007-12-18T16:30: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": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 72970,
            "title": "Intraoperative radiation therapy: clinical experience in non-small-cell lung cancer.",
            "abstract": null,
            "authors": [
                "Geyer, E",
                "Smolle-Jüttner, FM",
                "Stücklschweiger, G",
                "Ratzenhofer, B",
                "Poschauko, J",
                "Kapp, KS",
                "Leitner, H",
                "Pinter, H",
                "Friehs, G",
                "Hackl, A"
            ],
            "year": 1993,
            "source": "Europ J Cancer 1993; 29A(6):166--7th European Conference on Clinical Oncology and Cancer Nursing (ECCO 7); NOV 14-18, 1993; Jerusalem, ISRAEL. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "72970-51615"
            ],
            "imported": "2007-12-18T16:34:03+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": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 72971,
            "title": "IORT and postoperative Radiotherapie beim nicht kleinzelligen Bronchuskarzinom: Beurteilung nach 5 Jahren.",
            "abstract": null,
            "authors": [
                "Geyer, E",
                "Smolle-Jüttner, F",
                "Stücklschweiger, G",
                "Ratzenhofer, B",
                "Poschauko, J",
                "Kapp, K",
                "Leitner, H",
                "Friehs, G",
                "Hackl, A"
            ],
            "year": 1993,
            "source": "Abstractband der 10. Jahrestagung der ÖGRO1993; -10. Jahrestagung der ÖGRO (Österreichischen Gesellschaft für Radioonkologie, Radiobiologie und Medizinische Radiophysik); SEP 22-23, 1993; Bad Kleinkirchheim, AUSTRIA. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "72971-51615"
            ],
            "imported": "2007-12-18T16:37:05+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": false
        },
        {
            "id": 72973,
            "title": "Evaluating intraoperative radiation therapy (IORT) and external beam radiation (EBRT) in non-small-cell lung cancer (NSCLC): 5 years experience.",
            "abstract": null,
            "authors": [
                "Smolle-Jüttner, FM",
                "Geyer, E",
                "Kapp, K",
                "Ratzenhofer, B",
                "Pinter, H",
                "Hesse, CH",
                "Friehs, G",
                "Hackl, A"
            ],
            "year": 1993,
            "source": "Eur Resp J1993; 5: 1155--7th Annual Meeting of the European Association for Cardio-Thoracic Surgery (EACTS); SEP 20-22, 1993; Barcelona, SPANIEN. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "72973-54067",
                "72973-51615"
            ],
            "imported": "2007-12-18T16:51:09+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": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 72975,
            "title": "Dose-volume histogram analysis for mantle-field irradiation in Hodgkin`s Disease.",
            "abstract": null,
            "authors": [
                "Stücklschweiger, G",
                "Kapp, K",
                "Hackl, A",
                "Geyer, E",
                "Leitner, H"
            ],
            "year": 1993,
            "source": "7th European Conference on Clinical Oncology and Cancer Nurshing (ECCO 7); NOV 14-18, 1993; Jerusalem, ISRAEL. 1993. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-12-18T16:57:02+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": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 73422,
            "title": "Biochemical wound monitoring. PMN elastase in different healing stages after trauma surgery-orthopedic interventions",
            "abstract": null,
            "authors": [
                "Hofer, HP",
                "Kukovetz, E",
                "Petek, W",
                "Khoschsorur, GA",
                "Wildburger, R",
                "Schweighofer, F",
                "Quehenberger, F",
                "Schaur, RJ"
            ],
            "year": 1993,
            "source": "Unfallchirurg. 1993; 96(6): 292-298. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1993LU67600003",
            "pubmed": "8342056",
            "doi": null,
            "pmc": null,
            "organizations": [
                "73422-14045"
            ],
            "persons": [
                "73422-50466-6"
            ],
            "imported": "2008-01-14T01:00:00+01:00",
            "journal": "Unfallchirurg",
            "issn": "0177-5537",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.141,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.571428571428571,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "ORTHOPEDICS",
            "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": 73549,
            "title": "THE INFLUENCE OF GLYCOSYLATION OF APO(A) ON ITS SECRETION AND LP(A) FORMATTING IN CULTURED-CELLS",
            "abstract": null,
            "authors": [
                "DUROVIC, S",
                "KRASNAI, C",
                "DIEPLINGER, H",
                "FRANK, S",
                "ZATLOUKAL, K",
                "UTERMANN, G",
                "ZECHNER, R",
                "KOSTNER, GM"
            ],
            "year": 1993,
            "source": "CIRCULATION. 1993; 88(4): 132-132. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:A1993MA68200741",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "73549-14013"
            ],
            "persons": [
                "73549-51663",
                "73549-51669"
            ],
            "imported": "2008-01-22T10:14:47+01:00",
            "journal": "CIRCULATION",
            "issn": "0009-7322",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 8.634,
            "impactfactor_year": 1994,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CARDIAC & CARDIOVASCULAR SYSTEMS",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 73553,
            "title": "Chicken adenovirus (CELO virus) particles augment receptor-mediated DNA delivery to mammalian cells and yield exceptional levels of stable transformants.",
            "abstract": null,
            "authors": [
                "COTTEN, M",
                "WAGNER, E",
                "ZATLOUKAL, K",
                "BIRNSTIEL, ML"
            ],
            "year": 1993,
            "source": "J Virol. 1993; 67(7):3777-3785",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1993LH12400010",
            "pubmed": "8099627",
            "doi": "10.1128/JVI.67.7.3777-3785.1993",
            "pmc": "PMC237742",
            "organizations": [],
            "persons": [
                "73553-51663-6"
            ],
            "imported": "2008-01-22T10:14:47+01:00",
            "journal": "J VIROL",
            "issn": "0022-538X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 6.254,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.96,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "VIROLOGY",
            "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": 73554,
            "title": "RECEPTOR-MEDIATED GENE DELIVERY AND ITS AUGMENTATION BY ENDOSOME-DISRUPTIVE VIRUSES OR PEPTIDES",
            "abstract": null,
            "authors": [
                "WAGNER, E",
                "COTTEN, M",
                "ZATLOUKAL, K",
                "PLANK, C",
                "CURIEL, DT",
                "STINGL, G",
                "BIRNSTIEL, ML"
            ],
            "year": 1993,
            "source": "J CELL BIOCHEM. 1993;  210-210. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:A1993KX96500743",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "73554-51663"
            ],
            "imported": "2008-01-22T10:14:47+01:00",
            "journal": "J CELL BIOCHEM",
            "issn": "0730-2312",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.849,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.733812949640288,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CELL BIOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 73555,
            "title": "RECEPTOR-MEDIATED CYTOKINE GENE DELIVERY TO TUMOR-CELLS FOR GENERATION OF CANCER VACCINES",
            "abstract": null,
            "authors": [
                "ZATLOUKAL, K",
                "WAGNER, E",
                "COTTEN, M",
                "SCHMIDT, W",
                "PLANK, C",
                "BERGER, M",
                "SALTIK, M",
                "STINGL, G",
                "BIRNSTIEL, ML"
            ],
            "year": 1993,
            "source": "J CELL BIOCHEM. 1993;  129-129. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:A1993KV88000448",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "73555-51663"
            ],
            "imported": "2008-01-22T10:14:47+01:00",
            "journal": "J CELL BIOCHEM",
            "issn": "0730-2312",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.849,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.733812949640288,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CELL BIOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 73575,
            "title": "Somatic gene therapy for cancer: the utility of transferrinfection in generating 'tumor vaccines'.",
            "abstract": null,
            "authors": [
                "ZATLOUKAL, K",
                "SCHMIDT, W",
                "COTTEN, M",
                "WAGNER, E",
                "STINGL, G",
                "BIRNSTIEL, ML"
            ],
            "year": 1993,
            "source": "Gene. 1993; 135(1-2):199-207",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:A1993MQ34800028",
            "pubmed": "8276260",
            "doi": "10.1016/0378-1119(93)90066-C",
            "pmc": null,
            "organizations": [],
            "persons": [
                "73575-51663-1"
            ],
            "imported": "2008-01-22T10:14:47+01:00",
            "journal": "GENE",
            "issn": "0378-1119",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.305,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.563106796116505,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "GENETICS & HEREDITY",
            "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
        }
    ]
}