• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 42
  • 23
  • 13
  • 2
  • 1
  • 1
  • 1
  • 1
  • Tagged with
  • 92
  • 50
  • 27
  • 21
  • 15
  • 13
  • 11
  • 11
  • 10
  • 9
  • 9
  • 9
  • 8
  • 8
  • 8
  • 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.
61

Layout Inference and Table Detection in Spreadsheet Documents

Koci, Elvis 17 July 2020 (has links)
Spreadsheets have found wide use in many different domains and settings. They provide a broad range of both basic and advanced functionalities. In this way, they can support data collection, transformation, analysis, and reporting. Nevertheless, at the same time spreadsheets maintain a friendly and intuitive interface. Additionally, they entail no to very low cost. Well-known spreadsheet applications, such as OpenOffice, LibreOffice, Google Sheets, and Gnumeric, are free to use. Moreover, Microsoft Excel is widely available, with millions of users worldwide. Thus, spreadsheets are not only powerful tools, but also have a very low entrance barrier. Therefore, they have become very popular with novices and professionals alike. As a result, a large volume of valuable data resides in these documents. From spreadsheets, of particular interest are data coming in tabular form, since they provide concise, factual, and to a large extend structured information. One natural progression is to transfer tabular data from spreadsheets to databases. This would allow spreadsheets to become a direct source of data for existing or new business processes. It would be easier to digest them into data warehouses and to integrate them with other sources. Nevertheless, besides databases, there are other means to work with spreadsheet data. New paradigms, like NoDB, advocate querying directly from raw documents. Going one step further, spreadsheets together with other raw documents can be stored in a sophisticated centralized repository, i.e., a data lake. From then on they can serve (on-demand) various tasks and applications. All in all, by making spreadsheet data easily accessible, we can prevent information silos, i.e., valuable knowledge being isolated and scattered in multiple spreadsheet documents. Yet, there are considerable challenges to the automatic processing and understanding of these documents. After all, spreadsheets are designed primarily for human consumption, and as such, they favor customization and visual comprehension. Data are often intermingled with formatting, formulas, layout artifacts, and textual metadata, which carry domain-specific or even user-specific information (i.e., personal preferences). Multiple tables, with different layout and structure, can be found on the same sheet. Most importantly, the structure of the tables is not known, i.e., not explicitly given by the spreadsheet documents. Altogether, spreadsheets are better described as partially structured, with a significant degree of implicit information. In literature, the automatic understanding of spreadsheet data has only been scarcely investigated, often assuming just the same uniform table layout. However, due to the manifold possibilities to structure tabular data in spreadsheets, the assumption of a uniform layout either excludes a substantial number of tables from the extraction process or leads to inaccurate results. In this thesis, we primarily address two fundamental tasks that can lead to more accurate information extraction from spreadsheet documents. Namely, we propose intuitive and effective approaches for layout analysis and table detection in spreadsheets. Nevertheless, our overall solution is designed as a processing pipeline, where specialized steps build on top of each other to discover the tabular data. One of our main objectives is to eliminate most of the assumptions from related work. Instead, we target highly diverse sheet layouts, with one or multiple tables. On the same time, we foresee the presence of textual metadata and other non-tabular data in the sheet. Furthermore, we make use of sophisticated machine learning and optimization techniques. This brings flexibility to our approach, allowing it to work even with complex or malformed tables. Moreover, this intended flexibility makes our approaches transferable to new spreadsheet datasets. Thus, we are not bounded to specific domains or settings.:1 INTRODUCTION 1.1 Motivation 1.2 Contributions 1.3 Outline 2 FOUNDATIONS AND RELATED WORK 2.1 The Evolution of Spreadsheet Documents 2.1.1 Spreadsheet User Interface and Functionalities 2.1.2 Spreadsheet File Formats 2.1.3 Spreadsheets Are Partially-Structured 2.2 Analysis and Recognition in Electronic Documents 2.2.1 A General Overview of DAR 2.2.2 DAR in Spreadsheets 2.3 Spreadsheet Research Areas 2.3.1 Layout Inference and Table Recognition 2.3.2 Unifying Databases and Spreadsheets 2.3.3 Spreadsheet Software Engineering 2.3.4 Data Wrangling Approaches 3 AN EMPIRICAL STUDY OF SPREADSHEET DOCUMENTS 3.1 Available Corpora 3.2 Creating a Gold Standard Dataset 3.2.1 Initial Selection 3.2.2 Annotation Methodology 3.3 Dataset Analysis 3.3.1 Takeaways from Business Spreadsheets 3.3.2 Comparison Between Domains 3.4 Summary and Discussion 3.4.1 Datasets for Experimental Evaluation 3.4.2 A Processing Pipeline 4 LAYOUT ANALYSIS 4.1 A Method for Layout Analysis in Spreadsheets 4.2 Feature Extraction 4.2.1 Content Features 4.2.2 Style Features 4.2.3 Font Features 4.2.4 Formula and Reference Features 4.2.5 Spatial Features 4.2.6 Geometrical Features 4.3 Cell Classification 4.3.1 Classification Datasets 4.3.2 Classifiers and Assessment Methods 4.3.3 Optimum Under-Sampling 4.3.4 Feature Selection 4.3.5 Parameter Tuning 4.3.6 Classification Evaluation 4.4 Layout Regions 4.5 Summary and Discussions 5 CLASSIFICATION POST-PROCESSING 5.1 Dataset for Post-Processing 5.2 Pattern-Based Revisions 5.2.1 Misclassification Patterns 5.2.2 Relabeling Cells 5.2.3 Evaluating the Patterns 5.3 Region-Based Revisions 5.3.1 Standardization Procedure 5.3.2 Extracting Features from Regions 5.3.3 Identifying Misclassified Regions 5.3.4 Relabeling Misclassified Regions 5.4 Summary and Discussion 6 TABLE DETECTION 6.1 A Method for Table Detection in Spreadsheets 6.2 Preliminaries 6.2.1 Introducing a Graph Model 6.2.2 Graph Partitioning for Table Detection 6.2.3 Pre-Processing for Table Detection 6.3 Rule-Based Detection 6.3.1 Remove and Conquer 6.4 Genetic-Based Detection 6.4.1 Undirected Graph 6.4.2 Header Cluster 6.4.3 Quality Metrics 6.4.4 Objective Function 6.4.5 Weight Tuning 6.4.6 Genetic Search 6.5 Experimental Evaluation 6.5.1 Testing Datasets 6.5.2 Training Datasets 6.5.3 Tuning Rounds 6.5.4 Search and Assessment 6.5.5 Evaluation Results 6.6 Summary and Discussions 7 XLINDY: A RESEARCH PROTOTYPE 7.1 Interface and Functionalities 7.1.1 Front-end Walkthrough 7.2 Implementation Details 7.2.1 Interoperability 7.2.2 Efficient Reads 7.3 Information Extraction 7.4 Summary and Discussions 8 CONCLUSION 8.1 Summary of Contributions 8.2 Directions of Future Work BIBLIOGRAPHY LIST OF FIGURES LIST OF TABLES A ANALYSIS OF REDUCED SAMPLES B TABLE DETECTION WITH TIRS B.1 Tables in TIRS B.2 Pairing Fences with Data Regions B.3 Heuristics Framework
62

