Giter VIP home page Giter VIP logo

talk_2023-01-25_masters-thesis-defense's Introduction

Talk 2023-01-25 - master's thesis defense

project overview

This project contains the slides for my the talk on 2023-01-20 at the university Technische Universität Dresden about FMADB, which was my master's thesis defense.
The slides are partially based on my talk Talk 2022-10-28 - Musiktheorie Symposium.

The presented language is German, the repository and documentation language of FMADB is English.

You can find pre deployed slides here, so that you can view them without the need of pulling the code and setting the project up yourself:
https://toddetv-masters-thesis-defense.netlify.app/1

development

system requirement

  • development VM ID from Thorsten Seyschab for this project: 0Z1
  • OS:
    • Ubuntu (recommended)
    • Windows: install Ubuntu Subsystem as WSL2 (not WSL1) and use the Ubuntu Shell/ Terminal for everything (not CMD or Git BashShell)
  • IDE:
    • VSCode (Visual Studio Code) (recommended)
      The project already has all configuration files for this IDE. Especially the ./.vscode/extensions.json tell you the recommended plugins to use.
  • Testing:
    • Currently not needed.

initial setup

system requirements for developing

The following software is needed for developing:
The versions are what I used for development and testing. I will update the list if something changes.

software command for version output my version at last use information
Ubuntu lsb_release -a or cat /etc/os-release v22.04.1 LTS
nvm nvm -v v0.39.1
Node node -v (old nodejs --version) v16.17.1 NodeJS/ Node.js
npm npm -v v8.15.0
npx npx -v v8.15.0
pnpm pnpm -v v7.14.0 used as package manager

project setup

  1. execute a git pull
  2. open project in VSCode
  3. If you work with VSCode via remote software:
    {Ctrl}+{Shift}+{P} -> >Preferences: Open Settings (UI) -> search for keyboard.dispatch and set it to keyCode
    Restart or reload VSCode.
  4. execute the following commands in order to set up the project:
# install dependencies
pnpm install

scripts / commands

# dev run
pnpm run dev
# you get:
# - public slide show   > http://localhost:3030/
# - presenter mode      > http://localhost:3030/presenter/

# dev run
pnpm run devRemote
# like the normal `dev` command, but ports are open to full local network.

# build
pnpm run build

# export
pnpm run export

FMADB

FMADB (Film Music Analysis Database) is a software that enables a detailed recording of music-theoretical parameters over the temporal course of a film and thus supports film researchers in the analysis and evaluation of film music. The software thus supports current research questions in the field of film music as a web service on the Internet by structuring, processing and evaluating manually entered analytical data.

Head of project https://fmadb.org:

  • Thorsten Seyschab is responsible for the development of FMADB which includes the creation of the data models, the programming of all parts, the deployment and the maintenance.
  • Susanne Hardt is responsible for the music theoretical background of FMADB and helped developing the meta data model for the music analytical parameters and their evaluations in the software.

Attribution

Head of this slides project:

Honorable mentions:

Used services and dependencies:

License

This project is under the CC-BY-NC-ND-4.0 license. See LICENSE file for more information.

Copyright (c) 2022-present, Thorsten Seyschab.

talk_2023-01-25_masters-thesis-defense's People

Contributors

toddetv avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.