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=151740&ordering=-imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 156889,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=151760&ordering=-imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=151720&ordering=-imported",
    "results": [
        {
            "id": 65790,
            "title": "Hepatocellular bile salt transport: lessons from cholestasis.",
            "abstract": null,
            "authors": [
                "Trauner, M",
                "Fickert, P",
                "Stauber, RE"
            ],
            "year": 2000,
            "source": "Can J Gastroenterol. 2000; 14 Suppl D(3):99D-104",
            "category": 1,
            "document_type": 3,
            "sci": null,
            "pubmed": "11110621",
            "doi": "10.1155/2000/870929",
            "pmc": null,
            "organizations": [
                "65790-14081"
            ],
            "persons": [
                "65790-51530-6",
                "65790-52938-6"
            ],
            "imported": "2007-02-16T01:00:00+01:00",
            "journal": "Can J Gastroenterol",
            "issn": "0835-7900",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.645,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.488888888888889,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "GASTROENTEROLOGY & HEPATOLOGY",
            "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": 65687,
            "title": "Dimenhydrinate poisoning in childhood (author's transl)",
            "abstract": null,
            "authors": [
                "Borkenstein, M",
                "Haidvogl, M"
            ],
            "year": 1978,
            "source": "Padiatr Padol. 1978; 13(2): 201-204. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1978EU81000012",
            "pubmed": "643296",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "65687-51654-2"
            ],
            "imported": "2007-02-16T01:00:00+01:00",
            "journal": "Padiatr Padol",
            "issn": "0030-9338",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": 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": 65688,
            "title": "Clinical aspects of the Dubowitz syndrome",
            "abstract": null,
            "authors": [
                "Borkenstein, M",
                "Falk, W"
            ],
            "year": 1978,
            "source": "Wien Med Wochenschr. 1978; 128(1): 14-17. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1978EK05900003",
            "pubmed": "203127",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "65688-51654-1"
            ],
            "imported": "2007-02-16T01:00:00+01:00",
            "journal": "Wien Med Wochenschr",
            "issn": "0043-5341",
            "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": true
        },
        {
            "id": 65689,
            "title": "The training of the juvenile diabetic",
            "abstract": null,
            "authors": [
                "Borkenstein, M",
                "Rath, K",
                "Sulzer, M"
            ],
            "year": 1978,
            "source": "Wien Med Wochenschr. 1978; 128(7): 204-208. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1978EW77300004",
            "pubmed": "645097",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "65689-51654-2"
            ],
            "imported": "2007-02-16T01:00:00+01:00",
            "journal": "Wien Med Wochenschr",
            "issn": "0043-5341",
            "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
        },
        {
            "id": 65690,
            "title": "Clinical picture and diagnosis of hypophyseal dwarfism",
            "abstract": null,
            "authors": [
                "Stögmann, W",
                "Borkenstein, M",
                "Gleispach, H"
            ],
            "year": 1978,
            "source": "Wien Med Wochenschr. 1978; 128(14): 423-427. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1978FL57000005",
            "pubmed": "706390",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "65690-51654-6"
            ],
            "imported": "2007-02-16T01:00:00+01:00",
            "journal": "Wien Med Wochenschr",
            "issn": "0043-5341",
            "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": 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": 65679,
            "title": "Treatment of cryptorchidism by intranasal synthetic luteinising-hormone releasing hormone. Results of a collaborative double-blind study.",
            "abstract": null,
            "authors": [
                "Illig, R",
                "Exner, GU",
                "Kollmann, F",
                "Kellerer, K",
                "Borkenstein, M",
                "Lunglmayr, L",
                "Kuber, W",
                "Prader, A"
            ],
            "year": 1977,
            "source": "Lancet. 1977; 2(8037): 518-520. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1977DT59500002",
            "pubmed": "95729",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "65679-51654-6"
            ],
            "imported": "2007-02-16T01:00:00+01:00",
            "journal": "Lancet",
            "issn": "0140-6736",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 17.332,
            "impactfactor_year": 1994,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 65788,
            "title": "MDR3 (ABCB4) defects: a paradigm for the genetics of adult cholestatic syndromes.",
            "abstract": null,
            "authors": [
                "Trauner, M",
                "Fickert, P",
                "Wagner, M"
            ],
            "year": 2007,
            "source": "Semin Liver Dis. 2007; 27(1):77-98",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000245438100007",
            "pubmed": "17295178",
            "doi": "10.1055/s-2006-960172",
            "pmc": null,
            "organizations": [
                "65788-14081"
            ],
            "persons": [
                "65788-52938-6",
                "65788-57377-6"
            ],
            "imported": "2007-02-16T01:00:00+01:00",
            "journal": "Semin Liver Dis",
            "issn": "0272-8087",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 5.814,
            "impactfactor_year": 2007,
            "impactfactor_norm": 0.826086956521739,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "GASTROENTEROLOGY & HEPATOLOGY",
            "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": true,
            "local_affiliation": true
        },
        {
            "id": 65789,
            "title": "Primary sclerosing cholangitis--the arteriosclerosis of the bile duct?",
            "abstract": null,
            "authors": [
                "Fickert, P",
                "Moustafa, T",
                "Trauner, M"
            ],
            "year": 2007,
            "source": "Lipids Health Dis. 2007; 6(2):3-3",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000247490800001",
            "pubmed": "17254334",
            "doi": "10.1186/1476-511X-6-3",
            "pmc": "PMC1796546",
            "organizations": [
                "65789-14081"
            ],
            "persons": [
                "65789-52938-1",
                "65789-57596-6"
            ],
            "imported": "2007-02-16T01:00:00+01:00",
            "journal": "Lipids Health Dis",
            "issn": "1476-511X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.062,
            "impactfactor_year": 2008,
            "impactfactor_norm": 0.384057971014493,
            "impactfactor_norm_year": 2008,
            "impactfactor_norm_category": "BIOCHEMISTRY & MOLECULAR BIOLOGY",
            "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": true,
            "local_affiliation": true
        },
        {
            "id": 65669,
            "title": "Optic nerve hypoplasia and growth hormone deficiency: de Morsier's syndrome",
            "abstract": null,
            "authors": [
                "Mutz, I",
                "Millner, M",
                "Borkenstein, M"
            ],
            "year": 1984,
            "source": "Wien Klin Wochenschr. 1984; 96(11): 432-435. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984SV43700008",
            "pubmed": "6475068",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "65669-51654-6"
            ],
            "imported": "2007-02-16T01:00:00+01:00",
            "journal": "Wien Klin Wochenschr",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.268,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.551401869158878,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 65665,
            "title": "Lebensqualität und Sexualfunktion nach Behandlung des Zervixkarzinoms: eine Langzeit-Follow-up Studie",
            "abstract": null,
            "authors": [
                "Greimel, E",
                "Winter, R",
                "Kapp, K",
                "Haas, J"
            ],
            "year": 2007,
            "source": "Gemeinsame Tagung\r\nBayerische Gesellschaft für Geburtshilfe und Frauenheilkunde und\r\nÖsterreichische Gesellschaft für Gynäkologie und Geburtshilfe; JUNE, 7-9; München. 2007. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "65665-14038",
                "65665-14060",
                "65665-14063"
            ],
            "persons": [
                "65665-51627"
            ],
            "imported": "2007-02-15T17:06:01+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": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 65664,
            "title": "Zur Notwendigkeit der Parametrienresektion bei der Behandlung des invasiven Zervixkarzinoms",
            "abstract": null,
            "authors": [
                "Winter, R"
            ],
            "year": 2007,
            "source": "Gemeinsame Tagung \r\nBayerische Gesellschaft für Geburtshilfe und Frauenheilkunde und\r\nÖsterreichische Gesellschaft für Gynäkologie und Geburtshilfe \r\n; JUNE, 7-9; München. 2007. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "65664-14063"
            ],
            "persons": [],
            "imported": "2007-02-15T17:00:54+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": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 65663,
            "title": "Endometriumkarzinom: Operative Standards",
            "abstract": null,
            "authors": [
                "Winter, R"
            ],
            "year": 2007,
            "source": "XVI.Wissenschaftliche Tagung der Arbeitsgemeinschaft für gynäkologische Onkologie; APRIL, 19-21; Salzburg. 2007. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "65663-14063"
            ],
            "persons": [],
            "imported": "2007-02-15T16:49: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": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 65660,
            "title": "Hypoxia sensing in the pulmonary circulation and Ductis arteriosus",
            "abstract": null,
            "authors": [
                "Olschewski, A"
            ],
            "year": 2006,
            "source": "22. Unincorporated Channel Meeting ; 15.-16.09.2006; Hannover, Deutschland. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "65660-14044"
            ],
            "persons": [
                "65660-54345"
            ],
            "imported": "2007-02-15T16:07:26+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": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 65659,
            "title": "Update of K channels and TRP channels",
            "abstract": null,
            "authors": [
                "Olschewski, A"
            ],
            "year": 2006,
            "source": "Deutsch-Österreichische-Schweizerische Summerschool für Kardiologen und Pneumologen ; 23.08.-28.08.2006; Brienz (Schweiz). 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "65659-14044"
            ],
            "persons": [
                "65659-54345"
            ],
            "imported": "2007-02-15T16:04:18+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": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 65658,
            "title": "Ion channels in regulation of (pulmonary) vascular tone.",
            "abstract": null,
            "authors": [
                "Olschewski, A"
            ],
            "year": 2006,
            "source": "; 21.06.2006; University of Minnesota, Department of Cardiology, VAMC, Minneapolis, Minnesota, USA. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "65658-14044"
            ],
            "persons": [
                "65658-54345"
            ],
            "imported": "2007-02-15T16:00:21+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": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 65656,
            "title": "Psychosomatische Intelligenz",
            "abstract": null,
            "authors": [
                "Fazekas, C"
            ],
            "year": 2006,
            "source": "Wien: Springer; 2006. pp. 290. (ISBN 3-211-21107-1) ",
            "category": 4,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "65656-29447"
            ],
            "persons": [
                "65656-50774"
            ],
            "imported": "2007-02-15T15:31:45+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": true
        },
        {
            "id": 65655,
            "title": "WHEN IS A SEQUENCE OF SUFFICIENT SIGMA-ALGEBRAS A FILTER SYSTEM",
            "abstract": null,
            "authors": [
                "STRONEGGER, WJ"
            ],
            "year": 1991,
            "source": "SYST CONTROL LETT. 1991; 16(6): 473-477. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991FU41100009",
            "pubmed": null,
            "doi": "10.1016/0167-6911(91)90119-Y",
            "pmc": null,
            "organizations": [],
            "persons": [
                "65655-51741-2"
            ],
            "imported": "2007-02-15T14:40:18+01:00",
            "journal": "SYST CONTROL LETT",
            "issn": "0167-6911",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.689,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.659574468085106,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "ROBOTICS & AUTOMATIC CONTROL",
            "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": 65653,
            "title": "Burns in Babies – Intensive medicine aspects ",
            "abstract": null,
            "authors": [
                "Trop, M"
            ],
            "year": 2006,
            "source": "European Club for Pediatric Burns Workshop ; OKT 27-29, 2006; Vilnius, LITAUEN. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "65653-14048"
            ],
            "persons": [],
            "imported": "2007-02-15T12:05: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": true,
            "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": 65597,
            "title": "DEMONSTRATION OF C-MYC MESSENGER-RNA EXPRESSION IN CUTANEOUS TUMORS BY 2 INDEPENDENT TECHNIQUES",
            "abstract": null,
            "authors": [
                "SMOLLE, J",
                "RUHRI, C",
                "PUETZ, B",
                "SOYER, HP",
                "WIRNSBERGER, G",
                "KERL, H",
                "HOEFLER, H"
            ],
            "year": 1988,
            "source": "JOURNAL OF INVESTIGATIVE DERMATOLOGY. 1988; 90(2): 252-252. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:A1988L951700108",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "65597-51617",
                "65597-51620"
            ],
            "imported": "2007-02-15T11:00:50+01:00",
            "journal": "JOURNAL OF INVESTIGATIVE DERMATOLOGY",
            "issn": "0022-202X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.826,
            "impactfactor_year": 1994,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "DERMATOLOGY, VENERAL DISEASES",
            "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": 65636,
            "title": "PROGNOSTIC VALUE OF SIMULATION-BASED IMAGE-ANALYSIS IN CUTANEOUS MALIGNANT-MELANOMA",
            "abstract": null,
            "authors": [
                "SMOLLE, J",
                "HOFMANNWELLENHOF, R",
                "KOFLER, R",
                "KERL, H"
            ],
            "year": 1993,
            "source": "CLINICAL RESEARCH. 1993; 41(2): A430-A430. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:A1993KW76101784",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "65636-51617",
                "65636-51620",
                "65636-51711"
            ],
            "imported": "2007-02-15T11:00:50+01:00",
            "journal": "CLINICAL RESEARCH",
            "issn": "0009-9279",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 57.778,
            "impactfactor_year": 1994,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": 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
        }
    ]
}