viszlab / thesis-paper

πŸ“ Academic research thesis paper in LaTeX in ACM format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Paper

LaTeX for the Thesis Paper following the provided template (document class mscthesis.cls) with small adoptions in the overall structure. The paper follows the provided guidelines for each section from the Master IS course. It is in ACM (double-column) format with a maximum length of 10 pages, references start from the second column of the tenth page excluding the appendix.

The cover photo of this paper is generated using DALLΒ·E 3 using the prompt: microcontroller chip front-facing the chip like a motherboard overgrown with moss and planters with on the bottom the GPIO pins hanging strings on a white background.

Tools and references

Zotero was used as a citation management tool. Through the integration of the Zotero connector plugin into a web browser, relevant scholarly papers could be conveniently pinned to the appropriate folders for sorting and labeling to their respective topics.

Furthermore, the integration of Zotero with the beta version of Research Rabbit, a tool designed to construct visual knowledge graphs of papers contained within Zotero collections, was used. This integration facilitated the cross-referencing of papers and provided recommendations for related works based on similar works and references within the paper thereby enabling the exploration of subfields and author networks.

Install

This paper was written in VSCode using the LaTeX Workshop Extension. The .vscode folder sets up the configuration environment for the correct building of the references using this structure.

  1. Install a code editor such as VSCode.
  2. Install the LaTeX Workshop extension for VSCode.
  3. Clone this repository to your local machine.
$ git clone git@github.com:viszlab/thesis-paper.git
  1. Open the setup.tex file and build the output .pdf.

Project structure

β”œβ”€β”€ .vscode                 # LaTeX workshop configuration files
β”œβ”€β”€ build                   # Output build files and build .pdf
β”œβ”€β”€ docs                    # Documentation files and images
β”œβ”€β”€ media                   # Images for figures and photographs
β”œβ”€β”€ metadata                # .tex files for paper metadata 
β”œβ”€β”€ sections                # .tex files for the main sections
β”œβ”€β”€ mscthesis.cls           # Provided class template
β”œβ”€β”€ references.bib          # References bib file
└── setup.text              # Includes packages and imports .tex

Project

Viszlab is a tangible physical data visualization for the Lab42 building. An interactive experience using environment sensor data to offer Human Building-Interaction. Viszlab is developed as a Thesis and Graduation project for the Master (MSc) Information Studies: Information Systems (track) at the University of Amsterdam by part-time student Danny de Vries.

  • Master: Master Information Studies: Information Systems (track)
  • University: University of Amsterdam (UvA)
  • Institute: Informatics Institute
  • Faculty: Faculty of Science (FNWI)
  • Research Group: Digital Interactions Lab (DIL)
  • Student: BSc Danny de Vries (14495643)
  • Supervisor: Dr. H. (Hamed) Seiied Alavi PhD

Viszlab Β© 2024 by Danny de Vries is licensed under CC BY-NC-SA 4.0.

About

πŸ“ Academic research thesis paper in LaTeX in ACM format


Languages

Language:TeX 100.0%