[en] FINANCIAL MATHEMATICS WITH ELECTRONIC SPREADSHEETS: A PROPOSAL FOR HIGH SCHOOL / [pt] MATEMÁTICA FINANCEIRA COM PLANILHAS ELETRÔNICAS: UMA PROPOSTA PARA O ENSINO MÉDIO

CHRISTIANE BITTENCOURT FERREIRA 30 August 2021 (has links)
[pt] Este trabalho traz uma proposta de ensino de conceitos de matemática financeira com a utilização de planilhas eletrônicas no ensino médio. Ele aponta que os principais fundamentos estudados nesta área da Matemática ganham em entendimento, em possibilidades de análises e em facilitação de cálculos quando o diálogo entre esses conceitos e a tecnologia é realizado. O trabalho se inicia com reflexões sobre a importância da formação continuada dos professores, da utilização da tecnologia no processo de ensino aprendizagem e do estudo da matemática financeira na escola básica em paralelo com a utilização de planilhas eletrônicas. A construção dessa fundamentação tem por base a teoria desenvolvida por autores como Kenski, Pocho, Alvarez, Nascimento e Giraldo. Posteriormente os conceitos básicos sobre o tema são apresentados e exemplificados, acompanhados de suas aplicações numa planilha eletrônica (Excel). Com o intuito de mostrar que o assunto é recorrente em provas de seleção, foram escolhidas algumas provas mais recentes do ENEM e apresentadas algumas questões e suas soluções, resolvendo-as também com a utilização do Excel. Por fim, como forma de aplicação mais contemporânea dos conceitos apresentados, foram elaboradas propostas de construção de simuladores, recursos que funcionam como calculadoras financeiras, através de situações problema que trazem mais significado ao aprendizado. Espera-se que o trabalho aqui apresentado contribua para a formação de cidadãos mais críticos e autônomos e promova qualificação tanto de docentes como de discentes da escola básica. / [en] This work presents a proposal for teaching financial mathematics concepts using electronic spreadsheets in high school. He points out that the main fundamentals studied in this area of Mathematics gain in understanding, in possibilities of analysis and in facilitating calculations when the dialogue between these concepts and technology is carried out. The work begins with reflections on the importance of continuing education for teachers, the use of technology in the teaching-learning process and the study of financial mathematics in elementary school, in parallel with the use of electronic spreadsheets. The construction of this foundation is based on the theory developed by authors such as Kenski, Pocho, Alvarez, Nascimento and Giraldo. Afterwards, the basic concepts on the subject are presented and exemplified, followed by their applications in an electronic spreadsheet (Excel). In order to show that the subject is recurrent in selection tests, some more recent ENEM tests were chosen and some questions and their solutions were presented, solving them also using Excel. Finally, as a more contemporary way of applying the concepts presented, proposals were developed for the construction of simulators, resources that work like financial calculators, through problem situations that bring more meaning to learning. It is expected that the work presented here will contribute to the formation of more critical and autonomous citizens and promote the qualification of both teachers and students in primary schools.
63

