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=149400&ordering=-imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157678,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=149420&ordering=-imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=149380&ordering=-imported",
    "results": [
        {
            "id": 69115,
            "title": "Possible pitfall in diagnosis: mitotic arrest of gastric epithelium after docetaxel therapy for hormone-refractory prostatic cancer.",
            "abstract": null,
            "authors": [
                "Langner, C",
                "Ott, A"
            ],
            "year": 2007,
            "source": "HISTOPATHOLOGY. 2007; 51(1): 111-113. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000247477000013",
            "pubmed": "17466032",
            "doi": "10.1111/j.1365-2559.2007.02672.x",
            "pmc": null,
            "organizations": [
                "69115-14020"
            ],
            "persons": [
                "69115-50044-2"
            ],
            "imported": "2007-09-25T15:45:13+02:00",
            "journal": "HISTOPATHOLOGY",
            "issn": "0309-0167",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 3.791,
            "impactfactor_year": 2007,
            "impactfactor_norm": 0.863636363636364,
            "impactfactor_norm_year": 2007,
            "impactfactor_norm_category": "PATHOLOGY",
            "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": 69116,
            "title": "The HMG-CoA reductase inhibitor cerivastatin lowers advanced glycation end products in patients with type 2 diabetes.",
            "abstract": null,
            "authors": [
                "Scharnagl, H",
                "Stojakovic, T",
                "Winkler, K",
                "Rosinger, S",
                "März, W",
                "Boehm, BO"
            ],
            "year": 2007,
            "source": "EXP CLIN ENDOCRINOL DIABETES. 2007; 115(6): 372-375. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000247788100005",
            "pubmed": "17701882",
            "doi": "10.1055/s-2007-973830",
            "pmc": null,
            "organizations": [
                "69116-14028"
            ],
            "persons": [
                "69116-50886-2"
            ],
            "imported": "2007-09-25T15:45:13+02:00",
            "journal": "EXP CLIN ENDOCRINOL DIABETES",
            "issn": "0947-7349",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.745,
            "impactfactor_year": 2007,
            "impactfactor_norm": 0.239130434782609,
            "impactfactor_norm_year": 2007,
            "impactfactor_norm_category": "ENDOCRINOLOGY & METABOLISM",
            "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": 69118,
            "title": "Hormonal therapy of endometrial stromal sarcoma.",
            "abstract": null,
            "authors": [
                "Reich, O",
                "Regauer, S"
            ],
            "year": 2007,
            "source": "Curr Opin Oncol. 2007; 19(4):347-352",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000247460300010",
            "pubmed": "17545798",
            "doi": "10.1097/CCO.0b013e3281a7ef3a",
            "pmc": null,
            "organizations": [
                "69118-14020",
                "69118-14063"
            ],
            "persons": [
                "69118-51945-6",
                "69118-51918-2"
            ],
            "imported": "2007-09-25T15:45:13+02:00",
            "journal": "CURR OPIN ONCOL",
            "issn": "1040-8746",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.692,
            "impactfactor_year": 2007,
            "impactfactor_norm": 0.651515151515152,
            "impactfactor_norm_year": 2007,
            "impactfactor_norm_category": "ONCOLOGY",
            "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": 69109,
            "title": "Low density lipoprotein triglycerides and lipoprotein(a) are risk factors for retinal vascular occlusion.",
            "abstract": null,
            "authors": [
                "Stojakovic, T",
                "Scharnagl, H",
                "März, W",
                "Winkelmann, BR",
                "Boehm, BO",
                "Schmut, O"
            ],
            "year": 2007,
            "source": "CLIN CHIM ACTA. 2007; 382(1-2): 77-81. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000247710700014",
            "pubmed": "17481600",
            "doi": "10.1016/j.cca.2007.03.024",
            "pmc": null,
            "organizations": [
                "69109-14028",
                "69109-14043"
            ],
            "persons": [
                "69109-50886-6"
            ],
            "imported": "2007-09-25T15:45:13+02:00",
            "journal": "CLIN CHIM ACTA",
            "issn": "0009-8981",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.601,
            "impactfactor_year": 2007,
            "impactfactor_norm": 0.884615384615385,
            "impactfactor_norm_year": 2007,
            "impactfactor_norm_category": "MEDICAL LABORATORY TECHNOLOGY",
            "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": 69117,
            "title": "Add-On-therapy with an individualized preparation consisting of free amino acids for patients with a major depression.",
            "abstract": null,
            "authors": [
                "Ille, R",
                "Spona, J",
                "Zickl, M",
                "Hofmann, P",
                "Lahousen, T",
                "Dittrich, N",
                "Bertha, G",
                "Hasiba, K",
                "Mahnert, FA",
                "Kapfhammer, HP"
            ],
            "year": 2007,
            "source": "EUR ARCH PSYCHIAT CLIN NEUROS. 2007; 257(4): 222-229. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000247679300007",
            "pubmed": "17401733",
            "doi": "10.1007/s00406-007-0711-9",
            "pmc": null,
            "organizations": [
                "69117-29444"
            ],
            "persons": [
                "69117-50020-6",
                "69117-51907-6"
            ],
            "imported": "2007-09-25T15:45:13+02:00",
            "journal": "EUR ARCH PSYCHIAT CLIN NEUROS",
            "issn": "0940-1334",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.809,
            "impactfactor_year": 2007,
            "impactfactor_norm": 0.746575342465753,
            "impactfactor_norm_year": 2007,
            "impactfactor_norm_category": "CLINICAL NEUROLOGY",
            "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": 69121,
            "title": "The human placenta in gestational diabetes mellitus. The insulin and cytokine network.",
            "abstract": null,
            "authors": [
                "Desoye, G",
                "Mouzon, SHD"
            ],
            "year": 2007,
            "source": "Diabetes Care. 2007; 30 Suppl 2(4):S120-S126",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000247879600003",
            "pubmed": "17596459",
            "doi": "10.2337/dc07-s203",
            "pmc": null,
            "organizations": [
                "69121-14038"
            ],
            "persons": [],
            "imported": "2007-09-25T15:45:13+02:00",
            "journal": "DIABETES CARE",
            "issn": "0149-5992",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 7.851,
            "impactfactor_year": 2007,
            "impactfactor_norm": 0.967391304347826,
            "impactfactor_norm_year": 2007,
            "impactfactor_norm_category": "ENDOCRINOLOGY & METABOLISM",
            "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": 69108,
            "title": "GeneChip, geNorm, and gastrointestinal tumors: novel reference genes for real-time PCR.",
            "abstract": null,
            "authors": [
                "Kidd, M",
                "Nadler, B",
                "Mane, S",
                "Eick, G",
                "Malfertheiner, M",
                "Champaneria, M",
                "Pfragner, R",
                "Modlin, I"
            ],
            "year": 2007,
            "source": "PHYSIOL GENOMICS. 2007; 30(3): 363-370. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000248841900017",
            "pubmed": "17456737",
            "doi": "10.1152/physiolgenomics.00251.2006",
            "pmc": null,
            "organizations": [
                "69108-14014"
            ],
            "persons": [],
            "imported": "2007-09-25T15:45:13+02:00",
            "journal": "PHYSIOL GENOMICS",
            "issn": "1094-8341",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.493,
            "impactfactor_year": 2007,
            "impactfactor_norm": 0.692307692307692,
            "impactfactor_norm_year": 2007,
            "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": true
        },
        {
            "id": 69111,
            "title": "Change in mental symptoms in extreme obesity patients after gastric banding, Part II: Six-year follow up.",
            "abstract": null,
            "authors": [
                "Nickel, MK",
                "Loew, TH",
                "Bachler, E"
            ],
            "year": 2007,
            "source": "Int J Psychiatry Med. 2007; 37(1):69-79",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000247704700007",
            "pubmed": "17645199",
            "doi": "10.2190/X40R-712P-8J44-0L3H",
            "pmc": null,
            "organizations": [
                "69111-13923"
            ],
            "persons": [
                "69111-58063-2"
            ],
            "imported": "2007-09-25T15:45:13+02:00",
            "journal": "INT J PSYCHIAT MED",
            "issn": "0091-2174",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.733,
            "impactfactor_year": 2007,
            "impactfactor_norm": 0.195121951219512,
            "impactfactor_norm_year": 2007,
            "impactfactor_norm_category": "PSYCHIATRY",
            "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": 69112,
            "title": "Rosuvastatin reduces interleukin-6-induced expression of C-reactive protein in human hepatocytes in a STAT3- and C/EBP-dependent fashion.",
            "abstract": null,
            "authors": [
                "Mayer, C",
                "Gruber, HJ",
                "Landl, EM",
                "Pailer, S",
                "Scharnagl, H",
                "Truschnig-Wilders, M",
                "März, W"
            ],
            "year": 2007,
            "source": "INT J CLIN PHARM THERAPEUTICS. 2007; 45(6): 319-327. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000247700000002",
            "pubmed": "17595889",
            "doi": "10.5414/CPP45319",
            "pmc": null,
            "organizations": [
                "69112-14028"
            ],
            "persons": [
                "69112-50464-6",
                "69112-50562-6",
                "69112-50886-6",
                "69112-51164-2",
                "69112-50131-6"
            ],
            "imported": "2007-09-25T15:45:13+02:00",
            "journal": "INT J CLIN PHARM THERAPEUTICS",
            "issn": "0946-1965",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.281,
            "impactfactor_year": 2007,
            "impactfactor_norm": 0.282926829268293,
            "impactfactor_norm_year": 2007,
            "impactfactor_norm_category": "PHARMACOLOGY & PHARMACY",
            "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": 69120,
            "title": "Clinical and electrophysiological features in Charcot-Marie-Tooth disease with mutations in the NEFL gene.",
            "abstract": null,
            "authors": [
                "Miltenberger-Miltenyi, G",
                "Janecke, AR",
                "Wanschitz, JV",
                "Timmerman, V",
                "Windpassinger, C",
                "Auer-Grumbach, M",
                "Löscher, WN"
            ],
            "year": 2007,
            "source": "Arch Neurol. 2007; 64(7):966-970",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000247892100007",
            "pubmed": "17620486",
            "doi": "10.1001/archneur.64.7.966",
            "pmc": null,
            "organizations": [
                "69120-14021"
            ],
            "persons": [
                "69120-50811-6"
            ],
            "imported": "2007-09-25T15:45:13+02:00",
            "journal": "ARCH NEUROL",
            "issn": "0003-9942",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 5.783,
            "impactfactor_year": 2007,
            "impactfactor_norm": 0.952054794520548,
            "impactfactor_norm_year": 2007,
            "impactfactor_norm_category": "CLINICAL NEUROLOGY",
            "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": 69132,
            "title": "Biobank governance: Trends and perspectives",
            "abstract": null,
            "authors": [
                "Gottweis, H",
                "Zatloukal, K"
            ],
            "year": 2007,
            "source": "PATHOBIOLOGY. 2007; 74(4): 206-211. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000248809200003",
            "pubmed": null,
            "doi": "10.1159/000104446",
            "pmc": null,
            "organizations": [
                "69132-14020"
            ],
            "persons": [
                "69132-51663-6"
            ],
            "imported": "2007-09-25T15:45:13+02:00",
            "journal": "PATHOBIOLOGY",
            "issn": "1015-2008",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.547,
            "impactfactor_year": 2007,
            "impactfactor_norm": 0.439393939393939,
            "impactfactor_norm_year": 2007,
            "impactfactor_norm_category": "PATHOLOGY",
            "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": true,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 69125,
            "title": "Menstrual cycle: No effect on exercise cardiorespiratory variables or blood lactate concentration",
            "abstract": null,
            "authors": [
                "Smekal, G",
                "Von Duvillard, SP",
                "Frigo, P",
                "Tegelhofer, T",
                "Pokan, R",
                "Hofmann, P",
                "Tschan, H",
                "Baron, R",
                "Wonisch, M",
                "Renezeder, K",
                "Bachl, N"
            ],
            "year": 2007,
            "source": "MED SCI SPORT EXERCISE. 2007; 39(7): 1098-1106. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000247823800010",
            "pubmed": null,
            "doi": "10.1249/mss.0b013e31805371e7",
            "pmc": null,
            "organizations": [
                "69125-14083"
            ],
            "persons": [],
            "imported": "2007-09-25T15:45:13+02:00",
            "journal": "MED SCI SPORT EXERCISE",
            "issn": "0195-9131",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.864,
            "impactfactor_year": 2007,
            "impactfactor_norm": 0.930555555555556,
            "impactfactor_norm_year": 2007,
            "impactfactor_norm_category": "SPORT SCIENCES",
            "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": 69129,
            "title": "CSTX-1, a toxin from the venom of the hunting spider Cupiennius salei, is a selective blocker of L-type calcium channels in mammalian neurons",
            "abstract": null,
            "authors": [
                "Kubista, H",
                "Mafra, RA",
                "Chong, Y",
                "Nicholson, GM",
                "Beirao, PSL",
                "Cruz, JS",
                "Boehm, S",
                "NentWig, W",
                "Kuhn-Nentwig, L"
            ],
            "year": 2007,
            "source": "NEUROPHARMACOLOGY. 2007; 52(8): 1650-1662. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000247864900011",
            "pubmed": null,
            "doi": "10.1016/j.neuropharm.2007.03.012",
            "pmc": null,
            "organizations": [
                "69129-14022"
            ],
            "persons": [],
            "imported": "2007-09-25T15:45:13+02:00",
            "journal": "NEUROPHARMACOLOGY",
            "issn": "0028-3908",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.215,
            "impactfactor_year": 2007,
            "impactfactor_norm": 0.736585365853659,
            "impactfactor_norm_year": 2007,
            "impactfactor_norm_category": "PHARMACOLOGY & PHARMACY",
            "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": 69131,
            "title": "Facilitated endogenous repair: making tissue engineering simple, practical, and economical",
            "abstract": null,
            "authors": [
                "Evans, CH",
                "Palmer, GD",
                "Pascher, A",
                "Porter, R",
                "Kwong, FN",
                "Gouze, E",
                "Gouze, JN",
                "Liu, F",
                "Steinert, A",
                "Betz, O",
                "Betz, V",
                "Vrahas, M",
                "Ghivizzani, SC"
            ],
            "year": 2007,
            "source": "TISSUE ENG. 2007; 13(8): 1987-1993. ",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000248742200014",
            "pubmed": null,
            "doi": "10.1089/ten.2006.0302",
            "pmc": null,
            "organizations": [
                "69131-14052"
            ],
            "persons": [],
            "imported": "2007-09-25T15:45:13+02:00",
            "journal": "TISSUE ENG",
            "issn": "1076-3279",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.409,
            "impactfactor_year": 2007,
            "impactfactor_norm": 0.898550724637681,
            "impactfactor_norm_year": 2007,
            "impactfactor_norm_category": "BIOTECHNOLOGY & APPLIED MICROBIOLOGY",
            "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": 69102,
            "title": "Prostatakarzinom und Inhibition der 5-Alpha-Reduktase.",
            "abstract": null,
            "authors": [
                "Pummer, K"
            ],
            "year": 1996,
            "source": "Fortbildungsveranstaltung für Urologen Öberösterreichs; OKT 22, 1996; Wels, AUSTRIA. 1996. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "69102-14056"
            ],
            "persons": [
                "69102-53053"
            ],
            "imported": "2007-09-25T15:32:38+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 69101,
            "title": "Chemo-hormonal therapy of advanced prostate cancer.",
            "abstract": null,
            "authors": [
                "Pummer, K"
            ],
            "year": 1996,
            "source": "Symposium \"The Management of Prostate Cancer - A European-American Encounter\".; NOV 01-03, 1996; München, GERMANY. 1996. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "69101-14056"
            ],
            "persons": [
                "69101-53053"
            ],
            "imported": "2007-09-25T15:31:29+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 69100,
            "title": "Kontroversen in der Behandlung des Prostatakarzinoms.",
            "abstract": null,
            "authors": [
                "Pummer, K"
            ],
            "year": 1996,
            "source": "Fortbildungsveranstaltung für Urologen in Niederösterreich; NOV 08, 1996; Mautern bei Krems, AUSTRIA. 1996. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "69100-14056"
            ],
            "persons": [
                "69100-53053"
            ],
            "imported": "2007-09-25T15:29:37+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 69098,
            "title": "PSA - Ein Update.",
            "abstract": null,
            "authors": [
                "Pummer, K"
            ],
            "year": 1996,
            "source": "Fortbildungsveranstaltung für Urologen aus Kärnten; NOV 14, 1996; Klagenfurt, AUSTRIA. 1996. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "69098-14056"
            ],
            "persons": [
                "69098-53053"
            ],
            "imported": "2007-09-25T15:18:14+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 69097,
            "title": "Chemo-hormonal therapy in advanced prostate cancer.",
            "abstract": null,
            "authors": [
                "Pummer, K"
            ],
            "year": 1997,
            "source": "7th International Prostate Cancer Update Meeting; JAN 22-26, 1997; Beaver Creek, Clorado, USA. 1997. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "69097-14056"
            ],
            "persons": [
                "69097-53053"
            ],
            "imported": "2007-09-25T14:57:17+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 69096,
            "title": "Rationelle Diagnostik und Nachsorge beim Prostatakarzinom.",
            "abstract": null,
            "authors": [
                "Pummer, K"
            ],
            "year": 1997,
            "source": "31. Alpenländisches Urologensymposium; MAR 12-15, 1997; Pichl bei Schladming, AUSTRIA. 1997. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "69096-14056"
            ],
            "persons": [
                "69096-53053"
            ],
            "imported": "2007-09-25T14:56:10+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        }
    ]
}