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=152660&ordering=-year
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 156913,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=152680&ordering=-year",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=152640&ordering=-year",
    "results": [
        {
            "id": 81463,
            "title": "Psychosoziale Aufgaben in der Rehabilitation chronisch Kranker.",
            "abstract": null,
            "authors": [
                "Egger, JW"
            ],
            "year": 1987,
            "source": "Soziale Berufe. 1987; 39(1): 6-9. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "81463-51505"
            ],
            "imported": "2008-06-01T23:15:51+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": 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": 81464,
            "title": "Die Vorstellungen von Schlaganfallpatienten zu den Risikofaktoren ihrer Erkrankung.",
            "abstract": null,
            "authors": [
                "Stix, P",
                "Egger, JW",
                "Ladurner, G"
            ],
            "year": 1987,
            "source": "Der Praktische Arzt. 1987; 41:  366-377. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "81464-51505"
            ],
            "imported": "2008-06-01T23:17:32+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": 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": 81465,
            "title": "Verhaltensmedizinische Forschung zu kardiovaskulären Krankheiten in Österreich.",
            "abstract": null,
            "authors": [
                "Egger, JW"
            ],
            "year": 1987,
            "source": "Österreichische Ärztezeitung. 1987; 42(2): 29-37. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "81465-51505"
            ],
            "imported": "2008-06-01T23:18:57+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": 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": 82149,
            "title": "Innere Drainage von Pankreaspseudozysten durch Zystojejunostomie.",
            "abstract": null,
            "authors": [
                "Stenzl, W",
                "Justich, E",
                "Iberer, F",
                "Uranues, S"
            ],
            "year": 1987,
            "source": "ACTA CHIR AUST. 1987; (2): 337",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "82149-14073"
            ],
            "persons": [
                "82149-51612"
            ],
            "imported": "2008-07-08T17:46:59+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": 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": 82150,
            "title": "Retinopathie bei akuter Pankreatitis.",
            "abstract": null,
            "authors": [
                "Pierer, G",
                "Uranues, S",
                "Juettner, FM",
                "Friess, HG"
            ],
            "year": 1987,
            "source": "ACTA CHIR AUST. 1987; (2): 338",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "82150-14045"
            ],
            "persons": [
                "82150-51612",
                "82150-51615"
            ],
            "imported": "2008-07-08T17:54:32+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": 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": 82643,
            "title": "Zur Diagnostik der instabilen Harnblase:Funktionelle Aussagen mittels modifizierter Miktionszystourethrographie im Kindesalter.",
            "abstract": null,
            "authors": [
                "Fotter, R",
                "Kopp,W",
                "Klein, GE",
                "Höllwarth,M"
            ],
            "year": 1987,
            "source": "Kinder- und Jugendarzt. 1987; 18(1):",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "82643-14049"
            ],
            "persons": [
                "82643-51876"
            ],
            "imported": "2008-08-08T21:51:34+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": 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": 82821,
            "title": "Practical application of the new standardized examination form",
            "abstract": null,
            "authors": [
                "Forche, G",
                "Harnoncourt, K",
                "Feldner, H",
                "Haber, P",
                "Raber, W",
                "Schlick, W",
                "Zach, M"
            ],
            "year": 1987,
            "source": "Wien Med Wochenschr Suppl. 1987; 103(5): 5-7. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "3272083",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2008-08-29T02:00:00+02:00",
            "journal": "Wien Med Wochenschr Suppl",
            "issn": "0301-7826",
            "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": 82822,
            "title": "PEP mask physiotherapy: development of a high pressure method for mobilization of secretions in mucoviscidosis",
            "abstract": null,
            "authors": [
                "Zach, M",
                "Oberwaldner, B"
            ],
            "year": 1987,
            "source": "Wien Med Wochenschr Suppl. 1987; 103(5): 50-51. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "3272084",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2008-08-29T02:00:00+02:00",
            "journal": "Wien Med Wochenschr Suppl",
            "issn": "0301-7826",
            "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": 82824,
            "title": "Bronchial provocation tests in the management of childhood asthma",
            "abstract": null,
            "authors": [
                "Zach, M"
            ],
            "year": 1987,
            "source": "Schweiz Rundsch Med Prax. 1987; 76(21): 592-596. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "3602775",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2008-08-29T02:00:00+02:00",
            "journal": "Schweiz Rundsch Med Prax",
            "issn": "1013-2058",
            "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": 82825,
            "title": "Pediatric asthma management: the potential role of sports and training programs",
            "abstract": null,
            "authors": [
                "Zach, M"
            ],
            "year": 1987,
            "source": "Schweiz Rundsch Med Prax. 1987; 76(21): 601-604. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "3602777",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2008-08-29T02:00:00+02:00",
            "journal": "Schweiz Rundsch Med Prax",
            "issn": "1013-2058",
            "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": 82938,
            "title": "CHANGES IN EARLY FLOWS AS PREDICTORS OF CHANGES IN LATE FLOWS AFTER BRONCHODILATION IN CF-PATIENTS - REPLY",
            "abstract": null,
            "authors": [
                "ZACH, MS"
            ],
            "year": 1987,
            "source": "PEDIAT PULM. 1987; 3(3): 201-201. ",
            "category": 1,
            "document_type": 2,
            "sci": "ISI:A1987J193100019",
            "pubmed": null,
            "doi": "10.1002/ppul.1950030315",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2008-09-02T15:41:28+02:00",
            "journal": "PEDIAT PULM",
            "issn": "8755-6863",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.184,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.676056338028169,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PEDIATRICS",
            "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": 83516,
            "title": "Anwendung von Theophyllin in der kinderärztlichen Praxis.",
            "abstract": null,
            "authors": [
                "Zach, M"
            ],
            "year": 1987,
            "source": " In: Hofmann, D editors(s). Theophyllintherapie bei Kindern. Frankfurt am Main: pmi-Verlag;  1987. ",
            "category": 6,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2008-09-23T14:01:40+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": "Hofmann, D",
            "collection_title": "Theophyllintherapie bei Kindern",
            "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": 83517,
            "title": "Die klinische Bedeutung einer neuen Bronchusprovokationsmethode.",
            "abstract": null,
            "authors": [
                "Zach, M"
            ],
            "year": 1987,
            "source": " In: Schmidt-Redemann, B; Gonda, S editors(s). Chronische Erkrankungen der Atemwege im Kindesalter. Berlin: Springer-Verlag;  1987. ",
            "category": 6,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2008-09-23T14:04:15+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": "Schmidt-Redemann, B; Gonda, S",
            "collection_title": "Chronische Erkrankungen der Atemwege im Kindesalter",
            "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": 83518,
            "title": "Methoden zur Messung der bronchialen Reaktivität.",
            "abstract": null,
            "authors": [
                "Zach, M"
            ],
            "year": 1987,
            "source": " In: Wahn, U; Seger, R; Wahn, V editors(s). Pädiatrische Allergologie und Immunologie. Stuttgart: Gustav Fischer Verlag;  1987. ",
            "category": 6,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2008-09-23T14:06:02+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": "Wahn, U; Seger, R; Wahn, V",
            "collection_title": "Pädiatrische Allergologie und Immunologie",
            "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": 83519,
            "title": "Krupp und Allergie.",
            "abstract": null,
            "authors": [
                "Zach, M"
            ],
            "year": 1987,
            "source": " In: Wahn, U; Seger, R; Wahn, V editors(s). Pädiatrische Allergologie und Immunologie. Stuttgart: Gustav Fischer Verlag;  1987. ",
            "category": 6,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2008-09-23T14:08:22+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": "Wahn, U; Seger, R; Wahn, V",
            "collection_title": "Pädiatrische Allergologie und Immunologie",
            "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": 85649,
            "title": "Tungiasis.",
            "abstract": null,
            "authors": [
                "Richtig, E"
            ],
            "year": 1987,
            "source": "Klinikseminar; Dec 15, 1987; Graz. 1987. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "85649-14047"
            ],
            "persons": [
                "85649-52274"
            ],
            "imported": "2008-11-16T22:05:13+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 85650,
            "title": "Psoriasis cum pustulatione.",
            "abstract": null,
            "authors": [
                "Richtig, E"
            ],
            "year": 1987,
            "source": "Klinikseminar; Dec 15, 1987; Graz. 1987. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "85650-14047"
            ],
            "persons": [
                "85650-52274"
            ],
            "imported": "2008-11-16T22:06:34+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 86896,
            "title": "Importance of the ossicle and therapy of Osgood-Schlatter disease",
            "abstract": null,
            "authors": [
                "Engel, A",
                "Windhager, R"
            ],
            "year": 1987,
            "source": "Sportverletz Sportschaden. 1987; 1(2):100-108",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "3508010",
            "doi": "10.1055/s-2007-993701",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-01-19T01:00:00+01:00",
            "journal": "Sportverletz Sportschaden",
            "issn": "0932-0555",
            "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": 87257,
            "title": "PROSTAGLANDIN (PG)-E2 IS A MEDIATOR OF 5-HYDROXYTRYPTAMINE (5-HT) INDUCED FLUID SECRETION IN THE HUMAN JEJUNUM",
            "abstract": null,
            "authors": [
                "MUNCK, LK",
                "MERTZNIELSEN, A",
                "WESTH, H",
                "BUKHAVE, K",
                "BEUBLER, E",
                "RASKMADSEN, J"
            ],
            "year": 1987,
            "source": "GUT. 1987; 28(10): A1396-A1396. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:A1987K449400329",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "87257-14022"
            ],
            "persons": [
                "87257-51667"
            ],
            "imported": "2009-02-06T13:39:04+01:00",
            "journal": "GUT",
            "issn": "0017-5749",
            "collection_publisher": null,
            "collection_title": "GUT; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.95,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.954545454545455,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "GASTROENTEROLOGY & HEPATOLOGY",
            "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": 87258,
            "title": "PHORBOL ESTER STIMULATION OF INTESTINAL FLUID SECRETION - INVOLVEMENT OF PROSTAGLANDIN-E2 BUT NOT OF 5-HYDROXYTRYPTAMINE",
            "abstract": null,
            "authors": [
                "BEUBLER, E",
                "BURG, G",
                "HINTERLEITNER, T",
                "SARIA, A"
            ],
            "year": 1987,
            "source": "Z GASTROENTEROL. 1987; 25(9): 618-618. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:A1987K269900011",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "87258-14022",
                "87258-14081"
            ],
            "persons": [
                "87258-51667"
            ],
            "imported": "2009-02-06T13:39:04+01:00",
            "journal": "Z GASTROENTEROL",
            "issn": "0044-2771",
            "collection_publisher": null,
            "collection_title": "ZEITSCHRIFT FUR GASTROENTEROLOGIE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.68,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.431818181818182,
            "impactfactor_norm_year": 1998,
            "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": false,
            "local_affiliation": false
        }
    ]
}