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=1120&ordering=imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157089,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=1140&ordering=imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=1100&ordering=imported",
    "results": [
        {
            "id": 61266,
            "title": "Influence of diabetes mellitus on the occlusal status of young patients",
            "abstract": null,
            "authors": [
                "Stadtler, P",
                "Sulzer, P",
                "Petrin, P"
            ],
            "year": 1980,
            "source": "Osterr Z Stomatol. 1980; 77(3): 105-108. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "6932629",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61266-74154-1"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "Osterr Z Stomatol",
            "issn": "0029-9642",
            "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": false
        },
        {
            "id": 61285,
            "title": "Preventive aspects of restorations using amalgam",
            "abstract": null,
            "authors": [
                "Städtler, P"
            ],
            "year": 1986,
            "source": "Z Stomatol. 1986; 83(1): 85-90. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "3463091",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61285-74154-2"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "Z Stomatol",
            "issn": "0175-7784",
            "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": false
        },
        {
            "id": 61259,
            "title": "Epidemiological research on the dental condition of students in the 1st grade in the Fürstenfeld district. 2. Investigation of DMF indexes, differences between social groups",
            "abstract": null,
            "authors": [
                "Städtler, P",
                "Tschamer, H"
            ],
            "year": 1979,
            "source": "Osterr Z Stomatol. 1979; 76(4): 141--1416. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "297867",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61259-74154-1"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "Osterr Z Stomatol",
            "issn": "0029-9642",
            "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": false
        },
        {
            "id": 61286,
            "title": "Toothpastes--effects of zinc salts on cleansing action",
            "abstract": null,
            "authors": [
                "Städtler, P"
            ],
            "year": 1987,
            "source": "Z Stomatol. 1987; 84(7): 351-355. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "3504658",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61286-74154-2"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "Z Stomatol",
            "issn": "0175-7784",
            "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": false
        },
        {
            "id": 61295,
            "title": "Composite materials in posterior region: indications",
            "abstract": null,
            "authors": [
                "Städtler, P"
            ],
            "year": 1990,
            "source": "Zahnarztl Prax. 1990; 41(4):  138- 139. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "2238925",
            "doi": "10.1177/026009359004100106",
            "pmc": null,
            "organizations": [],
            "persons": [
                "61295-74154-2"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "Zahnarztl Prax",
            "issn": "0044-1651",
            "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": false
        },
        {
            "id": 61268,
            "title": "Medical-educational effect of supervised oral hygiene exercises. Results after a year",
            "abstract": null,
            "authors": [
                "Stadtler, P"
            ],
            "year": 1981,
            "source": "Osterr Z Stomatol. 1981; 78(6): 228-234. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "6944688",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61268-74154-2"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "Osterr Z Stomatol",
            "issn": "0029-9642",
            "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": false
        },
        {
            "id": 61245,
            "title": "A 3-year clinical study of a hybrid composite resin as fissure sealant and as restorative material for Class I restorations.",
            "abstract": null,
            "authors": [
                "Städtler, P"
            ],
            "year": 1992,
            "source": "Quintessence Int. 1992; 23(11): 759-762. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "1305291",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61245-74154-2"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "Quintessence Int",
            "issn": "0033-6572",
            "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": false
        },
        {
            "id": 61274,
            "title": "Experiences with modern amalgams",
            "abstract": null,
            "authors": [
                "Stadtler, P"
            ],
            "year": 1982,
            "source": "Quintessenz. 1982; 33(8): 1505-1511. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "6960383",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61274-74154-2"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "Quintessenz",
            "issn": "0033-6580",
            "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": false
        },
        {
            "id": 61240,
            "title": "Caries prevalence, periodontal status, traumatised anterior teeth and sealant in 11-14-year olds in Styria",
            "abstract": null,
            "authors": [
                "Städtler, P",
                "Schäfer, F",
                "Glockner, K"
            ],
            "year": 1991,
            "source": "Dtsch Stomatol. 1991; 41(6): 207-209. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "1816833",
            "doi": null,
            "pmc": null,
            "organizations": [
                "61240-14111"
            ],
            "persons": [
                "61240-74154-2",
                "61240-51840-6"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "Dtsch Stomatol",
            "issn": "0863-4904",
            "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": 61264,
            "title": "Control of programs for preventive dental care, using the Quickly-Hein plaque indix",
            "abstract": null,
            "authors": [
                "Städtler, P"
            ],
            "year": 1979,
            "source": "ZWR. 1979; 88(23-24): 1071-1073. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "297411",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61264-74154-2"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "ZWR",
            "issn": "0044-166X",
            "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": false
        },
        {
            "id": 61289,
            "title": "Exactness of measurement of the sulcus-fluid flow rate (SFFR) by means of the Periotron",
            "abstract": null,
            "authors": [
                "Städtler, P",
                "Pfeiffer, KP"
            ],
            "year": 1988,
            "source": "Stomatol DDR. 1988; 38(2): 82-84. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "3293267",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61289-74154-1"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "Stomatol DDR",
            "issn": "0302-4725",
            "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": false
        },
        {
            "id": 61241,
            "title": "Cariogenic potential of in-between-meals--results of oral plaque-pH-telemetry",
            "abstract": null,
            "authors": [
                "Maiwald, HJ",
                "Fröhlich, S",
                "Städtler, P"
            ],
            "year": 1991,
            "source": "Dtsch Stomatol. 1991; 41(12): 457-459. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "1818625",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61241-74154-6"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "Dtsch Stomatol",
            "issn": "0863-4904",
            "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": false
        },
        {
            "id": 61269,
            "title": "Dental prophylaxis. 3.",
            "abstract": null,
            "authors": [
                "Binder, K",
                "Kotschy, P",
                "Kulmer, R",
                "Kulmer, S",
                "Pilarz, GF",
                "Städtler, P",
                "Wepner, F"
            ],
            "year": 1982,
            "source": "Osterr Krankenpflegez. 1982; 35(1): 13-18. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "6917114",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61269-74154-6"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "Osterr Krankenpflegez",
            "issn": "0303-4461",
            "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": false
        },
        {
            "id": 61280,
            "title": "Plaque-inhibiting agents",
            "abstract": null,
            "authors": [
                "Städtler, P"
            ],
            "year": 1983,
            "source": "Osterr Z Stomatol. 1983; 80(10): 372-379. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "6583640",
            "doi": "10.1016/0315-0860(83)90086-1",
            "pmc": null,
            "organizations": [],
            "persons": [
                "61280-74154-2"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "Osterr Z Stomatol",
            "issn": "0029-9642",
            "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": false
        },
        {
            "id": 61282,
            "title": "Effect of electrical toothbrushes and manual toothbrushes on oral hygiene in children",
            "abstract": null,
            "authors": [
                "Städtler, P"
            ],
            "year": 1984,
            "source": "Z Stomatol. 1984; 81(1): 21-24. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "6589917",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61282-74154-2"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "Z Stomatol",
            "issn": "0175-7784",
            "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": false
        },
        {
            "id": 61244,
            "title": "Preparation of root canals with the Excalibur in comparison with manual instrumentation, Endocursor and Intra-Endokopf",
            "abstract": null,
            "authors": [
                "Städtler, P",
                "Arnetzl, G"
            ],
            "year": 1991,
            "source": "ZWR. 1991; 100(10):  778- 779. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "1819178",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61244-74154-1"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "ZWR",
            "issn": "0044-166X",
            "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": false
        },
        {
            "id": 61293,
            "title": "Fluorides.",
            "abstract": null,
            "authors": [
                "Städtler, P"
            ],
            "year": 1990,
            "source": "Int J Clin Pharmacol Ther Toxicol. 1990; 28(1): 20-26. ",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:A1990CM81100005",
            "pubmed": "2406210",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61293-74154-2"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "Int J Clin Pharmacol Ther Toxicol",
            "issn": "0946-1965",
            "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": 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": 61306,
            "title": "Effects of melagatran on activated partial thromboplastin time and on ecarin clotting time in cord versus adult plasma.",
            "abstract": null,
            "authors": [
                "Koestenberger, M",
                "Gallistl, S",
                "Bettina, L",
                "Cimenti, C",
                "Kutschera, J",
                "Cvirn, G"
            ],
            "year": 2006,
            "source": "Blood Coagul Fibrinolysis. 2006; 17(8): 677-680. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000242672700012",
            "pubmed": "17102656",
            "doi": "10.1097/01.mbc.0000252604.63142.e0",
            "pmc": null,
            "organizations": [
                "61306-14012",
                "61306-14048",
                "61306-14091",
                "61306-14094"
            ],
            "persons": [
                "61306-50068-6",
                "61306-51963-6",
                "61306-52013-2"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "Blood Coagul Fibrinolysis",
            "issn": "0957-5235",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.37,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.4,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "HEMATOLOGY",
            "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": true
        },
        {
            "id": 61281,
            "title": "Onset of the eruption of permanent teeth, deciduous tooth exfoliation and mineralisation of wisdom teeth in 979 grade school students in Graz",
            "abstract": null,
            "authors": [
                "Städtler, P",
                "Droschl, H"
            ],
            "year": 1983,
            "source": "Osterr Z Stomatol. 1983; 80(11): 403-412. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "6588354",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61281-74154-2"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "Osterr Z Stomatol",
            "issn": "0029-9642",
            "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": false
        },
        {
            "id": 61271,
            "title": "Results of a 3-year clinical, experimental double-blind study with weekly supervised brushing with a sodium fluoride gel",
            "abstract": null,
            "authors": [
                "Stadtler, P"
            ],
            "year": 1982,
            "source": "Osterr Z Stomatol. 1982; 79(3): 83-99. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "6955752",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61271-74154-2"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "Osterr Z Stomatol",
            "issn": "0029-9642",
            "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": false
        }
    ]
}