• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 886
  • 334
  • 161
  • 137
  • 103
  • 71
  • 57
  • 38
  • 36
  • 27
  • 21
  • 17
  • 15
  • 15
  • 15
  • Tagged with
  • 2244
  • 345
  • 195
  • 184
  • 179
  • 169
  • 154
  • 137
  • 125
  • 125
  • 120
  • 116
  • 111
  • 110
  • 106
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
381

Design and implementation of multistage tree classifier for Chinese character recognition.

January 1992 (has links)
Yeung Lap Kei. / Thesis (M.Sc.)--Chinese University of Hong Kong, 1992. / Includes bibliographical references (leaves [14-15]). / PREFACE / ABSTRACT / CONTENT / Chapter §1. --- INTRODUCTION / Chapter §1.1 --- The Chinese language --- p.1 / Chapter §1.2 --- Chinese information processing system --- p.2 / Chapter §1.3 --- Chinese character recognition --- p.4 / Chapter §1.4 --- Multi-stage tree classifier Vs Single-stage tree classifier in Chinese character recognition --- p.6 / Chapter §1.5 --- Decision Tree / Chapter §1.5.1 --- Basic Terminology of a decision tree --- p.7 / Chapter §1.5.2 --- Structure design of a decision tree --- p.10 / Chapter §1.6 --- Motivation of the project --- p.12 / Chapter §1.7 --- Objects of the project --- p.14 / Chapter §1.8 --- Development environment --- p.14 / Chapter §2. --- APPROACH 1 - UNSUPERVISED LEARNING --- p.15 / Chapter §3. --- APPROACH 2 - SUPERVISED LEARNING / Chapter §3.1 --- Idea --- p.17 / Chapter §3.2 --- The 3 Corner Code --- p.20 / Chapter §3.3 --- Feature Extraction & Selection --- p.22 / Chapter §3.4 --- Decision at Each Node / Chapter §3.4.1 --- Statistical Linear Discriminant Analysis --- p.22 / Chapter §3.4.2 --- Optimization of the Number of Misclassification --- p.24 / Chapter §3.5 --- Implementation / Chapter §3.5.1 --- Training Data --- p.36 / Chapter §3.5.2 --- Clustering with the Use of SAS --- p.38 / Chapter §3.5.3 --- Building the Decision Trees --- p.42 / Chapter §3.5.4 --- Description of the Classifier --- p.45 / Chapter §3.6 --- Experiments and Testing Result / Chapter §3.6.1 --- Performance Parameters being Measured --- p.47 / Chapter §3.6.2 --- Testing by Resubstitution Method --- p.50 / Chapter §3.6.3 --- Noise Model --- p.52 / Chapter §4. --- POSSIBLE IMPROVEMENT --- p.55 / Chapter §5. --- EXPERIMENTAL RESULTS & THE IMPROVED MULTISTAGE CLASSIFIER / Chapter §5.1 --- Experimental Results --- p.59 / Chapter §5.2 --- Conclusion --- p.70 / Chapter §6. --- IMPROVED MULTISTAGE TREE CLASSIFIER / Chapter §6.1 --- The Optimal Multistage Tree Classifier --- p.72 / Chapter §6.2 --- Performance Analysis --- p.73 / Chapter §7. --- FURTHER DISCRIMINATION BY CONTEXT CONSIDERATION / Chapter §7.1 --- Idea --- p.76 / Chapter §7.2 --- Description of Algorithm --- p.78 / Chapter §7.3 --- Performance Analysis --- p.81 / Chapter §8. --- CONCLUSION / Chapter §8.1 --- Advantage of the Classifier --- p.84 / Chapter §8.2 --- Limitation of the Classifier --- p.85 / Chapter §9. --- AREA OF FUTURE RESEARCH AND IMPROVEMENT / Chapter §9.1 --- Detailed Analysis at Each Terminal Node --- p.86 / Chapter §9.2 --- Improving the Noise Filtering Technique --- p.87 / Chapter §9.3 --- The Use of 4 Corner Code --- p.88 / Chapter §9.4 --- Increase in the Dimension of the Feature Space --- p.90 / Chapter §9.5 --- 1-Tree Protocol with Entropy Reduction --- p.91 / Chapter §9.6 --- The Use of Human Intelligence --- p.92 / APPENDICES / Chapter A.1 --- K-MEANS / Chapter A.2 --- Unsupervised Learning Approach / Chapter A.3 --- Other Algorithms (Maximum Distance & ISODATA) / Chapter A.4 --- Possible Improvement / Chapter A.5 --- Theories on Statistical Discriminant Analysis / Chapter A.6 --- Passage used in Testing the Performance of the Classifier with Context Consideration / Chapter A.7 --- A Partial List of Semantically Related Chinese Characters / Chapter A.8 --- An Example of Misclassification Table / Chapter A.9 --- "Listing of the Program ""CHDIS.C""" / REFERENCE
382

