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=1160&ordering=imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 159558,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=1180&ordering=imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=1140&ordering=imported",
    "results": [
        {
            "id": 61267,
            "title": "Results of a prophylaxis program at the Institute for the Deaf at Graz: changes in oral hygiene after first 7 months",
            "abstract": null,
            "authors": [
                "Stadtler, P"
            ],
            "year": 1980,
            "source": "Osterr Z Stomatol. 1980; 77(12): 470-476. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "6938915",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61267-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": 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": 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": 61283,
            "title": "Nutrition rules in the field of preventive dentistry",
            "abstract": null,
            "authors": [
                "Stadtler, P"
            ],
            "year": 1984,
            "source": "Zahnarztl Prax. 1984; 35(7):  272- 273. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "6592909",
            "doi": "10.1088/0031-9112/35/7/019",
            "pmc": null,
            "organizations": [],
            "persons": [
                "61283-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": 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
        },
        {
            "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": 61276,
            "title": "Pulpotomy - partial and total pulpectomy in primary teeth",
            "abstract": null,
            "authors": [
                "Städtler, P"
            ],
            "year": 1983,
            "source": "ZWR. 1983; 92(8): 44-47. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "6583911",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61276-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": 61260,
            "title": "The course of caries and frequency of dental restorations in low sugar diet",
            "abstract": null,
            "authors": [
                "Städtler, P",
                "Sulzer, M",
                "Petrin, P"
            ],
            "year": 1979,
            "source": "Dtsch Zahnarztl Z. 1979; 34(7): 555-558. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "288573",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61260-74154-1"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "Dtsch Zahnarztl Z",
            "issn": "0012-1029",
            "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": 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": 61242,
            "title": "Prevention--important preparation and accompaniments for caries-free therapy",
            "abstract": null,
            "authors": [
                "Städtler, P"
            ],
            "year": 1991,
            "source": "Zahnarztl Prax. 1991; 42(4): 118-120. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "1872068",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61242-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": 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": 61287,
            "title": "Dental condition of 3,600 styrian apprentices",
            "abstract": null,
            "authors": [
                "Städtler, P"
            ],
            "year": 1988,
            "source": "Z Stomatol. 1988; 85(3): 163-169. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "3256174",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61287-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": 61257,
            "title": "Epidemiologic studies on the dental condition of pupils in 1st grade in the Fürstenfeld district",
            "abstract": null,
            "authors": [
                "Städtler, P",
                "Tschamer, H"
            ],
            "year": 1979,
            "source": "Osterr Z Stomatol. 1979; 76(2): 60-66. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "294558",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61257-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": 61310,
            "title": "The role of inherited thrombotic disorders in the etiology of Legg-Calvé-Perthes disease.",
            "abstract": null,
            "authors": [
                "Gallistl, S",
                "Reitinger, T",
                "Linhart, W",
                "Muntean, W"
            ],
            "year": 1999,
            "source": "J Pediatr Orthop. 1999; 19(1): 82-83. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000080114500018",
            "pubmed": "9890293",
            "doi": "10.1097/00004694-199901000-00018",
            "pmc": null,
            "organizations": [
                "61310-14049",
                "61310-14091"
            ],
            "persons": [
                "61310-51651-6",
                "61310-51963-2"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "J Pediatr Orthop",
            "issn": "0271-6798",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.603,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.452380952380952,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "ORTHOPEDICS",
            "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": true
        },
        {
            "id": 61234,
            "title": "Arbeitslänge-Bestimmung in der Endodontie.",
            "abstract": null,
            "authors": [
                "Kqiku, L",
                "Städtler, P"
            ],
            "year": 2006,
            "source": "Stomatologie. 2006; 103(6): 119-122. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "61234-14111"
            ],
            "persons": [
                "61234-50883",
                "61234-74154"
            ],
            "imported": "2006-11-16T08:55:10+01:00",
            "journal": null,
            "issn": "0946-3151",
            "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": 61235,
            "title": "Prognose endodontischer Behandlungen. ",
            "abstract": null,
            "authors": [
                "Städtler, P"
            ],
            "year": 2006,
            "source": "Stomatologie. 2006; 103(6): 123-129. ",
            "category": 1,
            "document_type": 3,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "61235-14111"
            ],
            "persons": [
                "61235-74154"
            ],
            "imported": "2006-11-16T09:00:44+01:00",
            "journal": null,
            "issn": "0946-3151",
            "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": 61238,
            "title": "Endometrie am Winkelstück.",
            "abstract": null,
            "authors": [
                "Städtler, P",
                "Kqiku, L"
            ],
            "year": 2006,
            "source": "ZWR - Das Deutsche Zahnärzteblatt . 2006; 115(06): 265-269. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": "10.1055/s-2006-947708",
            "pmc": null,
            "organizations": [
                "61238-14111"
            ],
            "persons": [
                "61238-50883",
                "61238-74154"
            ],
            "imported": "2006-11-16T09:22:40+01:00",
            "journal": null,
            "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": true
        },
        {
            "id": 61239,
            "title": "Klinische Beziehung zwischen dem Grad der Wurzelkanalfüllung und apikaler Parodontitis. ",
            "abstract": null,
            "authors": [
                "Städtler, P"
            ],
            "year": 2006,
            "source": "Stomatologie. 2006; 103(1): 1-3. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "61239-14111"
            ],
            "persons": [
                "61239-74154"
            ],
            "imported": "2006-11-16T09:27:05+01:00",
            "journal": null,
            "issn": "0946-3151",
            "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": 61297,
            "title": "Oesophageal function in early infancy ",
            "abstract": null,
            "authors": [
                "Höllwarth, ME"
            ],
            "year": 2006,
            "source": "-Collaborators Meeting Itinerary ; Jan, 18-22, 2006; London, United Kingdom . ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "61297-14049"
            ],
            "persons": [],
            "imported": "2006-11-16T09:54:54+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        }
    ]
}