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=152020&ordering=impactfactor_norm
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 156885,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=152040&ordering=impactfactor_norm",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=152000&ordering=impactfactor_norm",
    "results": [
        {
            "id": 128175,
            "title": "Preterm Birth: Management of maternal stress \r\n",
            "abstract": null,
            "authors": [
                "Pichler-Stachl, E",
                "Pichler, G",
                "Wasserbauer, J",
                "Morris, N",
                "Urlesberger, B,"
            ],
            "year": 2013,
            "source": "Grand Round NICU; FEB, 7; Edmonton, CANADA. 2013. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "128175-14094"
            ],
            "persons": [
                "128175-50907"
            ],
            "imported": "2013-04-27T00:41: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": true,
            "conference_place": true,
            "conference_international": true,
            "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": 128178,
            "title": "Growth of squamous carcinoma cells under the influence of chemotherapeutic agents",
            "abstract": null,
            "authors": [
                "DeVaney, T",
                "Reinisch, S\r\n"
            ],
            "year": 2008,
            "source": "15th Congress on Alternatives to Animal Testing; Sept 19-21 2008; Linz. 2008. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "128178-14011"
            ],
            "persons": [
                "128178-50656"
            ],
            "imported": "2013-04-27T17:51:38+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 128180,
            "title": "Correction of surface tension induced refraction artefacts at the meniscus interface in multiwell plates",
            "abstract": null,
            "authors": [
                "DeVaney, T",
                "Sax, W",
                "Platzer, F"
            ],
            "year": 2008,
            "source": "15th Congress on Alternatives to Animal Testing; SEP 19-21, ; Linz. 2008. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2013-04-27T22:06: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": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 128181,
            "title": "Venous pressure monitoring may be insufficient for detecting needle dislodgement in native fistulas.",
            "abstract": null,
            "authors": [
                "Ribitsch, W",
                "Hafner-Giessauf, H",
                "Horina, HJ",
                "Krisper, P",
                "Rosenkranz, AR",
                "Schilcher,G"
            ],
            "year": 2013,
            "source": "The Journal of Vascular Access. 2013; 14(1):23-23.-8th International Congress on Vascular Access; April 25-27,2013; Prague, Czech Republic. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "128181-14084"
            ],
            "persons": [
                "128181-50740",
                "128181-51717",
                "128181-53096",
                "128181-59568",
                "128181-72630"
            ],
            "imported": "2013-04-27T22:54:39+02:00",
            "journal": null,
            "issn": "1129-7298",
            "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": 128182,
            "title": "KNOCHENDICHTE UND KÖRPERZUSAMMENSETZUNG BEI CHRONISCHER HERZINSUFFIZIENZ UND VITAMIN D-MANGEL",
            "abstract": null,
            "authors": [
                "Klemmer, AS",
                "Mikschofsky, C",
                "Hausleitner, A",
                "Fruhwald, F",
                "Schnedl, C",
                "Stojakovic, T",
                "Pieber, TR",
                "Fahrleitner-Pammer, A",
                "Amrein, K"
            ],
            "year": 2013,
            "source": "Journal für Klinische Endokrinologie und Stoffwechsel. 2013; Sonderheft 1(6). 2013; -18. Jahrestagung der ÖGES; APR 18-19; Linz, AUSTRIA. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "128182-14028",
                "128182-14080",
                "128182-14083"
            ],
            "persons": [
                "128182-51063",
                "128182-51700",
                "128182-51831",
                "128182-58615"
            ],
            "imported": "2013-04-28T15:14: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": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 128183,
            "title": "Eine harte Nuss!\r\nFallpräsentation Psoriasis.",
            "abstract": null,
            "authors": [
                "Salmhofer, W",
                ""
            ],
            "year": 2013,
            "source": "Biologika in der Dermatologie Modulteil 3; 19.04.2013; Graz. 2013. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "128183-14047"
            ],
            "persons": [
                "128183-51721"
            ],
            "imported": "2013-04-29T00:19:41+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 128184,
            "title": "Das mannigfaltige Bild der Psoriasis - was sollte der Nicht-Dermatologie wissen und dokumentieren.",
            "abstract": null,
            "authors": [
                "Salmhofer, W",
                ""
            ],
            "year": 2013,
            "source": "Österreichisches Spondylarthritis-Seminar; 25.-27. April 2013; Graz. 2013. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "128184-14047"
            ],
            "persons": [
                "128184-51721"
            ],
            "imported": "2013-04-29T00:22: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": 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": 128185,
            "title": "Chirurgie Der Bauchspeicheldrüse",
            "abstract": null,
            "authors": [
                "Kornprat P"
            ],
            "year": 2013,
            "source": "Pflege im Operationsbereich des 21.Jahrhunderts; 26.4.2013; Graz. 2013. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "128185-14073"
            ],
            "persons": [
                "128185-50039"
            ],
            "imported": "2013-04-29T09:07: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": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 128186,
            "title": "Stroke in the Young - Vascular imaging (CTA/MRA)",
            "abstract": null,
            "authors": [
                "Enzinger, C"
            ],
            "year": 2013,
            "source": "1st Stroke in the Young Meeting; APR 25-26,2013; Bergen, NORWAY. 2013. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "128186-14051"
            ],
            "persons": [
                "128186-50173"
            ],
            "imported": "2013-04-29T10:16:25+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 128188,
            "title": "Stroke in the Young - Brain imaging (CT/MR) in cerebral infarction",
            "abstract": null,
            "authors": [
                "Enzinger, C",
                "Fazekas, F"
            ],
            "year": 2013,
            "source": "1st Stroke in the Young Meeting; APR 25-26,2013; Bergen, NORWAY. 2013. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "128188-14051"
            ],
            "persons": [
                "128188-50173"
            ],
            "imported": "2013-04-29T10:17:54+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 128189,
            "title": "Neuroplastizität und Neuroneogenese",
            "abstract": null,
            "authors": [
                "Enzinger, C"
            ],
            "year": 2013,
            "source": "I. Internationaler Kongress für Neurogeriatrie; MAY 2-4, 2013; Villach, AUSTRIA. 2013. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "128189-14051"
            ],
            "persons": [
                "128189-50173"
            ],
            "imported": "2013-04-29T12:01:36+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 128190,
            "title": "A biopsychosocial model of interferon-alpha-induced depression in patients with chronic hepatitis c infection.",
            "abstract": null,
            "authors": [
                "Baranyi, A",
                "Meinitzer, A",
                "Stepan, A",
                "Putz-Bankuti, C",
                "Breitenecker, RJ",
                "Stauber, R",
                "Kapfhammer, HP",
                "Rothenhäusler, HB"
            ],
            "year": 2013,
            "source": "Hauptprogramm 2013 \"Drinnen und Draußen\". 2013; 13. Jahrestagung: 25-25.-13. Jahrestagung der Österreichischen Gesellschaft für Psychiatrie und Psychotherapie (ÖGPP); APR 24-27, 2013; Gmunden, AUSTRIA. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "128190-14028",
                "128190-29444"
            ],
            "persons": [
                "128190-50097",
                "128190-50887",
                "128190-51907"
            ],
            "imported": "2013-04-29T12:08:35+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": 128191,
            "title": "Identifizierung Quinazolin sensitiver Proteine in humanen Krebszellen",
            "abstract": null,
            "authors": [
                "Fuchs, R",
                "Schittmayer, M",
                "Stracke, A",
                "Allard, N",
                "Zeller, C",
                "Rehnolt, C",
                "Schwach, G",
                "Raninger, AM",
                "Rinner, B",
                "Kueznik, T",
                "Absenger, M",
                "Froehlich, E",
                "Birner-Gruenberger, R",
                "Leitinger, G",
                "Ghaffari Tabrizi-Wizsy, N",
                "Pfragner, R",
                "Sadjak, A."
            ],
            "year": 2013,
            "source": "Cell Culture Days; APR 25-26, 2013; Graz, AUSTRIA. 2013. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "128191-14014",
                "128191-14020",
                "128191-17225",
                "128191-17230",
                "128191-25164",
                "128191-28394"
            ],
            "persons": [
                "128191-50826",
                "128191-50960",
                "128191-51047",
                "128191-58444",
                "128191-58450",
                "128191-58794",
                "128191-61269",
                "128191-61645"
            ],
            "imported": "2013-04-29T13:43:15+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 128194,
            "title": "Moderne Bildgebung: Tomosynthese und MR-Mammographie",
            "abstract": null,
            "authors": [
                "Fuchsjäger M"
            ],
            "year": 2013,
            "source": "Kongresstage Radiologie und Nuklearmedizin - Radiologie-Update in der Onkologie; APR 26-27, 2013; Linz, AUSTRIA. 2013. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "128194-14104"
            ],
            "persons": [
                "128194-82111"
            ],
            "imported": "2013-04-29T18:00: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": 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": 128195,
            "title": "Ultraschall: Benigne Befunde - Klassifikation",
            "abstract": null,
            "authors": [
                "Fuchsjäger M"
            ],
            "year": 2013,
            "source": "Österreichisches Brustkrebs-Früherkennungsprogramm - Befunderkurs; APR 27-28, 2013; Vösendorf, AUSTRIA. 2013. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "128195-14104"
            ],
            "persons": [
                "128195-82111"
            ],
            "imported": "2013-04-29T18:04:07+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 128196,
            "title": "Ultraschall: Maligne Befunde - Klassifikation",
            "abstract": null,
            "authors": [
                "Fuchsjäger, M"
            ],
            "year": 2013,
            "source": "Österreichisches Brustkrebs-Früherkennungsprogramm - Befunderkurs; APR 27-28, 2013; Vösendorf, AUSTRIA. 2013. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "128196-14104"
            ],
            "persons": [
                "128196-82111"
            ],
            "imported": "2013-04-29T18:05: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": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 128197,
            "title": "Biopsie mittels Ultraschall",
            "abstract": null,
            "authors": [
                "Fuchsjäger, M"
            ],
            "year": 2013,
            "source": "Österreichisches Brustkrebs-Früherkennungsprogramm - Befunderkurs; APR 27-28, 2013; Vösendorf, AUSTRIA. 2013. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "128197-14104"
            ],
            "persons": [
                "128197-82111"
            ],
            "imported": "2013-04-29T18:06:29+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": 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": 128198,
            "title": "Ultraschall: Indikationen zum Assessment",
            "abstract": null,
            "authors": [
                "Fuchsjäger, M"
            ],
            "year": 2013,
            "source": "Österreichisches Brustkrebs-Früherkennungsprogramm - Befunderkurs; APR 27-28, 2013; Vösendorf, AUSTRIA. 2013. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "128198-14104"
            ],
            "persons": [
                "128198-82111"
            ],
            "imported": "2013-04-29T18:07:41+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 128199,
            "title": "MRT: Untersuchungsablauf und Dokumentation",
            "abstract": null,
            "authors": [
                "Fuchsjäger, M"
            ],
            "year": 2013,
            "source": "Österreichisches Brustkrebs-Früherkennungsprogramm - Befunderkurs; APR 27-28, 2013; Vösendorf, AUSTRIA. 2013. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "128199-14104"
            ],
            "persons": [
                "128199-82111"
            ],
            "imported": "2013-04-29T18:08:51+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 128200,
            "title": "MRT: Beschreibung der Befunde; BIRADS-MRT",
            "abstract": null,
            "authors": [
                "Fuchsjäger, M"
            ],
            "year": 2013,
            "source": "Österreichisches Brustkrebs-Früherkennungsprogramm - Befunderkurs; APR 27-28, 2013; Vösendorf, AUSTRIA. 2013. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "128200-14104"
            ],
            "persons": [
                "128200-82111"
            ],
            "imported": "2013-04-29T18:10: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": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        }
    ]
}