Go to main content
Formats
Format
BibTeX
MARCXML
TextMARC
MARC
DataCite
DublinCore
EndNote
NLM
RefWorks
RIS
Cite
Citation

Files

'; case VALIDATION_STATUS_VALIDATION_PENDING: return '
\ \
'; default: return null; } } function renderFilesTable(files) { var license_link_html = ""; var license = ""; var logged_in = false; var lang = "en"; var file_status_translations = {"Public": "Public", "Restricted": "Restricted"}; var cols = [{"sortable": true, "label": "Filename", "name": "name", "field_type": "string", "field": "name", "title": "Filename", "targets": 1, "visible": true}, {"sortable": true, "label": "Size", "name": "size", "field_type": "string", "field": "size", "title": "Size", "targets": 2, "visible": true}, {"sortable": true, "label": "Access", "name": "status", "field_type": "string", "field_format": "select", "enum": [{"label": "Public", "name": "public"}, {"label": "CNet Login Required", "name": "restricted"}, {"label": "Restricted to Admin Use", "name": "restricted_admin"}, {"label": "Embargo Date", "name": "embargo"}], "field": "status", "title": "Access", "targets": 3, "visible": true}, {"sortable": true, "label": "Description", "name": "description", "field_type": "string", "field": "description", "title": "Description", "targets": 4, "visible": true}, {"sortable": true, "label": "License", "name": "rec_license", "field_type": "string", "field_format": "select", "enum": [{"label": "Copyrighted", "name": "copyright"}, {"label": "CC BY (Creative Commons: Attribution)", "name": "CC BY"}, {"label": "CC BY-NC-ND (Creative Commons: Attribution-NonCommercial-No Derivatives)", "name": "CC BY-NC-ND"}, {"label": "CC BY-NC (Creative Commons: Attribution-NonCommercial)", "name": "CC BY-NC"}, {"label": "CC BY-ND (Creative Commons: Attribution-No Derivatives)", "name": "CC BY-ND"}, {"label": "CC BY-SA (Creative Commons: Attribution-ShareAlike)", "name": "CC BY-SA"}, {"label": "CC BY-NC-SA (Creative Commons: Attribution-NonCommercial-ShareAlike)", "name": "CC BY-NC-SA"}, {"label": "CC0 (No rights reserved)", "name": "CC0"}, {"label": "MIT License", "name": "MIT License"}, {"label": "GNU-GPL", "name": "GNU-GPL"}, {"label": "BSD", "name": "BSD"}, {"label": "Apache License", "name": "Apache License"}], "field": "rec_license", "title": "License", "targets": 5, "visible": true}]; // Define validation status column cols.push({ sortable: false, name: 'validation_status', field: 'validation_status', field_type: 'string', visible: true, label: '' }); var filesData = []; if (files.length == 1) { $('#file-count-total').html('1 ' + 'file'); } else { $('#file-count-total').html('' + files.length + ' ' + 'files'); } for (var i = 0; i < files.length; ++i) { var file = files[i]; var fileFullName = escape(file.name + file.format); let downloadButton = $('') .attr({ url: file.url, language: lang, 'label-login': "Log in", 'label-download': "Download", 'must-login': file.status !== 'Public' && !logged_in, 'is-restricted': file.restricted, 'is-validated':file.validated, 'recid': 2692, }); if (!file.restricted) { onlyRestricted = false; } // Add action select checkbox downloadButton = $([ $('', { "class": "rowcb row-select", "data-rowId": i, "id": "rowcb_" + i, "type": "checkbox", "aria-label": "Select file" + ' ' + fileFullName, "disabled": file.restricted }).get(0), downloadButton.get(0) ]); // Build file row content var fileDataToAdd = [downloadButton.map((i, element) => element.outerHTML).get().join('')]; cols.forEach(function(col) { // Some fields need special treatment before showing if (col.field == 'status') { fileDataToAdd.push(renderStatus(file, col) || '-'); } else if (col.field == 'name') { fileDataToAdd.push(file.name + file.format); } else if (col.field == 'rec_license') { fileDataToAdd.push(license_link_html || license || "-"); } else if (col.field == 'validation_status') { fileDataToAdd.push(renderValidationStatus(file, col) || ''); } else { fileDataToAdd.push(renderValue(file, col.field, col) || '-'); } }); fileDataToAdd["validated"] = file.validated; fileDataToAdd["validation_status"] = file.validation_status fileDataToAdd['bibdocid'] = file.bibdocid; fileDataToAdd['format'] = file.format; fileDataToAdd['version'] = file.version; filesData.push(fileDataToAdd); } // Set actions dropdown state if there are only restricted files if (onlyRestricted) { $('#files-action-dropdown').prop("disabled", true); } return filesData } });

Abstract

This dissertation investigates how post-Soviet Uzbekistan appropriated 15-16th century history and historiographies in constructing a national identity and a national historical memory. I pursue how a particular historiographic problem has played out in history-writing in Central Eurasia and shaped the discourses and practices of nation-building in post-Soviet Uzbekistan, a problem that I refer to as the “Shibanid Question”: where should the Shibanids stand in the history of “Uzbekistan”? Tracing back to as early as the 16th century when the Shibanid rulers themselves had to reconcile their nomadic roots with Timurid customs, institutions, and cultures of sedentary rule, I illuminate the longue durée process whereby Turkic, Persian, imperial Russian, and early Soviet historiographers have addressed the Shibanid Question in hallowing the Timurids as progenitor of the Uzbeks and of Uzbekistan. I analyze these processes anchored in 15-16th century Persian and Chaghatay historiography, 19-20th century Russian historiography, and post-Soviet applications of those historiographies on nation-building.

Details

PDF

from
to
Export
Download Full History