A PHIGS-based spreadsheet for conceptual design

Schrock, Eric V. 24 October 2009 (has links)
There are several computer aided design systems which exist to aid the conceptual phase of design. These CAD systems provide adequate geometry input, but often lack the capability to interactively obtain large amounts of numerical and text input often needed by analysis software. An interactive method for facilitating this non-geometric input to conceptual design analysis systems is needed. This thesis describes the creation of a spreadsheet input system to fulfill this need. The requirements, functional specification, and design of the system are addressed using a software engineering methodology. Accepted standards for programming and graphics, namely C and PHIGS, are used in the implementation. This is a system which can be used either to enhance existing CAD software or in the creation of new CAD systems. The use of this spreadsheet system in the enhancement of the well-known aircraft conceptual design system ACSYNT is also described in this thesis. / Master of Science
64

MATEMÁTICA FINANCEIRA E PLANILHAS ELETRÔNICAS: UMA ABORDAGEM COM A INCORPORAÇÃO DE RECURSOS COMPUTACIONAIS

Duda, Rodrigo 24 February 2014 (has links)
Made available in DSpace on 2017-07-21T20:56:32Z (GMT). No. of bitstreams: 1 Rodrigo Duda.pdf: 3245133 bytes, checksum: 15c17194349c83759b9a18c4b36749a0 (MD5) Previous issue date: 2014-02-24 / This paper has as its goal to propose a new alternative approach to the progressions and financial math teaching, with the incorporation of technological resources. Financial math is a theme of great relevance, since it is a field of direct application of various mathematical concepts studied throughout school education. One of the concepts that used is the study of geometric and arithmetic progressions. In order to study those, an approach based on recurrence relations is proposed. Due to the relevance of financial math in the student’s school formation, it is analyzed the ways the frequencies in which the theme is addressed in the High School National Exam and in the selection processes of the Ponta Grossa State University. With the goal of stimulating the algebraic manipulation and understanding of the financial math formulas variables, it is proposed the incorporation of the technological resources, in particular, of electronic spreadsheets, in classes about the theme. Through the tool, it is proposed the viability of financial math simulators in the classroom, seeking the diversification of activities. It is also contemplated the development of an app that operates under the Android Platform, seeking portability and sharing of the simulators that can be built in the classroom. / Este trabalho tem por objetivo propor uma abordagem alternativa para o ensino de progressões e matemática financeira, com a incorporação de recursos tecnológicos. A matemática financeira é um tema de grande relevância, uma vez que é um campo de aplicação direta de vários conceitos matemáticos estudados ao longo da educação escolar. Um dos conceitos utilizados é o estudo de progressões aritméticas e geométricas. Para o estudo destes, propomos a abordagem por meio da resolução de relações de recorrência. Devido à relevância da matemática financeira na formação escolar do aluno, analisamos as diferentes formas e frequência com que a temática é abordada no Exame Nacional do Ensino Médio e nos processos seletivos da Universidade Estadual de Ponta Grossa. Com o objetivo de estimular a manipulação algébrica e a compreensão das variáveis das fórmulas de matemática financeira, propomos a incorporação de recursos tecnológicos, em particular, das planilhas eletrônicas, nas aulas sobre o tema. Por meio dessa ferramenta, propomos a viabilização da construção de simuladores de matemática financeira em sala de aula, visando a diversificação das atividades. Contemplamos também a elaboração de um aplicativo para dispositivos móveis que operam com a plataforma Android, visando a portabilidade e compartilhamento dos simuladores que podem ser construídos em sala de aula.
65

