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=155320&ordering=impactfactor_norm
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157105,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=155340&ordering=impactfactor_norm",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=155300&ordering=impactfactor_norm",
    "results": [
        {
            "id": 106051,
            "title": "Changing Pattern in Tinea capitis: Current Epidemiology in Europe.",
            "abstract": null,
            "authors": [
                "Ginter-Hanselmayer, G"
            ],
            "year": 2010,
            "source": "Abstracts of the 7th EADV Spring Symposium on CD-Rom2010; -7th European Academy of Dermatology and Venereology (EADV); MAY 13-16, 2010; Cavtat, CROATIA. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "106051-14047"
            ],
            "persons": [],
            "imported": "2010-10-21T02:09:28+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 106052,
            "title": "Superficial fungal infections in children",
            "abstract": null,
            "authors": [
                "Ginter-Hanselmayer, G"
            ],
            "year": 2010,
            "source": "Abstracts of the 19th European Academy of Dermatology and Venereology on CD-Rom 2010; -19th European Academy of Dermatology and Venereology; OCT 6-10, 2010; Gothenburg, SWEDEN. ",
            "category": 2,
            "document_type": 22,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "106052-14047"
            ],
            "persons": [],
            "imported": "2010-10-21T02:19:50+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 106053,
            "title": "Prävalenz der Inkontinenz, Pflegemaßnahmen und Qualitätsindikatoren in österreichischen Krankenhäusern und Pflegeheimen.",
            "abstract": null,
            "authors": [
                "Nußbaumer, B",
                "Lohrmann, C"
            ],
            "year": 2010,
            "source": "20. Jahrestagung der Medizinischen Kontinenzgesellschaft Österreich (MKÖ); Oct 6, 2010; Vienna, AUSTRIA. 2010. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "106053-14509"
            ],
            "persons": [],
            "imported": "2010-10-21T11:05:00+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 106054,
            "title": "Behandlung von Stress-, Drang- und Mischinkontinenz.",
            "abstract": null,
            "authors": [
                "Neuhold, B",
                "Nußbaumer, B",
                "Moser, S",
                "Schoberer, D",
                "Lohrmann, C"
            ],
            "year": 2010,
            "source": "20. Jahrestagung der Medizinischen Kontinenzgesellschaft Österreich (MKÖ); Oct 6, 2010; Vienna, AUSTRIA. 2010. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "106054-14509"
            ],
            "persons": [
                "106054-63683"
            ],
            "imported": "2010-10-21T11:10:08+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 106055,
            "title": "Formen der Harninkontinenz, Pflegeabhängigkeit und häufige Krankheiten bei inkontinenten PatientInnen in Krankenhäusern und bei BewohnerInnen in Pflegeheimen: Eine Prävalenzerhebung in Österreich",
            "abstract": null,
            "authors": [
                "Gerlich, IA",
                "Lohrmann, C"
            ],
            "year": 2010,
            "source": "20. Jahrestagung der Medizinischen Kontinenzgesellschaft Österreich (MKÖ); Oct 6, 2010; Vienna, Austria. 2010. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "106055-14509"
            ],
            "persons": [],
            "imported": "2010-10-21T11:14:27+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 106057,
            "title": "Elektronische Patientendokumentation",
            "abstract": null,
            "authors": [
                "Wildner, G",
                ""
            ],
            "year": 2010,
            "source": "Jour fixe der Arbeitsgemeinschaft für Notfallmedizin (AGN); OKT 12, 2010; Graz. 2010. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "106057-14069"
            ],
            "persons": [
                "106057-50018"
            ],
            "imported": "2010-10-21T13:48:04+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 106059,
            "title": "Die Bedeutung der Oktreotidszintigraphie bei der Diagnostik der aktiven endokrinen Orbitopathie",
            "abstract": null,
            "authors": [
                "Ardjomand, N",
                "Esche, G",
                "Lindner, S",
                "Panzitt, M",
                "Aigner, R",
                "Berghold, A",
                "Langmann, A"
            ],
            "year": 2001,
            "source": "Spektrum der Augenheilkunde. 2001; 15(3): 113-116. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "106059-14026",
                "106059-14043",
                "106059-14107"
            ],
            "persons": [
                "106059-51344",
                "106059-53163",
                "106059-51727"
            ],
            "imported": "2010-10-21T22:24:24+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": 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": 106060,
            "title": "Kontrastsehen und Aberrationen höherer Ordnung mit asphärischen und gelben Intraokularlinsen",
            "abstract": null,
            "authors": [
                "Wohlfant, C",
                "Tschuschnig, K",
                "Fellner, P",
                "Weiss, K",
                "Vidic, B",
                "El-Shabrawi, Y",
                "Ardjomand, N"
            ],
            "year": 2006,
            "source": "Spektrum der Augenheilkunde. 2006; 20(6): 260-263. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "106060-14043"
            ],
            "persons": [
                "106060-51899",
                "106060-53163"
            ],
            "imported": "2010-10-21T22:29:11+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": 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": 106061,
            "title": "ABO Blutgruppenantigene im Stroma erkrankter Hornhäute",
            "abstract": null,
            "authors": [
                "Ardjomand, N",
                "Reich, ME",
                "Radner, H"
            ],
            "year": 1998,
            "source": "Spektrum der Augenheilkunde. 1998; 12(4): 133-136. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "106061-14043"
            ],
            "persons": [
                "106061-53163"
            ],
            "imported": "2010-10-21T22:38:03+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": 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": 106062,
            "title": "Somatostatinrezeptor Expression in uvealen Melanomen",
            "abstract": null,
            "authors": [
                "Fellner, P",
                "El-Shabrawi, Y",
                "Ardjomand, N"
            ],
            "year": 2002,
            "source": "Spektrum der Augenheilkunde. 2002; 16(5): 211-213. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "106062-14043"
            ],
            "persons": [
                "106062-51899",
                "106062-53163"
            ],
            "imported": "2010-10-21T22:40:48+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": 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": 106063,
            "title": "Wirkung von Timolol Hydrogel 0.1 % bei Patienten mit primarem Offenwinkelglaukom und okuldrer Hypertension",
            "abstract": null,
            "authors": [
                "Ardjomand, N",
                "Ardjomand, N",
                "Komericki, P"
            ],
            "year": 2000,
            "source": "Spektrum der Augenheilkunde. 2000; 14(4): 203-208. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "106063-14043",
                "106063-14047"
            ],
            "persons": [
                "106063-50041",
                "106063-53163"
            ],
            "imported": "2010-10-21T22:43:40+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": 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": 106064,
            "title": "Die korneale Langerhans-Zelle and ihr Antigenmuster",
            "abstract": null,
            "authors": [
                "Ardjomand, N",
                "Müllner, K",
                "El-Shabrawi, Y",
                "Berglöff, J",
                "Hofmann-Wellenhof, R",
                "Reich, ME",
                "Radner, H"
            ],
            "year": 1999,
            "source": "Spektrum der Augenheilkunde. 1999; 13(1): 14-16. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "106064-14043",
                "106064-14047"
            ],
            "persons": [
                "106064-51711",
                "106064-51899",
                "106064-53163"
            ],
            "imported": "2010-10-21T22:49:04+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": 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": 106065,
            "title": "Nachweis von Interleukin-1 and Interleukin-1 Rezeptorantagonist in intraokularen Fliissigkeiten von Uveitispatienten",
            "abstract": null,
            "authors": [
                "El-Shabrawi, Y",
                "Ardjomand, N"
            ],
            "year": 1999,
            "source": "Spektrum der Augenheilkunde. 1999; 13(4): 151-154. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "106065-14043"
            ],
            "persons": [
                "106065-51899",
                "106065-53163"
            ],
            "imported": "2010-10-21T22:54:14+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": 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": 106066,
            "title": "MRI and Sklerainfiltration bei uvealem Ringmelanom",
            "abstract": null,
            "authors": [
                "Panzitt, M",
                "Ardjomand, N",
                "Schaffler, G",
                "Langmann, G"
            ],
            "year": 1999,
            "source": "Spektrum der Augenheilkunde. 1999; 13(6): 236-238. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "106066-14043",
                "106066-14104"
            ],
            "persons": [
                "106066-53163"
            ],
            "imported": "2010-10-21T22:56:48+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": 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": 106067,
            "title": "Immunhistorischer Nachweis vom p53 Tumorsuppressorprotein bei periorbitalen Talgdrusenkarzinomen",
            "abstract": null,
            "authors": [
                "Ramharter, A",
                "Ardjomand, N",
                "Wirnsberger, GH",
                "Komericki, P",
                "Langmann, G"
            ],
            "year": 1999,
            "source": "Spektrum der Augenheilkunde. 1999; 13(6): 239-242. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "106067-14043",
                "106067-14047",
                "106067-14084"
            ],
            "persons": [
                "106067-50041",
                "106067-53163",
                "106067-51739"
            ],
            "imported": "2010-10-21T23:00:33+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": 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": 106068,
            "title": "Mitomycin C 0,02% zur Behandlung von subepithelialen Narben nach PRK",
            "abstract": null,
            "authors": [
                "Ardjomand, N",
                "Vidic, B"
            ],
            "year": 2004,
            "source": "Spektrum der Augenheilkunde. 2004; 18(1): 17-20. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "106068-14043"
            ],
            "persons": [
                "106068-53163"
            ],
            "imported": "2010-10-21T23:02:23+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": 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": 106069,
            "title": "Timolol maleat Hydrogel 0,1% — Eine prospektive multizentrische Studie",
            "abstract": null,
            "authors": [
                "Ardjomand, N",
                "Komericki, P"
            ],
            "year": 2001,
            "source": "Spektrum der Augenheilkunde. 2001; 15(1): 9-13. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "106069-14043",
                "106069-14047"
            ],
            "persons": [
                "106069-50041",
                "106069-53163"
            ],
            "imported": "2010-10-21T23:04:08+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": 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": 106070,
            "title": "Paraffineinbettung von vitrektomiertem Material",
            "abstract": null,
            "authors": [
                "Theisl, AM",
                "Watch, A",
                "Fellner, P",
                "Ardjomand, N"
            ],
            "year": 2003,
            "source": "Spektrum der Augenheilkunde. 2003; 17(4): 174-176. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "106070-14043"
            ],
            "persons": [
                "106070-53163"
            ],
            "imported": "2010-10-21T23:12:29+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": 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": 106071,
            "title": "Matrix Metalloproteinasen und deren Inhibitoren in normalen und Keratokonus Hornhduten",
            "abstract": null,
            "authors": [
                "Ardjomand, N",
                "Schwarz, T",
                "Berglöff, J",
                "Radner, H",
                "El-Shabrawi, Y"
            ],
            "year": 2000,
            "source": "Spektrum der Augenheilkunde. 2000; 14(1): 19-22. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "106071-14043"
            ],
            "persons": [
                "106071-51899",
                "106071-53163"
            ],
            "imported": "2010-10-21T23:15:02+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": 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": 106072,
            "title": "Phake IOL-Implantation zur Korrektur hoher Myopie",
            "abstract": null,
            "authors": [
                "Ardjomand, N",
                "Fellner, P",
                "Kölli, H",
                "Vidic, B"
            ],
            "year": 2003,
            "source": "Spektrum der Augenheilkunde. 2003; 17(5): 222-226. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "106072-14043"
            ],
            "persons": [
                "106072-53163"
            ],
            "imported": "2010-10-21T23:17:05+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": 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
        }
    ]
}