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=153020&ordering=-imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 156971,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=153040&ordering=-imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=153000&ordering=-imported",
    "results": [
        {
            "id": 64469,
            "title": "Axis Correction in Cartilage Repair ",
            "abstract": null,
            "authors": [
                "Fellinger, M",
                "Peicha, G",
                "Grasslober, M",
                "Leithgöb, O"
            ],
            "year": 2006,
            "source": "Osteosynthesis and Trauma Care. 2006; 3(14): 203-207. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "64469-14052"
            ],
            "persons": [],
            "imported": "2007-01-12T19:50:01+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": 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": 64468,
            "title": "Arthroskopische MACT Implantation",
            "abstract": null,
            "authors": [
                "Grasslober, M",
                "Schatz, B",
                "Fellinger, M",
                "Leithgöb, O",
                "Hartwagner, W \r\n"
            ],
            "year": 2006,
            "source": "-niederösterreichische Unfallchirurgen Tagung; 20. Jänner 2006 ; Baden, Austria. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "64468-14052"
            ],
            "persons": [],
            "imported": "2007-01-12T19:42: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": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 64467,
            "title": "Arthroskopische MACT Implantation",
            "abstract": null,
            "authors": [
                "Grasslober, M  \r\n\r\n"
            ],
            "year": 2006,
            "source": "-Steirischen Wissenschaftlichen Gesellschaft; 13.Mai 2006 ; Bad Aussee, Austria. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "64467-14052"
            ],
            "persons": [],
            "imported": "2007-01-12T19:41: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": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 64466,
            "title": "Treatment of Cartilage Defects with a Biostable Polymer Implant - Final Assessment",
            "abstract": null,
            "authors": [
                "Grasslober, M",
                "Schatz, B",
                "Leithgöb, O",
                "Hartwagner, W",
                "Tanzer, K",
                "Fellinger, M\r\n\r\n"
            ],
            "year": 2006,
            "source": "-6th Central European Orthopaedic Congress  ; May 31st – June 3rd, 2006.; Graz, Austria . ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "64466-14052"
            ],
            "persons": [],
            "imported": "2007-01-12T19:38: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": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 64465,
            "title": "The geriatric polytrauma patient. ",
            "abstract": null,
            "authors": [
                "Grasslober, M",
                "Mauschitz, R",
                "Leithgoeb, O",
                "Gumpert, R",
                "Hartwagner, W",
                "Peicha, G",
                "Seibert FJ, Seggl W\r\n\r\n\r\n\r\n"
            ],
            "year": 2006,
            "source": "European Journal of Trauma 2006; 32(1):82-82.- 7th European Trauma Congress; May 14-17, 2006; Ljubiljana, SLOVENIA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "64465-14052"
            ],
            "persons": [
                "64465-51724"
            ],
            "imported": "2007-01-12T19:35:58+01:00",
            "journal": null,
            "issn": "1439-0590",
            "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": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 64464,
            "title": "Erfahrungen mit der Implantation von Salucartilage® - Abschließender Bericht.",
            "abstract": null,
            "authors": [
                "Grasslober, M",
                "Schatz, B",
                "Leithgöb, O",
                "Hartwagner, W",
                "Tanzer, K",
                "Fellinger, M\r\n"
            ],
            "year": 2006,
            "source": "Konferenzband der Jahrestagung der ÖGU; -Jahrestagung der ÖGU\r\n; Nov 9-11 2006 ; Salzburg, Austria. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "64464-14052"
            ],
            "persons": [],
            "imported": "2007-01-12T19:30:06+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 64461,
            "title": "A novel technique to measure access flow based on extracorporeal temperature gradients.",
            "abstract": null,
            "authors": [
                "van der Sande, FM",
                "Wijnen, E",
                "Kooman, JP",
                "Leunissen, KML",
                "Tordoir, JHM",
                "Schneditz, D"
            ],
            "year": 2006,
            "source": "J AM SOC NEPHROL. 17: 555A-555A.-American Society of Nephrology Annual Meeting; NOV 14-19, 2006; San Diego, CALIFORNIA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "64461-14010"
            ],
            "persons": [
                "64461-51834"
            ],
            "imported": "2007-01-12T19:11:52+01:00",
            "journal": "J AM SOC NEPHROL",
            "issn": "1046-6673",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 7.24,
            "impactfactor_year": 2005,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "UROLOGY & NEPHROLOGY",
            "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": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 64460,
            "title": "Access flow with a twist.",
            "abstract": null,
            "authors": [
                "Schneditz, D",
                "Bachler, I",
                "Rosales, LM",
                "Levin, NW",
                "van der Sande, FM"
            ],
            "year": 2006,
            "source": "J AM SOC NEPHROL. 17: 555A-555A.-American Society of Nephrology Annual Meeting; NOV 14-19, 2006; San Diego, CALIFORNIA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "64460-14010"
            ],
            "persons": [
                "64460-51834"
            ],
            "imported": "2007-01-12T19:03:37+01:00",
            "journal": "J AM SOC NEPHROL",
            "issn": "1046-6673",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 7.24,
            "impactfactor_year": 2005,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "UROLOGY & NEPHROLOGY",
            "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": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 64459,
            "title": "A novel technique to measure vascular access flow based on extracorporeal temperature gradients.",
            "abstract": null,
            "authors": [
                "van der Sande, FM",
                "Wijnen, E",
                "Kooman, JP",
                "Schneditz, D",
                "Tordoir, JHM",
                "Leunissen, KML\r\n"
            ],
            "year": 2006,
            "source": "Blood Purification. 24: 482-482.-24th Annual Meeting of the International Society of Blood Purification (ISBP); SEP 8–10, 2006; Nara, JAPAN. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000243063600044",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "64459-14010"
            ],
            "persons": [
                "64459-51834"
            ],
            "imported": "2007-01-12T18:44:41+01:00",
            "journal": "Blood Purification",
            "issn": "0253-5068",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.493,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.333333333333333,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "UROLOGY & NEPHROLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 64458,
            "title": "Interdisziplinäre Interventionelle Endoskopie: Ösophagus-Photodyname Therapie (PDT)",
            "abstract": null,
            "authors": [
                "Maier, A"
            ],
            "year": 2007,
            "source": "Interdisziplinäre Interventionelle Endoskopie-Endo Linz `07; JAN12-13,2007; Linz,AUSTRIA. 2007. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "64458-14077"
            ],
            "persons": [
                "64458-51935"
            ],
            "imported": "2007-01-12T18:33:52+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": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 64457,
            "title": "Interdisziplinäre Interventionelle Endoskopie: Bronchus-state of the art.",
            "abstract": null,
            "authors": [
                "Lindenmann, J"
            ],
            "year": 2007,
            "source": "Interdisziplinäre Interventionelle Endoskopie-Endo Linz `07; JAN12-13,2007; Linz,AUSTRIA. 2007. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "64457-14077"
            ],
            "persons": [
                "64457-50145"
            ],
            "imported": "2007-01-12T18:26: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": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 64455,
            "title": "Lipid droplet biogenesis in 3T3-L1 adipocytes: PEMT is expressed in adipocytes and implicated in lipid droplet formation.",
            "abstract": null,
            "authors": [
                "Hörl, G",
                "Almer, G",
                "Steyrer, E\r\n"
            ],
            "year": 2006,
            "source": "EUROPEAN LIPOPROTEIN CLUB (29th Annual Meeting) ; SEPT 4-7, 2006; Tutzing, GERMANY.. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "64455-14013",
                "64455-14028"
            ],
            "persons": [
                "64455-51817",
                "64455-50712",
                "64455-56571"
            ],
            "imported": "2007-01-12T16:13: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": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 64453,
            "title": "Lipid droplet biogenesis in 3T3-L1 adipocytes. Biogenic incorporation of the choline analogue DMAE into LD monolayer phospholipids affects cell morphology and causes elevated basal lipolysis.",
            "abstract": null,
            "authors": [
                "Hoerl, G",
                "Steyrer, E"
            ],
            "year": 2006,
            "source": "EUROPEAN LIPOPROTEIN CLUB (29th Annual Meeting)\r\n; SEPT 4-7, 2006; Tutzing, GERMANY. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "64453-14013"
            ],
            "persons": [
                "64453-51817",
                "64453-50712"
            ],
            "imported": "2007-01-12T15:55:30+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": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 64452,
            "title": "Modification of cellular phospholipids: biogenic incorporation of the choline analogue dimethylaminoethanol into phospholipids affects cell morphology and causes elevated lipolysis in 3T3-L1 adipocytes.",
            "abstract": null,
            "authors": [
                "Hoerl, G",
                "Almer G",
                "Steyrer E"
            ],
            "year": 2006,
            "source": "13. Jahrestagung der AAS (Austrian Atherosclerosis Society); MAI 5-6, 2006; St. Gilgen, Austria. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "64452-14013"
            ],
            "persons": [
                "64452-51817",
                "64452-50712"
            ],
            "imported": "2007-01-12T15:46:33+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 64451,
            "title": "Measures of efficiency in extracorporeal liver support systems.",
            "abstract": null,
            "authors": [
                "Jung, A",
                "Krisper, P",
                "Schneditz, D"
            ],
            "year": 2006,
            "source": "Romanian Journal of Hepatology. 2006; 2(3): 55-63. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "64451-14010",
                "64451-14084"
            ],
            "persons": [
                "64451-53096",
                "64451-51834"
            ],
            "imported": "2007-01-12T15:30:03+01:00",
            "journal": null,
            "issn": "1841-6189",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 64449,
            "title": "Die Laserdopplerflowmetrie zur Evaluation der postoperativen Durchblutung des Mamillen- Areolen- Komplexes nach Mammareduktion- eine prospektive Studie",
            "abstract": null,
            "authors": [
                "Ott, T"
            ],
            "year": 2003,
            "source": " [ Dissertation ] Graz Medical University; 2003. ",
            "category": 5,
            "document_type": 16,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "64449-14074"
            ],
            "persons": [],
            "imported": "2007-01-12T14:09:26+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": "Graz Medical University",
            "country": "40",
            "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": 64446,
            "title": "Gene expression profiling of mesenchymal stem cells: human platelet-derived factors regulate multiple biological processes.",
            "abstract": null,
            "authors": [
                "Malischnik, C",
                "Schallmoser, K",
                "Rohde, E",
                "Reinisch, A",
                "Guelly, C",
                "Lanzer, G",
                "Linkesch, W",
                "Strunk, D"
            ],
            "year": 2006,
            "source": "European Surgery 20062006; 38 (Suppl.211)(8):O18--20th Meeting of the Austrian Society of Transplantation, Transfusion and Genetics 2006; OCT 18-21; Hof, Salzburg, Austria. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "64446-14058",
                "64446-14082",
                "64446-28394"
            ],
            "persons": [
                "64446-50747",
                "64446-58453"
            ],
            "imported": "2007-01-12T13:49:58+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 64444,
            "title": "Vascular regeneration and immune cell support – unraveling the nature of CFU-EC.",
            "abstract": null,
            "authors": [
                "Rohde, E",
                "Malischnik, C",
                "Schallmoser, K",
                "Reinisch, A",
                "Lanzer, G",
                "Linkesch, W",
                "Guelly, C",
                "Strunk, D"
            ],
            "year": 2006,
            "source": "1st Meeting of the Center for Medical Research  ; OCT 24; Graz. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "64444-14058",
                "64444-14082",
                "64444-28394"
            ],
            "persons": [
                "64444-50747",
                "64444-58453"
            ],
            "imported": "2007-01-12T13:44: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": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": false
        },
        {
            "id": 64443,
            "title": "A humanized system to propagate cord blood derived mesenchymal stem cells for clinical applications.",
            "abstract": null,
            "authors": [
                "Reinisch, A",
                "Malischnik, C",
                "Rohde, E",
                "Schallmoser, K",
                "Bjelic-Radisic, V",
                "Strunk, D"
            ],
            "year": 2006,
            "source": "1st Meeting of the Center for Medical Research ; OCT 24; Graz. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "64443-14058",
                "64443-14063",
                "64443-14082"
            ],
            "persons": [
                "64443-50747"
            ],
            "imported": "2007-01-12T13:41:57+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": false
        },
        {
            "id": 64442,
            "title": "Preclinical expansion of mesenchymal stem cells is efficiently supported by human platelet lysate.",
            "abstract": null,
            "authors": [
                "Schallmoser, K",
                "Malischnik, C",
                "Rohde, E",
                "Reinisch, A",
                "Guelly, C",
                "Lanzer, G",
                "Linkesch, W",
                "Strunk, D"
            ],
            "year": 2006,
            "source": "1st Meeting of the Center for Medical Research ; OCT 24; Graz. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "64442-14058",
                "64442-14082",
                "64442-28394"
            ],
            "persons": [
                "64442-50747",
                "64442-58453"
            ],
            "imported": "2007-01-12T13:28:13+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": false
        }
    ]
}