PADRÕES E O TRABALHO COM SEQUÊNCIAS RECURSIVAS: UMA ABORDAGEM NO DESENVOLVIMENTO DO PENSAMENTO ALGÉBRICO / PADRÕES E O TRABALHO COM SEQUÊNCIAS RECURSIVAS: UMA ABORDAGEM NO DESENVOLVIMENTO DO PENSAMENTO ALGÉBRICO

Theodorovski, Ronaldo 11 July 2014 (has links)
Made available in DSpace on 2017-07-21T20:56:32Z (GMT). No. of bitstreams: 1 Ronaldo Theodorovski.pdf: 2397904 bytes, checksum: 7a489d39fd5bcb4d6dc34a5ed2a4217f (MD5) Previous issue date: 2014-07-11 / Coordenação de Aperfeiçoamento de Pessoal de Nível Superior / This paper aims to present educational proposals for the teaching of algebra in order to promote the development of students' algebraic thinking. To do so a bibliographical survey searching for papers that demonstrate that such goal can be achieved through an education that prioritizes the recognition and the generalization of mathematical patterns was conducted. At first, we tried to analyze how some textbooks of elementary school deal with this issue. To address high school, we highlighted the sequences defined recursively, which appear as a good starting point for the generalization of patterns. Thus, we present a study of the methods of solving the recurrence relations that allows the formula to find the general term for this type of sequence. Moreover, with the study of linear recurrences, it is possible to propose an alternative approach to teaching progressions in high school. Seeking to work with numerical regularities to describe and generalize relationships, we suggest the use of computational resources, in particular, the use of spreadsheets as a methodological approach in the teaching of algebra. / Este trabalho tem por objetivo apresentar propostas pedagógicas para o ensino da álgebra tendo em vista promover o desenvolvimento do pensamento algébrico dos alunos. Para tanto foi realizado um levantamento bibliográfico buscando trabalhos que demonstram que tal objetivo pode ser alcançado por meio de um ensino que prioriza o reconhecimento e a generalização de padrões matemáticos. Em um primeiro momento, procuramos analisar como alguns livros didáticos do Ensino Fundamental tratam desse tema. Para contemplar o Ensino Médio, demos destaque às sequências definidas recursivamente, que se revelam como um bom ponto de partida para a generalização de padrões. Dessa forma, apresentamos um estudo dos métodos de resolução das relações de recorrências que permitem encontrar a fórmula do termo geral para esse tipo de sequência. Além disso, com o estudo de recorrências lineares, é possível propor uma abordagem alternativa para o ensino de progressões no Ensino Médio. Buscando trabalhar com regularidades numéricas para descrever e generalizar relações, sugerimos a utilização de recursos computacionais, em particular, o uso das planilhas eletrônicas, como proposta metodológica no ensino da álgebra.
66

MATEMÁTICA FINANCEIRA NA PERSPECTIVA DA EDUCAÇÃO MATEMÁTICA CRÍTICA / FINANCIAL MATH IN A CRITICAL EDUCATION APPROACH