A new approach to the generation of Gray scale Chinese fonts.

January 1993 (has links)
by Poon Chi-cheung. / Thesis (M.Phil.)--Chinese University of Hong Kong, 1993. / Includes bibliographical references (leaves 82-84). / Abstract / Acknowledgments / Preface / Chapter Chapter 1: --- Font Systems --- p.1 / Representations of Character Images --- p.1 / Characteristics of Chinese Font System --- p.3 / Large Character Set --- p.3 / Condensed Strokes --- p.4 / Low Repetition Rate --- p.5 / WYSIWYG (What You See Is What You Get) --- p.6 / Chapter Chapter 2: --- Human Visual System and Gray Scale Font --- p.9 / Human Visual System --- p.9 / Physiology --- p.9 / Spatial Frequencies --- p.10 / How much resolution is enough --- p.11 / Screen and Printer --- p.12 / Raster Display Devices --- p.13 / Printer --- p.14 / Resolution --- p.15 / Gray Scale Font --- p.15 / Generation of Gray Scale Font --- p.18 / Chapter Chapter 3: --- Digital Filtering Method for Gray Scale Font --- p.19 / Filtering Process --- p.19 / Weighted Functions --- p.21 / Generation of Gray Scale Character --- p.23 / Results --- p.24 / More Experiments --- p.24 / Problems --- p.26 / Speed and Storage --- p.26 / Impression of Strokes --- p.27 / Thin strokes in the small-size character --- p.30 / New Approach to Generate Gray Scale Font --- p.30 / Chapter Chapter 4: --- Rasterization Algorithms --- p.32 / Outline Font --- p.32 / TrueType Font --- p.33 / Scan Conversion --- p.35 / Basic Outline-to-Bitmap Conversion --- p.35 / Scan-converting Polygon --- p.36 / Rasterization of a character --- p.36 / Intersecting Points and Ranges --- p.37 / Straight Lines --- p.37 / Quadratic Bezier Curves --- p.38 / Implementation Techniques --- p.39 / Approximation of quadratic Bezier curve by straight lines --- p.39 / Simplification of the Filling Process --- p.41 / The Rasterization Algorithm --- p.45 / Chapter Chapter 5: --- Direct Rasterization with Gray Scale --- p.46 / Rasterization with Gray Scale --- p.46 / Determination of Gray Value of Boundary-pixel --- p.50 / Preliminary Results --- p.54 / Hinting --- p.56 / Rasterization with Hinting --- p.56 / Strokes Migration --- p.57 / Hints Finding --- p.59 / Chapter Chapter 6: --- Results and Conclusion --- p.62 / Quality --- p.66 / Comparison with Black-and-White Character --- p.66 / Hinted Against Unhinted --- p.71 / Generation Speeds --- p.75 / Discussion and Comments --- p.78 / Practical Font System --- p.79 / Conclusion --- p.80 / Bibliography --- p.82
383

龍女故事研究. / Study of stories about the Dragon Princess / Longnü gu shi yan jiu.

