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=150080&ordering=-year
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157153,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=150100&ordering=-year",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=150060&ordering=-year",
    "results": [
        {
            "id": 96666,
            "title": "MOVE - X: A System for Combining Video Film and Computer Animation.",
            "abstract": null,
            "authors": [
                "Ertl, G",
                "Müller, H",
                "Tabatabai, B"
            ],
            "year": 1991,
            "source": "F.H. Post, W. Barth (Ed.) Proceeding of EuroGraphics1991; 305-314.-EuroGraphics 1991; 1991; Wien. ",
            "category": 2,
            "document_type": 18,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "96666-51449"
            ],
            "imported": "2009-12-09T21:06:56+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": 96667,
            "title": "Animation of Landscapes Using Satellite Imagery.",
            "abstract": null,
            "authors": [
                "Geymayer, B",
                "Müller, H",
                "Prantl, M",
                "Tabatabai, B"
            ],
            "year": 1991,
            "source": "F.H. Post, W. Barth (Ed.) Proceeding of EuroGraphics 91, North Holland1991; 437-446.-EuroGraphics 1991; 1991; Wien. ",
            "category": 2,
            "document_type": 18,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "96667-51449"
            ],
            "imported": "2009-12-09T21:13: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": false
        },
        {
            "id": 97854,
            "title": "Adjuvant chemotherapy in radically operated cervix cancer",
            "abstract": null,
            "authors": [
                "Lahousen, M",
                "Haas, J"
            ],
            "year": 1991,
            "source": "Gynakol Rundsch. 1991; 31 Suppl 2(1): 237-238. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "1724226",
            "doi": "10.1159/000271748",
            "pmc": null,
            "organizations": [
                "97854-14038"
            ],
            "persons": [
                "97854-51627-6"
            ],
            "imported": "2010-02-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": true
        },
        {
            "id": 97860,
            "title": "The support pessary--a therapeutic possibility in premature opening of the uterine cervix",
            "abstract": null,
            "authors": [
                "Gmoser, G",
                "Girardi, F",
                "Mayer, HO",
                "Hermann, J",
                "Haas, J"
            ],
            "year": 1991,
            "source": "Gynakol Rundsch. 1991; 31 Suppl 2(3): 117-119. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "1790894",
            "doi": "10.1159/000271699",
            "pmc": null,
            "organizations": [
                "97860-14038"
            ],
            "persons": [
                "97860-51002-6",
                "97860-51627-6"
            ],
            "imported": "2010-02-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": true
        },
        {
            "id": 97861,
            "title": "Cervix cancers in young women",
            "abstract": null,
            "authors": [
                "Luschin-Ebengreuth, G",
                "Girardi, F",
                "Haas, J"
            ],
            "year": 1991,
            "source": "Gynakol Rundsch. 1991; 31 Suppl 2(10): 241-243. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "1790939",
            "doi": "10.1159/000271750",
            "pmc": null,
            "organizations": [],
            "persons": [
                "97861-51627-6"
            ],
            "imported": "2010-02-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": 97862,
            "title": "Lymph node status in corpus and cervix cancer",
            "abstract": null,
            "authors": [
                "Girardi, F",
                "Petru, E",
                "Haas, J"
            ],
            "year": 1991,
            "source": "Gynakol Rundsch. 1991; 31 Suppl 2(10): 263-265. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "1790949",
            "doi": "10.1159/000271760",
            "pmc": null,
            "organizations": [
                "97862-14038"
            ],
            "persons": [
                "97862-51627-6",
                "97862-51624-6"
            ],
            "imported": "2010-02-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": true
        },
        {
            "id": 98246,
            "title": "Krankheitsverarbeitung von Frauen mit Genitalkarzinomen",
            "abstract": null,
            "authors": [
                "Greimel, E",
                "Egger, J",
                "Freidl, W",
                "Hofwartner, B",
                "Lahousen, M"
            ],
            "year": 1991,
            "source": "Gynäkol Rundsch (Suppl 2)1991; 31: -Gemeinsame Tagung der Bayrischen Gesellschaft für Geburtshilfe und Frauenheilkunde un der Österreichischen Gesellschaft für Gynäkologie und Geburtshilfe ; May 29; Munich, GERMANY. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "98246-14024",
                "98246-29447"
            ],
            "persons": [
                "98246-51505",
                "98246-51845"
            ],
            "imported": "2010-02-24T15:49:47+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": 98253,
            "title": "Auswirkung von Streßfaktoren und belastenden Lebensereignissen auf die männliche Fertilität",
            "abstract": null,
            "authors": [
                "Greimel, E",
                "Pusch, HH",
                "Freidl, W"
            ],
            "year": 1991,
            "source": "1. Internationales Grazer Symposion für Andrologie; MAY 10-11; Graz, AUSTRIA. 1991. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "98253-14024"
            ],
            "persons": [
                "98253-51845"
            ],
            "imported": "2010-02-24T16:12:27+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": true
        },
        {
            "id": 98677,
            "title": "DEVELOPMENT OF A HIGHLY SPECIFIC AND SENSITIVE MOLECULAR PROBE FOR DETECTION OF MALIGNANT LYMPHOID-CELLS OF A PATIENT WITH MYCOSIS-FUNGOIDES USING DNA FROM PARAFFIN-EMBEDDED TISSUE FOR PCR AMPLIFICATION",
            "abstract": null,
            "authors": [
                "VOLKENANDT, M",
                "SOYER, HP",
                "KERL, H",
                "BERTINO, JR"
            ],
            "year": 1991,
            "source": "CLIN RES. 1991; 39(2): A569-A569. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:A1991FH32302459",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "98677-14047"
            ],
            "persons": [
                "98677-51620"
            ],
            "imported": "2010-03-01T10:02:19+01:00",
            "journal": "CLIN RES",
            "issn": "0009-9279",
            "collection_publisher": null,
            "collection_title": "CLINICAL RESEARCH; ",
            "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": 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": true
        },
        {
            "id": 98678,
            "title": "DEVELOPMENT OF A HIGHLY SPECIFIC AND SENSITIVE MOLECULAR PROBE FOR DETECTION OF MALIGNANT LYMPHOID-CELLS OF A PATIENT WITH MYCOSIS-FUNGOIDES USING DNA FROM PARAFFIN-EMBEDDED TISSUE FOR PCR AMPLIFICATION",
            "abstract": null,
            "authors": [
                "VOLKENANDT, M",
                "SOYER, HP",
                "KERL, H",
                "BERTINO, JR"
            ],
            "year": 1991,
            "source": "J INVEST DERMATOL. 1991; 96(4): 536-536. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:A1991FE59100050",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "98678-14047"
            ],
            "persons": [
                "98678-51620"
            ],
            "imported": "2010-03-01T10:02:19+01:00",
            "journal": "J INVEST DERMATOL",
            "issn": "0022-202X",
            "collection_publisher": null,
            "collection_title": "JOURNAL OF INVESTIGATIVE DERMATOLOGY; ",
            "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": 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": 98774,
            "title": "Auswirkung von kindlichen Sexualerfahrungen auf das sexuelle Verhalten im Erwachsenenalter",
            "abstract": null,
            "authors": [
                "Greimel, E",
                "Dorfer, M"
            ],
            "year": 1991,
            "source": "2. Grazer Symposium für Kinder- und Jugendgynäkologie; NOV 4-5; Graz, AUSTRIA. 1991. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2010-03-01T16:44:49+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": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 98776,
            "title": "Auswirkung von Streßfaktoren und belastenden Lebensereignissen auf die männliche Fertilität",
            "abstract": null,
            "authors": [
                "Greimel, E",
                "Pusch, HH",
                "Freidl, W"
            ],
            "year": 1991,
            "source": "7. Jahrestagung der Österreichischen Gesellschaft für In Vitro Fertilisierung und assistierte Reproduktion; NOV 22-23; Graz, AUSTRIA. 1991. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "98776-14024"
            ],
            "persons": [
                "98776-51845"
            ],
            "imported": "2010-03-01T16:46:44+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": true
        },
        {
            "id": 98839,
            "title": "Brustkrebs - Ich? Psychische Belastungen von Krebspatientinnen",
            "abstract": null,
            "authors": [
                "Greimel, E"
            ],
            "year": 1991,
            "source": "Frauenberatungsstelle Offener Abend; MAR 12; Graz, AUSTRIA. 1991. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2010-03-02T17:30:08+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": false,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 98840,
            "title": "Psychologische Aspekte unter der Geburt",
            "abstract": null,
            "authors": [
                "Greimel, E"
            ],
            "year": 1991,
            "source": "Fortbildung der frei praktizierenden Hebammen; JUN 20-21; Graz, AUSTRIA. 1991. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2010-03-02T17:31:39+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": false,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 98841,
            "title": "Der Beitrag der Klinischen Psychologie in der Behandlung von Krebspatientinnen",
            "abstract": null,
            "authors": [
                "Greimel, E"
            ],
            "year": 1991,
            "source": "Frauenselbsthilfe nach Krebs; NOV 15; Graz, AUSTRIA. 1991. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2010-03-02T17:32:58+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": false,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 99642,
            "title": "Shedding of ICAM-1 from human melanoma cell lines induced by IFN-gamma and tumor necrosis factor-alpha. Functional consequences on cell-mediated cytotoxicity.",
            "abstract": null,
            "authors": [
                "BECKER, JC",
                "DUMMER, R",
                "HARTMANN, AA",
                "BURG, G",
                "SCHMIDT, RE"
            ],
            "year": 1991,
            "source": "J Immunol. 1991; 147(12):4398-4401",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991GW03100051",
            "pubmed": "1684377",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2010-04-07T17:32:05+02:00",
            "journal": "J IMMUNOL",
            "issn": "0022-1767",
            "collection_publisher": null,
            "collection_title": "JOURNAL OF IMMUNOLOGY; ",
            "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": 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": 99756,
            "title": "Block of cardiac calcium channels by fendiline in guinea pig ventricular cells",
            "abstract": null,
            "authors": [
                "Schreibmayer,W",
                "Tripathi, O",
                "Tritthart, HA",
                ""
            ],
            "year": 1991,
            "source": "Biophysical Journal1991; 59(2):552a-552a.-35th Annual Meeting of the Biophysical Society; 24.2. - 28.2. 1991; San Francisco, USA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "99756-51519"
            ],
            "imported": "2010-04-12T16:34:11+02:00",
            "journal": null,
            "issn": "0006-3495",
            "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": 100519,
            "title": "Permanent cardiac pacing in children",
            "abstract": null,
            "authors": [
                "Stein, JI",
                "Sovinz, P",
                "Anelli-Monti, J",
                "Mächler, H",
                "Dacar, D",
                "Beitzke, A",
                "Suppan, C"
            ],
            "year": 1991,
            "source": "European Heart Journal, Abstract Supplement August 19911991; Vol 12(1991):-XIIIth Congress of the European Society of Cardiology; August 22, 1991; Amsterdam, Netherlands. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "100519-14075"
            ],
            "persons": [
                "100519-51592",
                "100519-59537"
            ],
            "imported": "2010-05-26T16:22:10+02: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": 102933,
            "title": "Primary angiosarcoma of the gallbladder. Case report with review of the literature.",
            "abstract": null,
            "authors": [
                "Hittmair, A",
                "Sandbichler, P",
                "Tötsch, M",
                "Mikuz, G",
                "Schmid, KW"
            ],
            "year": 1991,
            "source": "Pathologe. 1991; 12(5): 279-281. ",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:A1991GF57200010",
            "pubmed": "1946236",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2010-08-02T02:00:00+02:00",
            "journal": "Pathologe",
            "issn": "0172-8113",
            "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": 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": 102935,
            "title": "The radiological diagnosis of the male breast. Mammography, sonography and pathohistological correlation.",
            "abstract": null,
            "authors": [
                "Buchberger, W",
                "Penz, T",
                "Strasser, K",
                "Tötsch, M"
            ],
            "year": 1991,
            "source": "Rofo. 1991; 155(3): 260-266. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991GG93900013",
            "pubmed": "1912545",
            "doi": "10.1055/s-2008-1033258",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2010-08-02T02:00:00+02:00",
            "journal": "Rofo",
            "issn": "0936-6652",
            "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": 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
        }
    ]
}