Reis, Simone Regina dos 15 April 2013 (has links)
Coordenação de Aperfeiçoamento de Pessoal de Nível Superior / Research in the field of Critical Math Education (CME) has suggested the urgent need to develop didatic material in which real situation should be emphasized in order to accomplish significative learning. To contribute to CME, this thesis aims to present pedagogical activities to teaching financial math based on CME. Teaching Financial Math, in a CME approach, means to explore and to develop student's competences in a critical and participative way, emphasizing the use of math in daily life situation. More than learning mathematical techniques or calculus awareness, this proposal aims to build up on competences associated with learning reflection. In this way, this proposal takes in consideration the use of texts, reports and news available in print or online media that refers to the use of math in everyday situation in which students can get engaged in their social or profissional life. The present pedagogical proposal offers tools and ways of conducting students to learn how to identify, to interpret, to evaluate and to criticize the math usages in the world as well as being critical, responsible and free citizens of their actions. It is also important to highlight that it is the math teacher's responsability to make students aware of some financial math concepts as way of understading the reality in which they get involved. The contents in this pedagogical proposal discuss themes such as interest rate, rates, taxes, applications, investment and loans, in order to students to learn how financial math is applied socially or in everyday situation. It also suggests that the activities proposed should be solved by using digital spreadsheets, particularly by the Microsoft Excel software, because it offers more tools and features than a tradicional calculator. / Pesquisas em educação matemática crítica (EMC) têm apontado a necessidade urgente de produção de materiais didáticos que enfatizem situações reais vivenciadas pelos alunos para que a aprendizagem se torne mais significativa. Tendo em vista contribuir com as pesquisas em EMC, nesta dissertação são apresentadas sugestões para o ensino da Matemática Financeira (MF) por meio de uma proposta pedagógica orientada pela EMC. Ensinar MF, na perspectiva da EMC, significa explorar e desenvolver competências que tornem os estudantes participativos e críticos no modo como a MF formata as suas vidas. Muito mais do que aprender técnicas matemáticas ou desenvolver capacidade de cálculo, busca-se desenvolver competência associada à reflexão e a crítica. Dessa forma, justifica-se a abordagem de ensino de conteúdos de MF, a partir da inserção de reportagens ou de textos, coletados por meio de informações disponíveis na mídia impressa ou digital, que refletem as diferentes situações vivenciadas pelos alunos e que poderão ser úteis em algum momento da vida social e/ou profissional dos estudantes. A presente proposta pedagógica, apresentada nesta dissertação, tem como finalidade fornecer ferramentas e meios para que os alunos aprendam a atuar no mundo em que se inserem, levando-os a identificar, interpretar, avaliar e criticar a matemática, de modo que tal formação contribua para serem cidadãos livres, responsáveis e críticos de suas ações. É fundamental que, ao aplicar a presente proposta, o professor objetive conscientizar os alunos para a importância dos conceitos de MF como instrumento e para compreender a realidade em que se inserem. Os conteúdos propostos, nas atividades pedagógicas, contemplam o estudo sobre conceitos de juros, taxas, aplicações e empréstimos, para que os alunos aprendam como a MF é utilizada socialmente. Ainda, sugere-se a resolução dos exemplos propostos, por meio de planilhas eletrônicas, em particular, por meio do software Microsoft Excel, por este oferecer mais recursos do que uma calculadora.
67

ESTUDO DE ESTATÍSTICA NO ENSINO MÉDIO: UMA PROPOSTA DE ENSINO ATRAVÉS DA ANÁLISE DE DADOS SOCIAIS E AMBIENTAIS. / STATISTICAL STUDY IN HIGH SCHOOL: A PROPOSAL FOR TEACHING THROUGH THE ANALYSIS OF SOCIAL AND ENVIRONMENTAL DATA.

Fortes, Diogo Cesar 22 April 2014 (has links)
This work presents a proposal to Statistics teaching for High School in an interdisciplinary way. Analyze data from the Municipal Human Development Index Gaucho some cities and climate in some Brazilian cities, seeking to explore the most of what's statistic in these matters. Seek to understand the basic topics of statistics provided in the curriculum, noting that the application of mathematics to diverse areas of knowledge. We will use spreadsheets as a technological tool to support teaching. / Este trabalho apresenta uma proposta para o ensino de Estatística no Ensino Médio de uma forma interdisciplinar. Analisaremos dados do Índice de Desenvolvimento Humano Municipal de algumas cidades gaúchas e do clima de algumas cidades brasileiras, procurando explorar ao máximo o que há de Estatística nesses assuntos. Buscaremos a compreensão dos tópicos elementares de Estatística previstos no currículo, observando a aplicação dessa parte da Matemática às diversas áreas do conhecimento. Utilizaremos planilhas eletrônicas como ferramenta tecnológica de apoio ao ensino.
68

O uso da planilha eletrônica no estudo das funções e equações polinomiais