January 2005 (has links)
蔡鈺玲. / "2005年10月" / 論文(哲學碩士)--香港中文大學, 2005. / 參考文獻(leaves 126-140). / "2005 nian 10 yue" / Abstracts also in English. / Cai Yuling. / Lun wen (zhe xue shuo shi)--Xianggang Zhong wen da xue, 2005. / Can kao wen xian (leaves 126-140). / Chapter 第一章 --- 緒論 --- p.1 / Chapter 第一節 --- 硏究緣起及動機 --- p.1 / Chapter 第二節 --- 研究範圍及方法 --- p.3 / Chapter 第二章 --- 龍女故事的形成 --- p.5 / Chapter 第一節 --- 先秦至漢代有關龍的傳說 --- p.5 / Chapter 第二節 --- 魏晉南北朝有關龍的故事 --- p.8 / Chapter 第三節 --- 唐代龍王龍女故事的形成背景 --- p.11 / Chapter 一、 --- 印度那伽故事的影響 --- p.11 / Chapter 二、 --- 中國水神故事的延續 --- p.23 / Chapter 第三章 --- 龍女故事的基本特徵 --- p.32 / Chapter 第一節 --- 龍女故事的主要情節單元 --- p.32 / Chapter 一、 --- 傳書 --- p.32 / Chapter 二、 --- 遊龍宮 --- p.35 / Chapter 三、 --- 取龍寶 --- p.36 / Chapter 四、 --- 娶龍女 --- p.38 / Chapter 五、 --- 龍女故事的敘述結構 --- p.39 / Chapter 第二節 --- 龍女故事的內涵與風格 --- p.40 / Chapter 一、 --- 龍女的形象及其象徵意義 --- p.40 / Chapter 二、 --- 龍宮的構造及其象徵意義 --- p.45 / Chapter 第四章 --- 龍女故事的演變與發展 --- p.49 / Chapter 第一節 --- ̐ơج柳毅̐ơخ與唐代龍女故事 --- p.49 / Chapter 一、 --- ̐ơج柳毅̐ơخ故事梗槪 --- p.52 / Chapter 二、 --- 落拓有節的儒士風範 --- p.53 / Chapter 三、 --- 虛實世界的雙重敘述 --- p.57 / Chapter 四、 --- 相知相許的夫婦情緣 --- p.61 / Chapter 第二節 --- 《張生煮海》與宋元龍女故事 --- p.66 / Chapter 一、 --- 《柳毅傳書》故事梗槪 --- p.67 / Chapter 二、 --- 油滑適俗的市民習氣 --- p.69 / Chapter 三、 --- 曠放坦率的女性面貌 --- p.74 / Chapter 四、 --- 《張生煮海》故事梗槪 --- p.79 / Chapter 五、 --- 「夫憑妻貴」的意識 --- p.81 / Chapter 六、 --- 「困擾水神」的異想 --- p.86 / Chapter 七、 --- 「姻緣天定」的格局 --- p.91 / Chapter 第三節 --- 《橘浦記》與明代龍女故事 --- p.93 / Chapter 一、 --- 《橘浦記》故事梗槪 --- p.94 / Chapter 二、 --- 食色性也的現實書寫 --- p.96 / Chapter 三、 --- 主動風流的妾侍情態 --- p.99 / Chapter 第四節 --- 《蜃中樓》與清代龍女故事 --- p.105 / Chapter 一、 --- 《蜃中樓》故事梗槪 --- p.106 / Chapter 二、 --- 自負豪邁的書生形象 --- p.108 / Chapter 三、 --- 忠情守節的婦女典範 --- p.112 / Chapter 四、 --- 愛情戲劇的敘事程式 --- p.116 / Chapter 第五章 --- 結語 --- p.120 / 參考資料 --- p.126
384

Peqoud

Collberg, Jonas January 2013 (has links)
Pequod - is an exploration of the translation problem. And an idea to examine the myth of"why the book is always better than the movie."The work began by choosing a character to interpret. My choice was the characteristicCaptain Ahab and his mono manic quest for revenge. The character is taken from HermanMenvilles classic novel "Moby Dick" or "The White wale" from 1851.In order to interpret the character differently, I picked out passages from the novel thatdirectly describes the first sight of the character. And also a paragraph describing thecharacter's inner thoughts and ideas about their environment.I did a survey of the descriptions with leading questions about the character's outfit,garments, materials, colours and accessories. I handle out the survey to 15 creative personsand asked them to interpret the character for me, but also make a quick sketch of him.The participants was totally unaware of witch character it was all about. / Program: Modedesignutbildningen
385

Codes of Modernity: Infrastructures of Language and Chinese Scripts in an Age of Global Information Revolution

