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=600&ordering=year
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 156933,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=620&ordering=year",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=580&ordering=year",
    "results": [
        {
            "id": 73285,
            "title": "Serumferritin and the anemia of rheumatoid arthritis",
            "abstract": null,
            "authors": [
                "Linkesch,W",
                "Scherak,O"
            ],
            "year": 1978,
            "source": "Proceedings of the 15th ISH1978; 1: 182-182.-17th Congress of ISH and 15th Congress of ISBT; AUG  5.12, 1978; Paris. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "73285-14082"
            ],
            "persons": [],
            "imported": "2008-01-10T14:43:20+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": 73286,
            "title": "Heme Synthesis in the anemia of rheumatoid arthritis",
            "abstract": null,
            "authors": [
                "Linkesch,W",
                "Scherak,O",
                "Müller,M"
            ],
            "year": 1978,
            "source": "Proceedings of the 15th ISH1978; 1: 785-785.-17th Congress of ISH and 15th Confress of ISBT; AUG  5.12, 1978; Paris. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "73286-14082"
            ],
            "persons": [],
            "imported": "2008-01-10T14:52:37+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": 73288,
            "title": "Heme synthetizing enzymes in patients on regular dialysis treatment",
            "abstract": null,
            "authors": [
                "Linkesch,W",
                "Legenstein,E",
                "Stummvoll,HK",
                "Wolf,A"
            ],
            "year": 1978,
            "source": "Proceedings of the 17th ISH1978; 1: 785-785.-!7th Congress of ISH and 15th Congress of ISBT; AUG  5.12, 1978; Paris. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "73288-14082"
            ],
            "persons": [],
            "imported": "2008-01-10T15:01: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": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 73291,
            "title": "Estimation of bone marrow reserve with dexamethasone in cytotoxic chemotherapiy",
            "abstract": null,
            "authors": [
                "Linkesch,W",
                "Kornauth,W",
                "Kühböck,J",
                "Pötzi,P"
            ],
            "year": 1978,
            "source": "Proceedings of the 17th ISH1978; 1: 943-943.-17th Congress of ISH and 15th Congress of ISBT; AUG  5.12, 1978; Paris. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "73291-14082"
            ],
            "persons": [],
            "imported": "2008-01-10T15:35:42+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": 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": 73292,
            "title": "Hämsynthese bei anämischen Patienten mit chronischer Polyarthritis",
            "abstract": null,
            "authors": [
                "Linkesch,W",
                "Scherak,M",
                "Müller,M"
            ],
            "year": 1978,
            "source": "Konferenzband1978; 8-8.-18. Tagung der Deutschen Gesellschaft für Rheumatologie; WAY 18-21. 1978; Wien. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "73292-14082"
            ],
            "persons": [],
            "imported": "2008-01-10T15:44: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": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 73294,
            "title": "Serumferritin bei Patienten mit chronischer Polyarthritis",
            "abstract": null,
            "authors": [
                "Linkesch,W",
                "Scherak,O",
                "Kolbe,H"
            ],
            "year": 1978,
            "source": "Konferenzband1978; 27-27.-18. Tagung der Deutschen Gesellschaft für Rheumatologie; MAY 18-21. 1978; Wien. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "73294-14082"
            ],
            "persons": [],
            "imported": "2008-01-10T15:52:02+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 73297,
            "title": "Serumferritin bei Frühgeborenen",
            "abstract": null,
            "authors": [
                "Haschke,F",
                "Linkesch,W",
                "Pavelka,R"
            ],
            "year": 1978,
            "source": "Konferenzband1978; 113-113.-15. Jahrestagung der Österr. Ges. f. Kinderheilkunde; FEB 8-10, 1978; Wien. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "73297-14082"
            ],
            "persons": [],
            "imported": "2008-01-10T16:00:43+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": 73299,
            "title": "Serumferritin levels in gestosis and normal pregnancies",
            "abstract": null,
            "authors": [
                "Kofler,R",
                "Linkesch,W",
                "Pavelka,R"
            ],
            "year": 1978,
            "source": "Proceedings1978; 26-26.-10th Internat. Meeting Organisation Gestosis; JUL 4-8, 1978; Cairo. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "73299-14082"
            ],
            "persons": [],
            "imported": "2008-01-10T16:08:35+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": 73307,
            "title": "Quantitative evaluation of the action of perhexiline in angina pectoris",
            "abstract": null,
            "authors": [
                "Niederberger,M",
                "Linkesch,W",
                "Glogar,D",
                "Joskowicz,G"
            ],
            "year": 1978,
            "source": "Perhexiline Maleat. Amsterdam- New York: Excerpta Medica;  1978. p. 125-130. ",
            "category": 6,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "73307-14082"
            ],
            "persons": [],
            "imported": "2008-01-10T16:30:08+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": "Perhexiline Maleat",
            "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": 74587,
            "title": "Kindliche Neurosen.",
            "abstract": null,
            "authors": [
                "Pakesch, E",
                "Pieringer, W"
            ],
            "year": 1978,
            "source": "Österreichische Ärztezeitung. 1978; ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2008-02-12T16:59:32+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 74946,
            "title": "Psychological management of children with malignancies and their families (author's transl)",
            "abstract": null,
            "authors": [
                "Urban, CE",
                "Mutz, ID"
            ],
            "year": 1978,
            "source": "Padiatr Padol. 1978; 13(2): 137-144. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1978EU81000004",
            "pubmed": "643290",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2008-02-18T01:00:00+01:00",
            "journal": "Padiatr Padol",
            "issn": "0030-9338",
            "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": 74949,
            "title": "Dimethyl-triazeno-imidazole-carboxamide (DTIC) in combination chemotherapy for childhood neuroblastoma (author's transl)",
            "abstract": null,
            "authors": [
                "Mutz, ID",
                "Urban, CE"
            ],
            "year": 1978,
            "source": "Wien Klin Wochenschr. 1978; 90(24): 867-870. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1978GC14300006",
            "pubmed": "741754",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2008-02-18T01: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": false,
            "impactfactor": 0.268,
            "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": true
        },
        {
            "id": 75243,
            "title": "Ein pragmatisches Kurzverfahren zur Reduktion spontaner affektiver Belastungen.",
            "abstract": null,
            "authors": [
                "Egger, JW"
            ],
            "year": 1978,
            "source": " In: Halhuber, MJ; editors(s). Psychosozialer Streß und koronare Herzkrankheit. II: Berlin: Springer;  1978. p. 6. (ISBN: 3-540-08902-0) ",
            "category": 6,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "75243-51505"
            ],
            "imported": "2008-02-19T16:25:12+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": "Halhuber, MJ;",
            "collection_title": "Psychosozialer Streß und koronare Herzkrankheit",
            "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": 75301,
            "title": "Is the effect of diphenolic laxatives mediated via release of prostaglandin E?",
            "abstract": null,
            "authors": [
                "Beubler, E",
                "Juan, H"
            ],
            "year": 1978,
            "source": "Experientia. 1978; 34(3):386-387",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1978ER46100064",
            "pubmed": "631275",
            "doi": "10.1007/BF01923051",
            "pmc": null,
            "organizations": [],
            "persons": [
                "75301-51667-2"
            ],
            "imported": "2008-02-20T01:00:00+01:00",
            "journal": "Experientia",
            "issn": "0014-4754",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.615,
            "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": 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": 75304,
            "title": "Prostaglandins and gastrointestinal functions (author's transl)",
            "abstract": null,
            "authors": [
                "Beubler, E"
            ],
            "year": 1978,
            "source": "Z Gastroenterol. 1978; 16(8): 479-489. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1978FL45900001",
            "pubmed": "685344",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "75304-51667-2"
            ],
            "imported": "2008-02-20T01:00:00+01:00",
            "journal": "Z Gastroenterol",
            "issn": "0044-2771",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.68,
            "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": 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": 75306,
            "title": "PGE-release, blood flow and transmucosal water movement after mechanical stimulation of the rat jejunal mucosa.",
            "abstract": null,
            "authors": [
                "Beubler, E",
                "Juan, H"
            ],
            "year": 1978,
            "source": "Naunyn Schmiedebergs Arch Pharmacol. 1978; 305(1):91-95",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1978FW99200013",
            "pubmed": "723974",
            "doi": "10.1007/BF00497010",
            "pmc": null,
            "organizations": [],
            "persons": [
                "75306-51667-2"
            ],
            "imported": "2008-02-20T01:00:00+01:00",
            "journal": "Naunyn Schmiedebergs Arch Pharmacol",
            "issn": "0028-1298",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.813,
            "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": 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": 75307,
            "title": "Effects of PGE2 and colchicine on the intestinal fluid volume.",
            "abstract": null,
            "authors": [
                "Beubler, E",
                "Lembeck, F",
                "Schweditsch, M"
            ],
            "year": 1978,
            "source": "Naunyn Schmiedebergs Arch Pharmacol. 1978; 301(3): 195-199. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1978EQ51100008",
            "pubmed": "273148",
            "doi": "10.1007/BF00507037",
            "pmc": null,
            "organizations": [],
            "persons": [
                "75307-51667-2"
            ],
            "imported": "2008-02-20T01:00:00+01:00",
            "journal": "Naunyn Schmiedebergs Arch Pharmacol",
            "issn": "0028-1298",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.813,
            "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": 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": 75308,
            "title": "PGE-mediated laxative effect of diphenolic laxatives.",
            "abstract": null,
            "authors": [
                "Beubler, E",
                "Juan, H"
            ],
            "year": 1978,
            "source": "Naunyn Schmiedebergs Arch Pharmacol. 1978; 305(3):241-246",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1978GE28900008",
            "pubmed": "740051",
            "doi": "10.1007/BF00498817",
            "pmc": null,
            "organizations": [],
            "persons": [
                "75308-51667-2"
            ],
            "imported": "2008-02-20T01:00:00+01:00",
            "journal": "Naunyn Schmiedebergs Arch Pharmacol",
            "issn": "0028-1298",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.813,
            "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": 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": 75446,
            "title": "Make a diagnosis",
            "abstract": null,
            "authors": [
                "Karl, H",
                "Urban, C"
            ],
            "year": 1978,
            "source": "Padiatr Padol. 1978; 13(3): 311-314. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1978FG08700010",
            "pubmed": "673436",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2008-02-20T01: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": 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": 75581,
            "title": "Clinical experience with the use of continuous positive airway pressure delivered by the nasal route (N-CPAP) (author's transl)",
            "abstract": null,
            "authors": [
                "Rosegger, H",
                "Müller, WD"
            ],
            "year": 1978,
            "source": "Monatsschr Kinderheilkd. 1978; 126(1): 32-39. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1978EJ43700008",
            "pubmed": "342922",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "75581-51643-6"
            ],
            "imported": "2008-02-21T01:00:00+01:00",
            "journal": "Monatsschr Kinderheilkd",
            "issn": "0026-9298",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.163,
            "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": 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
        }
    ]
}