Mogilka, Marcelo 22 July 2016 (has links)
Submitted by ANA KARLA PEREIRA RODRIGUES (anakarla_@hotmail.com) on 2017-09-08T13:29:12Z No. of bitstreams: 1 arquivototal.pdf: 8624212 bytes, checksum: 8123f6eb13506d5865b46a957bfa1ae6 (MD5) / Approved for entry into archive by ANA KARLA PEREIRA RODRIGUES (anakarla_@hotmail.com) on 2017-09-08T13:51:23Z (GMT) No. of bitstreams: 1 arquivototal.pdf: 8624212 bytes, checksum: 8123f6eb13506d5865b46a957bfa1ae6 (MD5) / Made available in DSpace on 2017-09-08T13:51:23Z (GMT). No. of bitstreams: 1 arquivototal.pdf: 8624212 bytes, checksum: 8123f6eb13506d5865b46a957bfa1ae6 (MD5) Previous issue date: 2016-07-22 / Coordenação de Aperfeiçoamento de Pessoal de Nível Superior - CAPES / The use of technologies as teaching tool is a reality experienced by a significant portion of the student body in Brazil. However, there is still considerable demand for educational projects involving the teaching of mathematics with the technologies offered by computer programs. This work will address - through the Delta Project the usage of electronic spreadsheets as a tool for analysis and resolution of func- tional and polynomial equations, establishing links between the mathematical and computational knowledge. / A utilização das tecnologias como ferramentas didaticas ja é uma realidade vivida por uma parte significativa do alunado no Brasil. No entanto, o ritmo vertiginoso do avanço dessas tecnologias não é acompanhado pela devida adaptação e aplicação a realidade das escolas e, sobretudo, a realidade dos alunos. Diante deste descom- passo faz-se necessário ampliar as ofertas de trabalhos acadêmicos que utilizem as tecnologias oferecidas na forma de aplicativos, softwares ou programas específicos da area de educação, para auxiliar o professor na difícil tarefa de ensinar a matema- tica. Essa dissertação pretende contribuir exatamente nesse sentido. Através de um projeto didatico aplicado em sala de aula - o Projeto Delta - que tem como prin- cipal objetivo ampliar e aprofundar os conceitos de função quadratica, resolução de equações polinomiais, divisão de polinômios e cálculo de áreas e volumes de sólidos geométricos utilizando para tanto a planilha eletrônica como ferramenta didática e link entre os saberes das áreas de matemática e programação. Por meio de exemplos práticos da utilização da planilha eletrônica na criação de programas pelos alunos que participaram do Projeto Delta, e da devida fundamentação teórica, esse tra- balho acadêmico pretende mostrar que no processo de criar programas na planilha eletrônica para auxiliar a resolução de problemas matemáticos o aluno tem como subproduto positivo um aprofundamento do entendimento desses saberes matema- ticos e, mais ainda, uma postura analítica e protagonista diante dos conhecimentos dessa matéria em oposição a postura passiva e pouco reflexiva que, infelizmente, ainda é assumida por grande parte dos nossos alunos.
69

Explicitação de esquema orientada a contexto para promover interoperabilidade semântica / Promoting semantic interoperability by a context oriented approach to make schemas explicit

