https://github.com/edoardottt/bachelor-degree-thesis
Design e Sviluppo del sistema di End User Development in SeismoCloud - Laurea Triennale in Informatica Università Sapienza di Roma
https://github.com/edoardottt/bachelor-degree-thesis
bachelor-thesis docker early-warning-systems earthquake earthquake-data earthquakes end-user-app end-user-computing end-user-development end-user-programming eud human-computer-interaction iot node-red node-red-project nodered sapienza-university seismocloud thesis user-interface
Last synced: about 11 hours ago
JSON representation
Design e Sviluppo del sistema di End User Development in SeismoCloud - Laurea Triennale in Informatica Università Sapienza di Roma
- Host: GitHub
- URL: https://github.com/edoardottt/bachelor-degree-thesis
- Owner: edoardottt
- Created: 2020-07-23T15:52:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-10T09:14:01.000Z (5 months ago)
- Last Synced: 2025-03-29T17:02:18.887Z (24 days ago)
- Topics: bachelor-thesis, docker, early-warning-systems, earthquake, earthquake-data, earthquakes, end-user-app, end-user-computing, end-user-development, end-user-programming, eud, human-computer-interaction, iot, node-red, node-red-project, nodered, sapienza-university, seismocloud, thesis, user-interface
- Language: TeX
- Homepage: https://seismocloud.com
- Size: 4.67 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
Design e Sviluppo del sistema di End User Development in SeismoCloud
[Read the paper we've published!](https://www.researchgate.net/publication/346084958_Simplify_Node-RED_For_End_User_Development_in_SeismoCloud)
Studente: Edoardo Ottavianelli
Relatore: Prof. Emanuele Panizzi
Lead Developer: Enrico BassettiGet Started 🎉
-------[latexmk](https://mg.readthedocs.io/latexmk.html) is required to generate the PDF file.
- Install dependencies (Debian-based distro):
```bash
sudo apt install texlive-base texlive-binaries texlive-extra-utils texlive-font-utils texlive-fonts-extra texlive-fonts-extra-links texlive-fonts-recommended texlive-lang-english texlive-lang-italian texlive-latex-base texlive-latex-extra texlive-latex-recommended texlive-luatex texlive-pictures texlive-plain-generic texlive-pstricks
```- LaTeX requirements:
```
texlive-base
texlive-binaries
texlive-extra-utils
texlive-font-utils
texlive-fonts-extra
texlive-fonts-extra-links
texlive-fonts-recommended
texlive-lang-english
texlive-lang-italian
texlive-latex-base
texlive-latex-extra
texlive-latex-recommended
texlive-luatex
texlive-pictures
texlive-plain-generic
texlive-pstricks
```Build the .pdf file
```console
make pdf
```Clean the folder from files generated while building
```console
make clean
```-------
[edoardottt.com](https://edoardottt.com/) to contact me.