Kuzuoglu, Ulug January 2018 (has links)
This dissertation explores the global history of Chinese script reforms—the effort to phoneticize Chinese language and/or simplify the writing system—from its inception in the 1890s to its demise in the 1980s. These reforms took place at the intersection of industrialization, colonialism, and new information technologies, such as alphabet-based telegraphy and breakthroughs in printing technologies. As these social and technological transformations put unprecedented pressure on knowledge management and the use of mental and clerical labor, many Chinese intellectuals claimed that learning Chinese characters consumed too much time and mental energy. Chinese script reforms, this dissertation argues, were an effort to increase speed in producing, transmitting, and accessing information, and thus meet the demands of the industrializing knowledge economy. The industrializing knowledge economy that this dissertation explores was built on and sustained by a psychological understanding of the human subject as a knowledge machine, and it was part of a global moment in which the optimization of labor in knowledge production was a key concern for all modernizing economies. While Chinese intellectuals were inventing new signs of inscription, American behavioral psychologists, Soviet psycho-economists, and Central Asian and Ottoman technicians were all experimenting with new scripts in order to increase mental efficiency and productivity. This dissertation reveals the intimate connections between the Chinese and non-Chinese script engineering projects that were taking place synchronically across the world. The chapters of this work demonstrate for the first time, for instance, that the simplification of Chinese characters in the 1920s and 1930s was intimately connected to the discipline of behavioral psychology in the US. The first generation of Chinese psychologists employed the American psychologists’ methods to track eye movements, count word-frequencies, and statistically analyze the speed of reading, writing, and memorizing in order to simplify and “rationalize” the Chinese writing system in an effort to discipline and optimize mental labor. Other chapters explore the issue of mental and clerical optimization by finding the origins of the Chinese Latin Alphabet (CLA), the mother of pinyin, in hitherto unknown Eurasian connections. The CLA, the pages of this work shows, was the product of a transnational exchange that involved Ottoman and Transcaucasian typographers as well as Russian engineers and Chinese communists who sought efficiency in knowledge production through inventing new scripts. Situating the Chinese script reforms at this global intersection of psychology, economy, and linguistics, this dissertation examines the global connections and forces that turned the human subject into a knowledge worker who was cognitively managed through education, literacy, propaganda, and other measures of organizing information, all of which had the script at the center. The search for efficiency and productivity—the core values of industrialism—lay at the heart of script reforms in China, but this search was inseparable from linguistic orders and political ambitions. Even if writing, transmitting, and learning a phonetic script could theoretically be easier and more efficient than the Chinese characters, the alphabet opened a veritable Pandora’s Box around the issue of selection: given the complex linguistic landscape in China, which speech was a phonetic script supposed to represent? There were myriad languages spoken throughout the empire and the subsequent nation-state, most of which were mutually incomprehensible. Mandarin as spoken in Beijing was different from that spoken in the south, and “topolects” or regional languages such as Min or Cantonese were to Mandarin what Romanian is to English. As a linguistic life-or-death issue, phonetic scripts stood for the infrastructural possibilities and limitations in the representation of speeches. Some scripts, such as Lao Naixuan’s phonetic script composed of more than a hundred signs, were capable of representing multiple Mandarin and non-Mandarin speeches; whereas others, such as Phonetic Symbols that only has thirty-seven syllabic signs, represented only one speech, i.e., Mandarin. Using Mandarin-oriented scripts to transcribe non-Mandarin speeches was like writing English with fifteen letters, hence the acrimonious disputes that fill the pages of this dissertation. Succinctly put, it was at the level of script invention that Chinese and non-Chinese actors engineered different infrastructures not only for laboring minds but also for the social world of Chinese languages. The history of information technologies and knowledge economy in China was thus inseparable from the world of speech and language, as each script offered a new potential to reassemble the written matter and the speaking mind in a different way. “Codes of Modernity” thus conceptualizes the script itself as an infrastructural medium. A script was not merely a passive carrier of information, but an existential artifact. Building on an expanding literature on infrastructures, it endorses the observation that infrastructures, technologies, and the social world around them work in a recursive loop. An infrastructure is not just the physical object that permits the flow of information, goods, ideas, and people, but a sociotechnical product that enables the experience of culture, while imposing constrains on it at the same time. Like electricity grids, transportation systems, and sewage canals, the experience of scripts as infrastructures is the experience of thought worlds. After a long tradition of structuralism and poststructuralism that sought to understand the world through the semiotic prism of language, “Codes of Modernity” argues that it is time for an infrastructuralism that excavates the indispensable media that enable the production of language and thought.
386

