Essays about: "Interface"

Showing result 21 - 25 of 3050 essays containing the word Interface.

  1. 21. Agda on Raspberry Pi

    University essay from Göteborgs universitet/Institutionen för data- och informationsteknik

    Author : Lawerence Chonavel; [2023-10-25]
    Keywords : Agda; Compiler; Raspbery Pi; Functional Programming; BUBS;

    Abstract : This thesis presents an Agda-to-C compiler targeting the Raspberry Pi Pico microcontroller. The compiler implementation includes an unusual choice of run-time algorithm, a Foreign Function Interface generator, and surprisingly little boilerplate code... READ MORE

  2. 22. CHATBOT TO SUPPORT LEARNING AMONG NEWCOMERS IN CITIZEN SCIENCE

    University essay from Göteborgs universitet/Institutionen för pedagogik, kommunikation och lärande

    Author : Tran Thanh Phong Trang; [2023-10-23]
    Keywords : Citizen Science; Chatbot; Learning engagement;

    Abstract : Purpose: Citizen Science (CS) can be defined as the intentional involvement of the public as volunteers in scientific activities or research. Participation in CS can be described as a learning process, but long-term engagement of volunteers is hard to sustain. READ MORE

  3. 23. Syntax-based Concept Alignment for Machine Translation

    University essay from Göteborgs universitet/Institutionen för data- och informationsteknik

    Author : Arianna Masciolini; [2023-03-30]
    Keywords : computational linguistic; machine translation; concept alignment; syntax; dependency parsing; Universal Dependencies; Grammatical Framework;

    Abstract : This thesis presents a syntax-based approach to Concept Alignment (CA), the task of finding semantical correspondences between parts of multilingual parallel texts, with a focus on Machine Translation (MT). Two variants of CA are taken into account: Concept Extraction (CE), whose aim is to identify new concepts by means of mere linguistic comparison, and Concept Propagation (CP), which consists in looking for the translation equivalents of a set of known concepts in a new language. READ MORE

  4. 24. Web Interface for Systems Engineering DesignTools – A web application for facilitating the collaboration between business- and engineering teams

    University essay from Göteborgs universitet/Institutionen för data- och informationsteknik

    Author : Erik Berg; Oscar Hedenäs Bennet; William Hugo; Albin Karlsson Landgren; Isak Magnusson; David Salmo; [2023-03-03]
    Keywords : Value driven design; BPMN; Discrete event simulation; Web interface; System engineering design; ISO 15288; Python; React;

    Abstract : The interest in improving and optimising project planning and execution is currently large. The Value-Driven Design methodology of Systems Engineering aims to help with this through a focus on measuring value from early stages of projects. READ MORE

  5. 25. Front-end of a Debugger for Compiled Programs in Haskell

    University essay from Göteborgs universitet/Institutionen för data- och informationsteknik

    Author : Andreas Olsson; Carl Bergman; Brage Salhus Bunk; Elias Johansson; Krešimir Popovic; [2023-03-03]
    Keywords : Haskell; debugger; debug; heap; lazy evaluation; functional programming; GHC;

    Abstract : There are debugging tools available for Haskell programs today, but despite providing help for developers, these tools are not widely used in the Haskell community. Current debugging tools for Haskell have different kinds of limitations. This thesis will discuss the implementation of a new debugger with a graphical interface. READ MORE