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=156680&ordering=-year
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 156885,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=156700&ordering=-year",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=156660&ordering=-year",
    "results": [
        {
            "id": 62950,
            "title": "Preoperative improvement of myocardial function in aged patients using single doses of beta-methyldigoxine].",
            "abstract": null,
            "authors": [
                "List, WF",
                "Rigler, B",
                "Kraft-Kinz, J"
            ],
            "year": 1973,
            "source": "Med Klin. 1973; 68(33):1082-1086",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "4731414",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-12-13T01:00:00+01:00",
            "journal": "Med Klin",
            "issn": "0025-8458",
            "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": 62951,
            "title": "The use of niflumic acid (Actol) in surgery. Report on 100 cases",
            "abstract": null,
            "authors": [
                "Klepp, G",
                "Rigler, B"
            ],
            "year": 1973,
            "source": "Ther Ggw. 1973; 112(5): 810 passim-810 passim. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "4708584",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-12-13T01:00:00+01:00",
            "journal": "Ther Ggw",
            "issn": "0040-5965",
            "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": 64918,
            "title": "Pseudorandom testing technique for the characterization of local hemodynamic control.",
            "abstract": null,
            "authors": [
                "Rubenstein, HJ",
                "Kenner, T",
                "Ono, K"
            ],
            "year": 1973,
            "source": "Pflugers Arch. 1973; 343(4): 309-316. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1973R285300004",
            "pubmed": "4796823",
            "doi": "10.1007/BF00595818",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-01-22T01:00:00+01:00",
            "journal": "Pflugers Arch",
            "issn": "0031-6768",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.921,
            "impactfactor_year": 1994,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": "PHYSIOLOGY",
            "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": 65736,
            "title": "DYNAMIC PROPERTIES OF LOCAL REGULATION OF BLOOD-FLOW AND BLOOD-PRESSURE IN DIFFERENT ARTERIAL BEDS",
            "abstract": null,
            "authors": [
                "ONO, K",
                "BERGMANN, H",
                "KENNER, T"
            ],
            "year": 1973,
            "source": "PFLUGERS ARCH-EUR J PHYSIOL. 1973; 343:  R27-R27. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:A1973R083000053",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-02-16T13:09:12+01:00",
            "journal": "PFLUGERS ARCH-EUR J PHYSIOL",
            "issn": "0031-6768",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.921,
            "impactfactor_year": 1994,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": "PHYSIOLOGY",
            "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": 65737,
            "title": "COMPARATIVE DYNAMIC ANALYSIS OF EFFECT OF VASOACTIVE DRUGS ON BLOOD-PRESSURE OF DIFFERENT ANIMALS",
            "abstract": null,
            "authors": [
                "BERGMANN, H",
                "ONO, K",
                "WUTZ, W",
                "KENNER, T"
            ],
            "year": 1973,
            "source": "PFLUGERS ARCH-EUR J PHYSIOL. 1973; 339:  R20-R20. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:A1973P340400039",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-02-16T13:09:12+01:00",
            "journal": "PFLUGERS ARCH-EUR J PHYSIOL",
            "issn": "0031-6768",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.921,
            "impactfactor_year": 1994,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": "PHYSIOLOGY",
            "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": 68406,
            "title": "The blood levels of alpha-ketoglutaric acid at the various stages of the carcinoma of the cervix of the uterus (author's transl)",
            "abstract": null,
            "authors": [
                "Binder, M",
                "Winter, R"
            ],
            "year": 1973,
            "source": "Arch Gynakol. 1973; 215(3): 315-324. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1973R011300007",
            "pubmed": "4800863",
            "doi": "10.1007/BF00672815",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-09-18T02:00:00+02:00",
            "journal": "Arch Gynakol",
            "issn": "0003-9128",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.054,
            "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": true
        },
        {
            "id": 68408,
            "title": "Cesarean section and respiratory distress syndrome",
            "abstract": null,
            "authors": [
                "Winter, R",
                "Standach, A"
            ],
            "year": 1973,
            "source": "Wien Med Wochenschr. 1973; 123(23): 357-359. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "4712091",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-09-18T02:00:00+02: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": 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": 70718,
            "title": "Combination of disk-electrophoresis and immunodiffusion for protein analysis of aqueous humor (author's transl)",
            "abstract": null,
            "authors": [
                "Schmut, O",
                "Zirm, M"
            ],
            "year": 1973,
            "source": "Albrecht Von Graefes Arch Klin Exp Ophthalmol. 1973; 188(3): 217-220. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1973R198700006",
            "pubmed": "4203282",
            "doi": "10.1007/BF00410974",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-10-19T02:00:00+02:00",
            "journal": "Albrecht Von Graefes Arch Klin Exp Ophthalmol",
            "issn": "0065-6100",
            "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": 70719,
            "title": "Immunglobulin concentration in human aqueous humor related to age and sex (author's transl)",
            "abstract": null,
            "authors": [
                "Zirm, M",
                "Schmut, O"
            ],
            "year": 1973,
            "source": "Albrecht Von Graefes Arch Klin Exp Ophthalmol. 1973; 188(3): 239-243. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1973R198700009",
            "pubmed": "4543667",
            "doi": "10.1007/BF00410977",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-10-19T02:00:00+02:00",
            "journal": "Albrecht Von Graefes Arch Klin Exp Ophthalmol",
            "issn": "0065-6100",
            "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": 75660,
            "title": "On the specificity of antisera against prostaglandins A2 and E2.",
            "abstract": null,
            "authors": [
                "Jobke, A",
                "Peskar, BA",
                "Peskar, BM"
            ],
            "year": 1973,
            "source": "FEBS Lett. 1973; 37(2): 192-196. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1973R599000019",
            "pubmed": "4202823",
            "doi": "10.1016/0014-5793(73)80456-9",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2008-02-21T01:00:00+01:00",
            "journal": "FEBS Lett",
            "issn": "0014-5793",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.6,
            "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": 77216,
            "title": "Die Langzeitbehandlung der zystischen Fibrose (Mucoviscidose)",
            "abstract": null,
            "authors": [
                "Müller, W",
                ""
            ],
            "year": 1973,
            "source": "Wissenschaftliche Gesellschaft der Ärzte in der Steiermark.; DEZ 14, 1973; Graz, AUSTRIA. 1973. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "77216-51643"
            ],
            "imported": "2008-02-28T16:11:14+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 77217,
            "title": "Zur Differentialdiagnose der Nabelkoliken.",
            "abstract": null,
            "authors": [
                "Müller, W",
                ""
            ],
            "year": 1973,
            "source": "1. Collegium publicum der Sektion \"Südost\" der Österreichischen Gesellschaft für Kinder- und Jugendheilkunde; NOV 19, 1974; Graz, AUSTRIA. 1973. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "77217-51643"
            ],
            "imported": "2008-02-28T16:12:27+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 77219,
            "title": "Serum Lipoproteins of a 5-year old girl with an unidentified Type of primary Hypertriglyceridemia. Influence of Diet.",
            "abstract": null,
            "authors": [
                "Müller, W",
                "Kostner, G",
                ""
            ],
            "year": 1973,
            "source": "Conference on Serumlipoproteins; SEP 21-23, 1973; Graz, AUSTRIA. 1973. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "77219-14013"
            ],
            "persons": [
                "77219-51643",
                "77219-51669"
            ],
            "imported": "2008-02-28T16:15:07+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 77220,
            "title": "Oto-cardio-vertebrales Syndrom.",
            "abstract": null,
            "authors": [
                "Kellerer, K",
                "Müller, W",
                "Beitzke, A",
                ""
            ],
            "year": 1973,
            "source": "11. Jahrestagung der Österreichischen Gesellschaft für Kinder- und Jugendheilkunde; SEP 21-23, 1973; Linz, AUSTRIA. 1973. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "77220-51643"
            ],
            "imported": "2008-02-28T16:16:39+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 77221,
            "title": "Stoffwechseluntersuchungen bei einem Fall von primärer Hypertriglyceridämie.",
            "abstract": null,
            "authors": [
                "Müller, W",
                "Kostner, G",
                ""
            ],
            "year": 1973,
            "source": "11. Jahrestagung der Österreichischen Gesellschaft für Kinder- und Jugendheilkunde; SEP 21-23, 1973; Linz, AUSTRIA. 1973. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "77221-14013",
                "77221-14048"
            ],
            "persons": [
                "77221-51643",
                "77221-51669"
            ],
            "imported": "2008-02-28T16:18:12+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 96062,
            "title": "Release of prostaglandins from isolated cat spleen by angiotensin and vasopressin.",
            "abstract": null,
            "authors": [
                "PESKAR, B",
                "HERTTING, G"
            ],
            "year": 1973,
            "source": "NAUNYN-SCHMIED ARCH PHARMACOL. 1973; 279(3): 227-234. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1973Q962700002",
            "pubmed": "4356205",
            "doi": "10.1007/BF00500602",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-11-25T11:22:35+01:00",
            "journal": "NAUNYN-SCHMIED ARCH PHARMACOL",
            "issn": "0028-1298",
            "collection_publisher": null,
            "collection_title": "NAUNYN-SCHMIEDEBERGS ARCHIVES OF PHARMACOLOGY; ",
            "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": 96064,
            "title": "Quantitative determination of diazepam in blood by radioimmunoassay.",
            "abstract": null,
            "authors": [
                "PESKAR, B",
                "SPECTOR, S"
            ],
            "year": 1973,
            "source": "J PHARMACOL EXP THER. 1973; 186(1): 167-172. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1973Q445400020",
            "pubmed": "4737389",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-11-25T11:22:35+01:00",
            "journal": "J PHARMACOL EXP THER",
            "issn": "0022-3565",
            "collection_publisher": null,
            "collection_title": "JOURNAL OF PHARMACOLOGY AND EXPERIMENTAL THERAPEUTICS; ",
            "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": 96065,
            "title": "Serotonin: radioimmunoassay.",
            "abstract": null,
            "authors": [
                "PESKAR, B",
                "SPECTOR, S"
            ],
            "year": 1973,
            "source": "SCIENCE. 1973; 179(80): 1340-1341. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1973P086100030",
            "pubmed": "4687025",
            "doi": "10.1126/science.179.4080.1340",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-11-25T11:22:35+01:00",
            "journal": "SCIENCE",
            "issn": "0036-8075",
            "collection_publisher": null,
            "collection_title": "SCIENCE; ",
            "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": 96066,
            "title": "The mechanism of the drinking response to some hypotensive drugs: activation of the renin-angiotensin system by direct or reflex-mediated stimulation of  -receptors.",
            "abstract": null,
            "authors": [
                "MEYER, DK",
                "RAUSCHER, W",
                "PESKAR, B",
                "HERTTING, G"
            ],
            "year": 1973,
            "source": "NAUNYN-SCHMIED ARCH PHARMACOL. 1973; 276(1): 13-24. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1973O735800002",
            "pubmed": "4347991",
            "doi": "10.1007/BF00500774",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-11-25T11:22:35+01:00",
            "journal": "NAUNYN-SCHMIED ARCH PHARMACOL",
            "issn": "0028-1298",
            "collection_publisher": null,
            "collection_title": "NAUNYN-SCHMIEDEBERGS ARCHIVES OF PHARMACOLOGY; ",
            "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": 98665,
            "title": "Treatment of collagen and autoimmune diseases (author's transl)",
            "abstract": null,
            "authors": [
                "KERL, H",
                "KLEIN, G",
                "SANDHOFE.M"
            ],
            "year": 1973,
            "source": "WIEN KLIN WOCHENSCHR. 1973; 85(47): 769-774. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1973R388700001",
            "pubmed": "4757177",
            "doi": null,
            "pmc": null,
            "organizations": [
                "98665-14047"
            ],
            "persons": [
                "98665-51620-1"
            ],
            "imported": "2010-03-01T10:02:19+01:00",
            "journal": "WIEN KLIN WOCHENSCHR",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": "WIENER KLINISCHE WOCHENSCHRIFT; ",
            "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
        }
    ]
}