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=2460&ordering=imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157573,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=2480&ordering=imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=2440&ordering=imported",
    "results": [
        {
            "id": 62661,
            "title": "Psychoedukation bei bipolaren Störungen",
            "abstract": null,
            "authors": [
                "Schmidt, EZ",
                "Reininghaus, B",
                "Ebner, C",
                "Tertschnig, K",
                "Ritter, M",
                "Hofmann, P"
            ],
            "year": 2006,
            "source": "DGPPN Abstractband. 2006; -DGPPN ; 22.-25- Nov. 2006; Berlin. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "62661-29444"
            ],
            "persons": [
                "62661-50654"
            ],
            "imported": "2006-12-12T14:21: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": 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": 62662,
            "title": "Aripiprazol als add-on Therapie bei bipolarer Depression.  ",
            "abstract": null,
            "authors": [
                "Schmidt, EZ",
                "Reininghaus, B",
                "Ebner, C",
                "Hofmann, P"
            ],
            "year": 2006,
            "source": "Der Nervenarzt. DGPPN Abstractband. 2006; -DGPPN; 22.-25. Nov. 2006; Berlin . ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "62662-29444"
            ],
            "persons": [
                "62662-50654"
            ],
            "imported": "2006-12-12T14:31:39+01:00",
            "journal": "Der Nervenarzt",
            "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": 62663,
            "title": "Aripiprazol bei Zwangsstörungen.",
            "abstract": null,
            "authors": [
                "Ebner, C",
                "Schmidt, EZ",
                "Reininghaus, B",
                "Hofmann, P"
            ],
            "year": 2006,
            "source": "Der Nervenarzt. DGPPN Abstractband. 2006; -DGPPN ; 22.-25. Nov. 2006; Berlin, Germany. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "62663-29444"
            ],
            "persons": [
                "62663-50654"
            ],
            "imported": "2006-12-12T14:34:57+01:00",
            "journal": "Der Nervenarzt",
            "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": 62665,
            "title": "Untersuchungen mittels FDG- PET zum Effekt einer Serie von 8 Elektrokrampftherapien auf den zerebralen Metabolismus bei schwerer depressiver Episode",
            "abstract": null,
            "authors": [
                "Reininghaus, B",
                "Schmidt, EZ",
                "Ebner, C",
                "Hofmann, P",
                "Kapfhammer, HP"
            ],
            "year": 2006,
            "source": "DGPPN Abstractband. 2006; -DGPPN; NOV 22.-25., 2006; Berlin, Germany. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "62665-29444"
            ],
            "persons": [
                "62665-50654",
                "62665-51907"
            ],
            "imported": "2006-12-12T14:40:02+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 62666,
            "title": "Tau- Protein und abeta42 bei Chorea Huntington.",
            "abstract": null,
            "authors": [
                "Schmidt, EZ",
                "Bonelli, RM"
            ],
            "year": 2006,
            "source": "6. Jahrestagung der Österreichischen Gesellschaft für Psychiatrie und Psychotherapie; 27.-29.04.06 ; Gmunden. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "62666-29444"
            ],
            "persons": [
                "62666-50654"
            ],
            "imported": "2006-12-12T14:44: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": 62669,
            "title": "Quality-Of-Life and Continence 1 Year after the Tension-Free Vaginal Tape Operation",
            "abstract": null,
            "authors": [
                "Bjelic-Radisic, V",
                "Dorfer, M",
                "Greimel, E",
                "Frudinger, A",
                "Tamussino, K",
                "Winter, R"
            ],
            "year": 2006,
            "source": "International Urogynecology Journal including Pelvic Floor Dysfunction. ABSTRACTS; 17(s 2):281-282.-31st Annual Meeting of the International Urogynecological Association ; SEPT 6-9, 2006; Athen, Greece. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "62669-14038",
                "62669-14063"
            ],
            "persons": [
                "62669-51696",
                "62669-51826"
            ],
            "imported": "2006-12-12T15:16:08+01:00",
            "journal": "International Urogynecology Journal including Pelvic Floor Dysfunction",
            "issn": "0937-3462",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 62670,
            "title": "Hypopigmented mycosis fungoides: frequent expression of a CD8+ T-cell phenotype.",
            "abstract": null,
            "authors": [
                "El-Shabrawi-Caelen, L",
                "Cerroni, L",
                "Medeiros, LJ",
                "McCalmont, TH \r\n"
            ],
            "year": 2005,
            "source": " [ Habilitationsschrift ] Graz Medical University; 2005. pp.7. ",
            "category": 5,
            "document_type": 17,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-12-12T15:19:13+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": 62671,
            "title": "Adenoviral vermittelte Überexpression von murinem Adiponutrin in CHO-K1 Zellen und deren Auswirkung auf Lipid Speicherung und Mobilisierung.",
            "abstract": null,
            "authors": [
                "Rossmann, CR"
            ],
            "year": 2005,
            "source": " [ Diplomarbeit/Master Thesis ] Karl-Franzens-Universität Graz; 2005. pp.72. ",
            "category": 5,
            "document_type": 15,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "62671-14017"
            ],
            "persons": [
                "62671-51091"
            ],
            "imported": "2006-12-12T15:25:38+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": "Karl Franzens University Graz",
            "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": 62673,
            "title": "Retroperitoneale Pankreastransplantation mit systemisch-enteraler  Drainagetechnik",
            "abstract": null,
            "authors": [
                "Kahn, J",
                "Kniepeiss, D",
                "Duller, D",
                "Jakoby, E",
                "Tscheliessnigg, KH",
                "Iberer, F"
            ],
            "year": 2006,
            "source": "Austrotransplant; OKT 18-21, 2006; Fuschl, Salzburg, AUSTRIA. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "62673-14073",
                "62673-14081"
            ],
            "persons": [
                "62673-50144",
                "62673-59327"
            ],
            "imported": "2006-12-12T15:57:50+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": 62674,
            "title": "Incisional hernia following liver transplantation: incidence and predisposing factors",
            "abstract": null,
            "authors": [
                "Kahn, J",
                "Müller, H",
                "Iberer, F",
                "Duller, D",
                "Rehak, P",
                "Tscheliessnigg, KH"
            ],
            "year": 2006,
            "source": "Austrotransplant; OKT 18-21, 2006; F. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "62674-13922",
                "62674-14045",
                "62674-14073",
                "62674-14081"
            ],
            "persons": [
                "62674-50144",
                "62674-51982",
                "62674-59327"
            ],
            "imported": "2006-12-12T16:03:37+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": false,
            "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": 62706,
            "title": "Ein neuartiges Hardware-Software-Konzept für die kontinuierliche Aufzeichnung und Echtzeit-Analyse von Signalen des kardialen elektrischen Nahfeldes.",
            "abstract": null,
            "authors": [
                "Wiener, T",
                "Thurner, T",
                "Plank, G",
                "Hofer, E"
            ],
            "year": 2006,
            "source": "CD-Rom: Biomedizinische Technik, DeGruyter, Berlin, New York. Proceedings Gemeinsame Jahrestagung der Deutschen,Österreichischen und Schweizerischen Gesellschaften für Biomedizinische Technik 2006, ETH Zürich, Schweiz ; -Gemeinsame Jahrestagung der Deutschen,Österreichischen und Schweizerischen Gesellschaften für Biomedizinische Technik 2006, ETH Zürich, Schweiz; SEPT 6-9, 2006; Zuerich, SWITZERLAND. ",
            "category": 2,
            "document_type": 18,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "62706-14011"
            ],
            "persons": [
                "62706-50966",
                "62706-51502"
            ],
            "imported": "2006-12-12T16:54:21+01:00",
            "journal": "CD-Rom: Biomedizinische Technik, DeGruyter, Berlin, New York",
            "issn": "0939 4990",
            "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": 62707,
            "title": "Discontinuous microstructure of atrial tissue in the heart may induce discontinuous conduction at sites of continuous macrostructure. ",
            "abstract": null,
            "authors": [
                "Hofer, E",
                "Wiener, T",
                "Thurner, T",
                "Prassl, AJ",
                "Plank, G"
            ],
            "year": 2006,
            "source": "CD-Rom: Biomedizinische Technik, DeGruyter, Berlin, New York. Proceedings Gemeinsame Jahrestagung der Deutschen, Österreichischen und Schweizerischen Gesellschaften für Biomedizinische Technik 2006, ETH Zürich, Schweiz.  ; -Gemeinsame Jahrestagung der Deutschen, Österreichischen und Schweizerischen Gesellschaften für Biomedizinische Technik 2006, ETH Zürich, Schweiz. ; SEPT 6-9, 2006 ; Zuerich, SWITZERLAND. ",
            "category": 2,
            "document_type": 18,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "62707-14011"
            ],
            "persons": [
                "62707-50966",
                "62707-50967",
                "62707-51502"
            ],
            "imported": "2006-12-12T17:02:12+01:00",
            "journal": "CD-Rom: Biomedizinische Technik, DeGruyter, Berlin, New York",
            "issn": "0939-4990",
            "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": 62709,
            "title": "Topische Immuntherapie oberflächlicher maligner Haut-Tumore",
            "abstract": null,
            "authors": [
                "Wolf, IH"
            ],
            "year": 2006,
            "source": " [ Habilitationsschrift ] Medizinische Universität Graz; 2006. ",
            "category": 5,
            "document_type": 17,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "62709-14047"
            ],
            "persons": [
                "62709-51327"
            ],
            "imported": "2006-12-12T19:05:07+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": "Medical University Graz",
            "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": 62710,
            "title": "Genital malignant melanoma",
            "abstract": null,
            "authors": [
                "Wolf, IH"
            ],
            "year": 2007,
            "source": " In: Soyer HP, Argenziano G, Hofmann- Wellenhof R, Johr R editors(s). Melanocytic lesions of the skin. Heidelberg: Springer Verlag;  2007. (ISBN: 978-3-540-3510) ",
            "category": 6,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "62710-14047"
            ],
            "persons": [
                "62710-51327"
            ],
            "imported": "2006-12-12T19:13:48+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": "Soyer HP, Argenziano G, Hofmann- Wellenhof R, Johr R",
            "collection_title": "Melanocytic lesions of the skin",
            "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": 62711,
            "title": "Melanocytic nevi on the genitalia and melanocytic nevi on other special locations",
            "abstract": null,
            "authors": [
                "Wolf, IH"
            ],
            "year": 2007,
            "source": " In: Soyer HP, Argenziano G, Hofmann-Wellenhof R, Johr R editors(s). Melanocytic Lesions of the skin. Heidelberg: Springer;  2007. (ISBN: 978-3-540-3510) ",
            "category": 6,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "62711-14047"
            ],
            "persons": [
                "62711-51327"
            ],
            "imported": "2006-12-12T19:16:48+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": "Soyer HP, Argenziano G, Hofmann-Wellenhof R, Johr R",
            "collection_title": "Melanocytic Lesions of the skin",
            "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": 62712,
            "title": "Modeling of the pseudo-elastic properties of veins.",
            "abstract": null,
            "authors": [
                "Desch, GW",
                "Weizsäcker, HW"
            ],
            "year": 2006,
            "source": "Journal of Biomechanics. 39, Supplement 1: S320--5th World Congress of Biomechanics; JUL 29-AUG 4, 2006; Munich, GERMANY. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "62712-14010"
            ],
            "persons": [
                "62712-51513"
            ],
            "imported": "2006-12-12T20:07:49+01:00",
            "journal": "Journal of Biomechanics",
            "issn": "0021-9290",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.364,
            "impactfactor_year": 2005,
            "impactfactor_norm": 0.829268292682927,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "ENGINEERING, BIOMEDICAL",
            "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": 62715,
            "title": "Frequenzverhalten nach Carotisstentimplantation unter vorbestehender antihypertensiver Therapie.",
            "abstract": null,
            "authors": [
                "Spary, A",
                "Dorr, A",
                "Pilger, E",
                "Seinost, G",
                "Brodmann, M"
            ],
            "year": 2006,
            "source": "Vasa. Vasa Supplement S/69; 35 (S/69):61-61.-35.Jahrestagung der Deutschen Gesellschaft für Angiologie; 6.-9.September 2006; Dresden, Deutschland.  (ISBN: 0301-1526 )",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "62715-14079"
            ],
            "persons": [
                "62715-51541",
                "62715-51689",
                "62715-52018",
                "62715-57267"
            ],
            "imported": "2006-12-12T22:02:54+01:00",
            "journal": "Vasa",
            "issn": "0301-1526",
            "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": 62717,
            "title": "Effect of Therapy with endothelinreceptorantagonist Bosentan on digital ulcers in patients with Crest and scleroderma.",
            "abstract": null,
            "authors": [
                "Brodmann, M",
                "Skerget, M",
                "Seinost, G",
                "Pilger, E"
            ],
            "year": 2006,
            "source": "Annals of the Rheumatic Diseases. Supplement II; 65(S II):636-636.-EULAR; 21.-24.6 2006; Amsterdam, Niederlande.  (ISBN: 0003-4967 )",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "62717-14079"
            ],
            "persons": [
                "62717-51541",
                "62717-51689",
                "62717-52018"
            ],
            "imported": "2006-12-12T22:13:26+01:00",
            "journal": "Annals of the Rheumatic Diseases",
            "issn": "0003-4967",
            "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": 62719,
            "title": "Therapie der venösen Thromboembolie.",
            "abstract": null,
            "authors": [
                "Brodmann, M"
            ],
            "year": 2006,
            "source": "-3.Gemeinsame Jahrestagung der Gefässmedizinischen Gesellschaften Österreichs; Oct.12.-14.2006; Innsbruck, AUSTRIA. ",
            "category": 2,
            "document_type": 18,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "62719-14079"
            ],
            "persons": [
                "62719-51689"
            ],
            "imported": "2006-12-12T22:33:28+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": 62721,
            "title": "Stentfrakturen-ein Problem in der Arteria femoralis superficialis?.",
            "abstract": null,
            "authors": [
                "Brodmann, M",
                "Dorr, A",
                "Froehlich, H",
                "Stix, A",
                "Portugaller, H",
                "Pilger, E"
            ],
            "year": 2006,
            "source": "Zeitschrift für Gefäßmedizin. 3(3):18-18.-3. Gemeinsame Jahrestagung der Gefäßmedizinischen Gesellschaften Österreichs; Oct.12.-14.2006; Innsbruck, AUSTRIA.  (ISBN: 1812-9501 )",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "62721-14079",
                "62721-14108"
            ],
            "persons": [
                "62721-51541",
                "62721-51689",
                "62721-51955",
                "62721-57267"
            ],
            "imported": "2006-12-12T22:42:58+01:00",
            "journal": "Zeitschrift für Gefäßmedizin",
            "issn": "1812-9501",
            "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
        }
    ]
}