O Jesus de Saramago e a literatura que revisita Cristo / Analisis of the process of the elaboration character Jesus of José Saramago\'s O Evangelho Segundo Jesus Cristo

Souza, Ronaldo Ventura 04 July 2007 (has links)
A presente dissertação tem como objetivo analisar o processo de elaboração da personagem Jesus de O Evangelho Segundo Jesus Cristo, de José Saramago, a partir da consideração do cânone literário que tem como propósito reler a história estabelecida pelos evangelhos escritos nos primórdios do Cristianismo. Isto é feito primeiro pela seleção de alguns exemplos do referido cânone e depois pela análise da personagem saramaguiana procurando mostrar como ela se relaciona com essas outras versões de Cristo / This dissertation has as objective analyzes the process of the elaboration character Jesus of José Saramago\'s O Evangelho Segundo Jesus Cristo, starting from the consideration of the literary canon that has as purpose to read again the established history for the Gospel written in the origins of the Christianity. That is done first by the selection of some examples of the referred canon and later for the analysis of the Saramago\'s character trying to show like it relations with those other versions of Christ.
387

A DBMS supporting multiple codesets and collations.

January 1997 (has links)
by Yen-Hui Hung. / Thesis (M.Phil.)--Chinese University of Hong Kong, 1997. / Includes bibliographical references (leaves 76-78). / Abstract --- p.i / Acknowledgments --- p.iii / Chapter 1 --- Introduction --- p.1 / Chapter 2 --- Background ® / Chapter 2.1 --- Multilingual Information Processing --- p.6 / Chapter 2.1.1 --- Codesets --- p.6 / Chapter 2.1.2 --- Converters --- p.8 / Chapter 2.1.3 --- Collations --- p.8 / Chapter 2.1.4 --- Internationalization and Localization --- p.9 / Chapter 2.2 --- OBST --- p.10 / Chapter 2.3 --- Related Work --- p.11 / Chapter 2.3.1 --- Sybase --- p.11 / Chapter 2.3.2 --- Oracle --- p.13 / Chapter 2.3.3 --- COBASE --- p.15 / Chapter 2.3.4 --- SQL92 Standard --- p.15 / Chapter 3 --- Defects of Existing Systems and Proposed Language Extensions --- p.21 / Chapter 3.1 --- Defects of Existing Methods - Locale Model --- p.22 / Chapter 3.2 --- Defects of SQL92 --- p.22 / Chapter 3.3 --- Proposed Language Extensions --- p.24 / Chapter 3.3.1 --- Inserting tuples --- p.24 / Chapter 3.3.2 --- Updating tuples --- p.25 / Chapter 3.3.3 --- Querying (Retrieving tuples) --- p.26 / Chapter 3.3.4 --- String matching --- p.26 / Chapter 3.3.5 --- Performing Joins --- p.28 / Chapter 3.3.6 --- Sorting and Indexing --- p.30 / Chapter 4 --- DBMS Design and Implementation --- p.32 / Chapter 4.1 --- System Architecture --- p.34 / Chapter 4.2 --- Lexical Analyzer and Parser --- p.36 / Chapter 4.3 --- Database Objects --- p.37 / Chapter 4.4 --- Data Dictionary --- p.39 / Chapter 4.5 --- Character Objects Related Facilities --- p.41 / Chapter 4.5.1 --- Codesets --- p.42 / Chapter 4.5.2 --- Collations --- p.46 / Chapter 4.5.3 --- Converters --- p.48 / Chapter 4.6 --- Indexing --- p.50 / Chapter 4.7 --- Query Processor --- p.52 / Chapter 4.7.1 --- Join --- p.54 / Chapter 4.7.2 --- Sorting tuples - the order by clause --- p.54 / Chapter 4.7.3 --- "Group Structure, Aggregate Functions and Projection" --- p.55 / Chapter 4.8 --- Scalar and Conditional Expressions --- p.56 / Chapter 4.8.1 --- Representation of Scalar and Condition Expressions --- p.57 / Chapter 4.8.2 --- Implementations --- p.58 / Chapter 4.9 --- User Interface --- p.59 / Chapter 5 --- Case Study - A Bookshop --- p.62 / Chapter 5.1 --- Creating tables and inserting tuples --- p.62 / Chapter 5.2 --- Updating Tuples --- p.65 / Chapter 5.3 --- Querying --- p.65 / Chapter 5.4 --- String Matching --- p.66 / Chapter 5.5 --- Performing Joins --- p.67 / Chapter 5.6 --- Ordering Display --- p.68 / Chapter 5.7 --- Indexing --- p.70 / Chapter 6 --- Conclusions and Future Work --- p.73 / Bibliography --- p.76 / Chapter A --- Grammer Rules --- p.79 / Chapter A.1 --- Data Definition Language --- p.79 / Chapter A.2 --- Data Manipulation Language --- p.82 / Chapter A.3 --- Condition Expressions --- p.83 / Chapter A.4 --- Scalar Expressions --- p.84 / Chapter A.5 --- Data Type --- p.85 / Chapter A.6 --- Names and Identifiers --- p.87 / Chapter A.7 --- Lexical Element --- p.88 / Chapter B --- Programmers' Guide --- p.90 / Chapter B.l --- Charset.obst --- p.92 / Chapter B.2 --- Table.obst --- p.95 / Chapter B.3 --- dbSchema.obst --- p.101 / Chapter B.4 --- dbEnv.obst --- p.103 / Chapter B.5 --- Query.obst --- p.104 / Chapter B.6 --- Misc.obst and External.obst --- p.117 / Chapter B.7 --- Main --- p.118 / Chapter B.8 --- RPC interfaces --- p.120 / Chapter C --- Installation Manual --- p.122 / Chapter C.l --- Steps to install the DBMS server --- p.123 / Chapter C.2 --- Steps to install the WWW client --- p.124 / Chapter D --- User Manual --- p.125 / Chapter D.l --- User Interface Layout --- p.125 / Chapter D.2 --- Steps in Performing Database Operations --- p.128 / Chapter D.2.1 --- Creating new tables --- p.129 / Chapter D.2.2 --- Browsing existing tables --- p.131 / Chapter D.2.3 --- Inserting new records --- p.131 / Chapter D.2.4 --- Deleting records --- p.132 / Chapter D.2.5 --- Creating indexes --- p.132 / Chapter D.2.6 --- Showing existing schemas and tables --- p.133
388