Bernardo, Ivelize Rocha, 1982- 09 April 2012 (has links)
Orientador: André Santanchè / Dissertação (mestrado) - Universidade Estadual de Campinas, Instituto de Computação / Made available in DSpace on 2018-08-21T20:20:46Z (GMT). No. of bitstreams: 1 Bernardo_IvelizeRocha_M.pdf: 1642753 bytes, checksum: 79818a62ab275ff01db056b803beb9b6 (MD5) Previous issue date: 2012 / Resumo: A flexibilidade proporcionada por planilhas eletrônicas possibilita sua customização seguindo modelos mentais de seus autores e as tornam sistemas populares de gerenciamento de dados. Gradativamente tem crescido a necessidade de se integrar e articular dados de diferentes planilhas e, para que máquinas possam auxiliar neste processo, o desafio é como interpretar automaticamente o seu esquema implícito, que é dirigido à interpretação humana. Alguns trabalhos propõem o mapeamento do conteúdo das planilhas para padrões abertos de interoperabilidade, principalmente aqueles da Web Semântica. A principal limitação destes trabalhos consiste no pressuposto de que é possível reconhecer e explicitar os esquemas e a semântica das planilhas automaticamente, independentemente do seu domínio. Este trabalho se diferencia por considerar o contexto e o domínio em que foram concebidas as planilhas essenciais para se traçar o conjunto de práticas compartilhadas pela comunidade em questão, que estabelece padrões de construção a serem reconhecidos automaticamente por nosso sistema, em um processo de extração de dados e explicitação de esquemas. Nossa proposta envolve uma estratégia para caracterização de padrões de construção associados a modelos conceituais de autores na construção de planilhas, que é resultado de uma ampla pesquisa de práticas compartilhadas por autores de planilhas no domínio de uso da Biologia. Neste documento apresentamos o resultado de um experimento prático envolvendo tal sistema, no qual integramos os dados de centenas de planilhas eletrônicas disponíveis na Web. Tal integração foi possível pela capacidade única de nossa abordagem de reconhecer a natureza da planilha analisada dentro de seu contexto de criação / Abstract: The flexibility provided by spreadsheets allows their customization following mental models of their authors and makes them popular data management systems. Gradually there is a growing need of integrating and join data from different spreadsheets and, to enable machines assistance in this process, the challenge is how to automatically interpret their implicit schema, which is addressed to human interpretation. In this sense, some related works propose mapping spreadsheets contents to open interoperability standards, mainly Semantic Web standards. The main limitation of such proposals is the assumption that it is possible to recognize and make explicit the schema and the semantics of spreadsheets automatically apart from their domain. This work differs by assuming the essential role of the context and the domain in which the spreadsheet was conceived to delineate shared practices of the community, which establishes building patterns to be automatically recognized by our system, in data extraction process and schema recognition. Our proposal involves a strategy to characterize building patterns related to conceptual models of authors in spreadsheets building process, which results from an extensive research of practices shared among authors of spreadsheets in the Biology usage domain. In this document we present a result of a practical experiment involving such a system, in which we integrated data from hundreds of spreadsheets available on the Web. This integration was possible due to a unique ability of our approach of recognizing the spreadsheet nature analyzed inside its creation context / Mestrado / Ciência da Computação / Mestra em Ciência da Computação
70

Reflexões de futuros professores de matemática sobre uma prática educativa utilizando planilhas eletrônicas /

Mussolini, Ana Flávia. January 2004 (has links)
Orientador: Miriam Godoy Penteado / Banca: Laurizete Ferragut Passos / Banca: Telma Aparecida de Souza Gracias / Resumo: Esta pesquisa trata da Formação Inicial de Professores de Matemática, em particular sobre o uso de tecnologia informática. Sabendo da problemática existente nos cursos de graduação, como, por exemplo, a desarticulação entre teoria e prática, entre formação universitária e realidade escolar, deteve-se na seguinte questão: "Quais são as perspectivas, expectativas e dificuldades que os futuros professores apresentam quando refletem sobre uma prática educativa utilizando planilhas eletrônicas na escola básica?". A pesquisa contou com a participação de dois futuros professores de Matemática da UNESP de Rio Claro. Foram realizados três encontros de planejamento, dez encontros de intervenção em uma escola pública, e dez encontros de reflexão, que ocorreram sempre após cada intervenção. Os licenciandos tiveram a oportunidade de expor suas idéias sobre as experiências realizadas e, a partir de uma análise à luz do referencial teórico, foram extraindo temas que se referem às suas expectativas, perspectivas e dificuldades. Entre eles, a gestão da sala de aula e a transposição de conteúdo, a complexidade da sala de aula, como eles percebem os alunos, as condições de trabalho na escola, ser professor e o uso de tecnologia informática. / Abstract: This research addresses the pre-service mathematics teacher education, in particular their practice with computer. Considering the problems concerning teacher education courses - as, for instance, the disarticulation between the theory and the practice, and between the university education and the school reality - it was formulated the following research question: "What are the perspectives, expectations and difficulties that the future teachers experience when they reflect on an educational practice using spreadsheets at the basic school?" The research was developed in collaboration with two future mathematics teachers from UNESP at Rio Claro, São Paulo, Brazil. It was organized three planning meetings, ten intervention meetings in a public school, and ten reflection meeting, that always took place right after each intervention meeting. The reflection meetings were videoed and transcribed. The data were analyzed with reference to the literature. Themes were identified that could be referred to their expectation, perspectives, and difficulties. These themes included: the teaching in the classroom and the transposition of the contents; the complexity of the classroom environment; the interaction with the students; the school working conditions; being a teacher; and the use of computers. / Mestre

Page generated in 0.4405 seconds