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=154380&ordering=-imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157186,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=154400&ordering=-imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=154360&ordering=-imported",
    "results": [
        {
            "id": 63045,
            "title": "A Lattice Boltzmann Model for Pulsative Blood Flow in Elastic Vessels.",
            "abstract": null,
            "authors": [
                "Leitner, D",
                "Wassertheurer, S",
                "Hessinger, M",
                "Holzinger, A"
            ],
            "year": 2006,
            "source": "Elektrotechnik und Informationstechnik. 2006; 123(4): 152-155. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "63045-14026"
            ],
            "persons": [
                "63045-51050"
            ],
            "imported": "2006-12-14T09:52:54+01:00",
            "journal": null,
            "issn": "0932-383X",
            "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": 63041,
            "title": "Empfehlungen zur Durchführung der Hirntoddiagnostik. ",
            "abstract": null,
            "authors": [
                "Tritthart, H"
            ],
            "year": 2006,
            "source": "\"Der Gehirntod als Tod des Menschen\"- Fortbildungsveranstaltung im Bereich der Ethik der Medzinischen Universität ; JAN 16, 2006; Graz, AUSTRIA. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "63041-14050"
            ],
            "persons": [
                "63041-51763"
            ],
            "imported": "2006-12-14T09:50:14+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 63037,
            "title": "A neurosurgeons view on endoscopic approaches to the pituitary. ",
            "abstract": null,
            "authors": [
                "Mokry, M"
            ],
            "year": 2006,
            "source": "Course on \"Advanced Endoscopic Surgery of the Skull Base and Paranasal Sinuses\"; JUN 17-18, 2006; Irvine, California, USA. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "63037-14050"
            ],
            "persons": [
                "63037-52006"
            ],
            "imported": "2006-12-14T09:46:54+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": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 63036,
            "title": "Evaluierung der proximalen Tibia als mögliche Quelle für mesenchymale Stammzellen. ",
            "abstract": null,
            "authors": [
                "Malischnik, C",
                "Payer, M",
                "Kirmeier, R",
                "Strunk, D",
                "Jakse, N"
            ],
            "year": 2006,
            "source": "Stomatologie. 103. Jahrgang(5):114-114.-Österreischer Zahnärztekongress 2006; SEPT 27-30,2006; Krems, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "63036-14057",
                "63036-14082"
            ],
            "persons": [
                "63036-50792",
                "63036-51707"
            ],
            "imported": "2006-12-14T09:44:49+01:00",
            "journal": "Stomatologie",
            "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": 63035,
            "title": "Die Sonoanatomie der Streckseite des Endgliedes der Langfinger unter dem Aspekt der Refixation der Strecksehne.",
            "abstract": null,
            "authors": [
                "Tesch, NP",
                "Clement, HG",
                "Grechenig, W",
                "Pichler, W",
                "Windisch, G"
            ],
            "year": 2006,
            "source": "Ann Anat. -23. Arbeitstagung der Anatomischen Gesellschaft in Würzburg; SEPT, 2006; Würzburg, DEUTSCHLAND. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "63035-14018",
                "63035-14052"
            ],
            "persons": [
                "63035-60541"
            ],
            "imported": "2006-12-14T09:44:18+01:00",
            "journal": "Ann Anat",
            "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": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 63034,
            "title": "Anatomie des Standardzuganges zum Daumensattelgelenk- Demonstration anhand eines Fallbeispieles.",
            "abstract": null,
            "authors": [
                "Clement, HG",
                "Grechenig, W",
                "Pichler, W",
                "Tesch, NP",
                "Windisch, G"
            ],
            "year": 2006,
            "source": "Ann Anat. DOI 10.3337/anatges.2006.00032006. 2006; -23. Arbeitstagung der Anatomischen Gesellschaft in Würzburg; SEPT 27 -29, 2006; Würzburg, DEUTSCHLAND. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "63034-14018",
                "63034-14052"
            ],
            "persons": [
                "63034-60541"
            ],
            "imported": "2006-12-14T09:42:53+01:00",
            "journal": "Ann Anat",
            "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": 63033,
            "title": "Endoscopic endonasal transsphenoidal pituitary and skull base surgery – The Graz experience. ",
            "abstract": null,
            "authors": [
                "Mokry, M",
                "Stammberger, H"
            ],
            "year": 2006,
            "source": "International Skull Base Surgery Symposium, King Faisal Specialist Hospital and Research Centre; JAN 24-26, 2006; Riyadh, SAUDI ARABIA. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "63033-14050",
                "63033-14066"
            ],
            "persons": [
                "63033-52006"
            ],
            "imported": "2006-12-14T09:42:38+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": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 63032,
            "title": "Zahnärztliche Versorgung von Patienten mit ektodermaler Dysplasie.",
            "abstract": null,
            "authors": [
                "Gluhak, C",
                "Kirmeier, R",
                "Payer, M",
                "Marada, P",
                "Jakse, N"
            ],
            "year": 2006,
            "source": "Stomatologie. 103. Jahrgang(5):114-114.-Österreichischer Zahnärztekongress 2006; SEPT 27-30,2006; Krems, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "63032-14057",
                "63032-14111"
            ],
            "persons": [
                "63032-50792",
                "63032-51707"
            ],
            "imported": "2006-12-14T09:42:16+01:00",
            "journal": "Stomatologie",
            "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": 63031,
            "title": "Proximale Fibiladislokation im letzten Trimenon der Schwangerschaft.",
            "abstract": null,
            "authors": [
                "Pichler, W",
                "Tesch, NP",
                "Clement, HG",
                "Grechenig, W",
                "Windisch, G"
            ],
            "year": 2006,
            "source": "Ann Anat. DOI 10.3337/anatges.2006.00032006. 2006; -23. Arbeitstagung der Anatomischen Gesellschaft in Würzburg; SEPT 27 -29, 2006; Würzburg, DEUTSCHLAND. ",
            "category": 2,
            "document_type": 22,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "63031-14018",
                "63031-14052"
            ],
            "persons": [
                "63031-60541"
            ],
            "imported": "2006-12-14T09:41:34+01:00",
            "journal": "Ann Anat",
            "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": 63029,
            "title": "Einfluss des Muskelrelaxans Tizanidin auf die Mundöffnung nach Weisheitszahnentfernung.",
            "abstract": null,
            "authors": [
                "Kirmeier, R",
                "Truschnegg, A",
                "Payer, M",
                "Schulz, K",
                "Jakse, N"
            ],
            "year": 2006,
            "source": "Stomatologie. 103. Jahrgang(5):102-102.-Österreichischer Zahnärztekongress 2006; SEPT 27-30,2006; Krems, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "63029-14057"
            ],
            "persons": [
                "63029-50792",
                "63029-51042",
                "63029-51707"
            ],
            "imported": "2006-12-14T09:39:17+01:00",
            "journal": "Stomatologie",
            "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": 63028,
            "title": "Die Anatomie der proximalen Ulna in Hinblick auf eine Verplattung nach einer Monteggia Fraktur. ",
            "abstract": null,
            "authors": [
                "Windisch, G",
                "Clement, HG",
                "Grechenig, W",
                "Tesch, NP",
                "Pichler, W"
            ],
            "year": 2006,
            "source": "Ann Anat. 187: 262--23. Arbeitstagung der Anatomischen Gesellschaft in Würzburg; SEPT, 2006; Würzburg, DEUTSCHLAND.  (ISBN: 3-437-31207-3 )",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "63028-14018",
                "63028-14052"
            ],
            "persons": [
                "63028-60541"
            ],
            "imported": "2006-12-14T09:35:01+01:00",
            "journal": "Ann Anat",
            "issn": "0066-1562",
            "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": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 63025,
            "title": "Erfolgreiche Endodontie mit optimalen Instrumenten",
            "abstract": null,
            "authors": [
                "Städtler, P"
            ],
            "year": 2006,
            "source": "Zahn Krone 8/06. 2006",
            "category": 12,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "63025-14111"
            ],
            "persons": [
                "63025-74154"
            ],
            "imported": "2006-12-14T09:16: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": 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": 63024,
            "title": "Zahntransplantation versus Implantation zur oralchirurgischer Behandlung von Nichtanlagen.",
            "abstract": null,
            "authors": [
                "Jakse, N"
            ],
            "year": 2006,
            "source": "Stomatologie. 103. Jahrgang(5):98-98.-Österreichischer Zahnärztekongress 2006; SEPT 27-30,2006; Krems, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "63024-14057"
            ],
            "persons": [
                "63024-51707"
            ],
            "imported": "2006-12-14T08:59:54+01:00",
            "journal": "Stomatologie",
            "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": 63023,
            "title": "Management von Weichteilkomplikationen nach externen Kieferkammaugmentationen.",
            "abstract": null,
            "authors": [
                "Jakse, N"
            ],
            "year": 2006,
            "source": "Stomatologie. 103. Jahrgang(5):87-87.-Österreichisch Zahnärztekongress 2006; SEPT 27-30,2006; Krems, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "63023-14057"
            ],
            "persons": [
                "63023-51707"
            ],
            "imported": "2006-12-14T08:58:10+01:00",
            "journal": "Stomatologie",
            "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": 63022,
            "title": "Sedierungsmöglichkeiten in der Kinderzahnheilkunde.",
            "abstract": null,
            "authors": [
                "Wenger, S",
                "Jakse, N"
            ],
            "year": 2006,
            "source": "Stomatologie. 103. Jahrgang(5):82-82.-Österreichischer Zahnärztekongress 2006; SEPT 27-30,2006; Krems, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "63022-14057"
            ],
            "persons": [
                "63022-51707"
            ],
            "imported": "2006-12-14T08:55:10+01:00",
            "journal": "Stomatologie",
            "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": 63021,
            "title": "Gamma knife thalamotomy and pallidotomy in medically intractable parkinsonian tremor.",
            "abstract": null,
            "authors": [
                "Unger, F",
                "Schröttner, O",
                "Unger, B"
            ],
            "year": 2006,
            "source": "Klin Neurophysiol. 37: 93-93.-50. Jahrestagung der Deutschen Gesellschaft für Klinische Neurophysiologie und funktionelle Bildgebung; MAR 22-26, 2006; Bad Nauheim, GERMANY. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "63021-14050"
            ],
            "persons": [
                "63021-51969"
            ],
            "imported": "2006-12-14T08:37:25+01:00",
            "journal": "Klin Neurophysiol",
            "issn": "1434-0275",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.087,
            "impactfactor_year": 2005,
            "impactfactor_norm": 0.142857142857143,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "NEUROIMAGING",
            "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": 63147,
            "title": "Quantitative cytospectrophotometrical determination of the total protein thiols with "mercurochrom": optimization and calibration of the histochemical reaction.",
            "abstract": null,
            "authors": [
                "Nöhammer, G",
                "Desoye, G",
                "Khoschsorur, G"
            ],
            "year": 1981,
            "source": "Histochemistry. 1981; 71(2):291-300",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981LS73300013",
            "pubmed": "6165706",
            "doi": "10.1007/BF00507832",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-12-14T01:00:00+01:00",
            "journal": "Histochemistry",
            "issn": "0301-5564",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.143,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.888888888888889,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "MICROSCOPY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 63146,
            "title": "Model experiments for quantitative cytophotometry using protein films (author's transl)",
            "abstract": null,
            "authors": [
                "Desoye, G",
                "Schauenstein, E"
            ],
            "year": 1981,
            "source": "Microsc Acta. 1981; 84(1):9-16",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981KZ74500002",
            "pubmed": "6163067",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-12-14T01:00:00+01:00",
            "journal": "Microsc Acta",
            "issn": "0044-376X",
            "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": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 63145,
            "title": "Quantitative determination of proteins in single cells with amidoblack (author's transl)",
            "abstract": null,
            "authors": [
                "Schauenstein, E",
                "Desoye, G",
                "Nöhammer, G"
            ],
            "year": 1980,
            "source": "Histochemistry. 1980; 68(1):75-90",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1980KF09400010",
            "pubmed": "7410125",
            "doi": "10.1007/BF00498503",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-12-14T01:00:00+01:00",
            "journal": "Histochemistry",
            "issn": "0301-5564",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.143,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.888888888888889,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "MICROSCOPY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 63144,
            "title": "Which immunologic mechanisms facilitate a successful pregnancy",
            "abstract": null,
            "authors": [
                "Desoye, G",
                "Dohr, G",
                "Kessler, HH"
            ],
            "year": 1989,
            "source": "Arch Gynecol Obstet. 1989; 245(1-4): 146-148. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "2802699",
            "doi": "10.1007/BF02417218",
            "pmc": null,
            "organizations": [],
            "persons": [
                "63144-51666-6"
            ],
            "imported": "2006-12-14T01:00:00+01:00",
            "journal": "Arch Gynecol Obstet",
            "issn": "0932-0067",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": 0.0377358490566038,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "OBSTETRICS & GYNECOLOGY",
            "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
        }
    ]
}