Orlando e a traduÃÃo da personagem para as telas / Orlando and the translation of the character to the screen

Francisco Rafael Silva Barros 12 September 2012 (has links)
FundaÃÃo Cearense de Apoio ao Desenvolvimento Cientifico e TecnolÃgico / O presente trabalho analisa a traduÃÃo do romance/biografia Orlando (1928), de Virginia Woolf para as telas, no filme homÃnimo de 1993, da diretora Sally Potter. Orlando conta a histÃria de um nobre inglÃs que cultiva o dom da escrita literÃria, vive por mais de trezentos anos e que sofre uma mudanÃa de sexo, do masculino para o feminino. O foco da nossa pesquisa à a traduÃÃo da personagem principal, da literatura para o cinema: delineamos alguns traÃos de sua personalidade para compreendÃ-lo dentro do romance/biografia, como tambÃm consideramos alguns aspectos externos que o complementam ou fazem parte da sua construÃÃo; posteriormente, submetemos a personagem cinematogrÃfica ao mesmo processo a fim de compararmos ambos. Para tal, partimos de uma prÃvia contextualizaÃÃo histÃrica dos objetos e de seus contextos de criaÃÃo. Nossa pesquisa à fundamentada na teoria dos polissistemas de Itamar Even-Zohar (1978), no conceito de traduÃÃo como reescritura de Andrà Lefevere (2007), no estudo da personagem de ficÃÃo de Antonio Candido (2007) e nos estudos de estÃtica do cinema, de Jacques Aumont (1995). NÃo pretendemos com esta pesquisa lanÃar juÃzo de valor comparativo a nenhuma das obras, muito menos chegar a afirmar que uma à melhor em detrimento da outra. Todavia, almejamos demonstrar qual a contribuiÃÃo da personagem do romance/biografia na construÃÃo da personagem cinematogrÃfica e em que medida esta contribui e influencia na ampliaÃÃo de novos leitores do livro de Woolf. A priori, compreendemos que a construÃÃo da personagem do romance/biografia està ligada a dois pontos fundamentais: Vita Sackville-West, a quem o romance à dedicado, e ao desejo de libertaÃÃo (intelectual e financeira) da escritora, tema recorrente nas palestras e escritos de Woolf naquela dÃcada. Partimos da ideia de que Sally Potter trabalha a imortalidade e o desejo de liberdade de sua personagem de maneira diferente: seu foco se volta para o social e para implicaÃÃes pÃs-coloniais, trazendo-a de uma personalidade de identidade britÃnica para uma mais universal. Esta pesquisa à financiada pela FundaÃÃo Cearense de Apoio ao Desenvolvimento CientÃfico e TecnolÃgico â FUNCAP. / The following study analyses the translation of the novel/biography Orlando (1928), by Virginia Woolf, to its homonymous film adaptation in 1993, directed by Sally Potter. Orlando tells the story of an English nobleman who owns the gift of literary writing and lives for more than three hundred years, changing his sex, from male to female. The focus of our research is the translation of the main character, Orlando, from novel to film: we outlined some aspects of his/her personality to understand him/her actions throughout the novel/biography, and also considered some external aspects that complement or are part of his/her construction. Then, we submit the film character to the same process, to compare both. In order to do so, we started from a prior historical contextualization of the objects and their contexts of production. Our research is based on Itamar Even-Zoharâs polysystem theory (1978), the concept of translation as rewriting, by Andre Lefevere (2007), Antonio Candidoâs study of the fictional character (2007), and Jacques Aumontâs studies about the aesthetics of cinema (1995). We do not intend to evaluate any of the objects (novel and movie), or to say that one is better than another. However, we aim to demonstrate what was the contribution of the character of the novel/biography to the construction of the film character, and to what extent the film character contributes and influences to the new readers of Woolfâs book. Primarily, we are aware that the construction of the character in the novel/biography is linked to two fundamental points: Vita Sackville-West, to whom the novel is dedicated, and the desire of freedom (intellectual and financial) to the writer, a relevant theme in Woolfâs speeches and writings of that decade. Sally Potter deals with her characterâs immortality and freedom desire in a different way: her focus turns into implications of social and post-colonial issues, turning Orlando from an initial British identity to a more universal one. This research is sponsored by FundaÃÃo Cearense de Apoio ao Desenvolvimento CientÃfico e TecnolÃgico â FUNCAP.
389

Character in cloth and concrete: a costume and scenic design portfolio

Kuhn, Lindsey LaRissa 01 May 2019 (has links)
No description available.
390

How I failed to get my MFA

Malandra, Allyson Jean 01 May 2015 (has links)
This is the thorough examination of Allyson Malandra's process of becoming a character, and the many different challenges and triumphs she has faced throughout the past three years of developing her craft. It also aims to bring into focus where the work will be headed throughout the many years to come. The goal of this process paper is to examine the many different details and intricacies that go into a role, and also how to troubleshoot problems that may arise throughout the journey. Our process is how we, as actors, attempt to create life on stage, and discover and unfold the underlying truth that connects all human beings. It is understood that each role for an actor will present a different set of chges, and therefore it is important to understand a baseline process that gets at the core of the actor's work. Through examination of this process, previous and current chges in the work will be discussed, as well as ways to move through these issues. Ideas on what is valuable in acting will be discussed, as a way of staying centered and focused, and also retaining quality in the craft. The examination will also explore three main pillars of the work--breathe, listen, and play--and how these anchor Allyson's artistry. The ultimate goals of this examination are to create a support for the process, to chge her work in the future, and to help her continue to grow and expand, both as an artist and as a person.

Page generated in 0.07 seconds