-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(thesis): set up build system (merge from #22)
squash commit
- Loading branch information
Showing
11 changed files
with
109 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
name: Compile thesis to PDF | ||
|
||
on: | ||
push: | ||
paths: | ||
- 'thesis/**' | ||
- '.github/workflows/thesis.yml' | ||
|
||
jobs: | ||
convert_via_pandoc: | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- name: create file list | ||
id: files_list | ||
run: | | ||
echo "files=$(printf '"%s" ' thesis/*.md)" > $GITHUB_OUTPUT | ||
- uses: docker://pandoc/latex:2.9 | ||
with: | ||
args: -o "thesis/tesi_federico_aguzzi.pdf" ${{ steps.files_list.outputs.files }} | ||
|
||
|
||
- uses: actions/upload-artifact@v3 | ||
with: | ||
name: thesis | ||
path: thesis |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
--- | ||
documentclass: article | ||
header-includes: | | ||
\usepackage{graphicx} | ||
\usepackage[a4paper,margin=3cm]{geometry} | ||
\usepackage[italian]{babel} | ||
\usepackage{microtype} | ||
--- | ||
|
||
|
||
\begin{center} | ||
\includegraphics[width=0.6\textwidth]{thesis/logo-unibg.png} | ||
|
||
{ | ||
\Large | ||
Scuola di Ingegneria \\~\\ | ||
Dipartimento di Ingegneria dell'Informazione, della Gestione e della Produzione \\~\\ | ||
Classe n. L-8 - Classe delle lauree in Ingegneria dell'Informazione | ||
} | ||
|
||
\vspace{1.3cm} | ||
|
||
{ | ||
\huge | ||
\textbf{Realizzazione di una libreria Python su cloud per la fusione e l'analisi dei dati dalla scena del crimine} | ||
} | ||
|
||
\vspace{1.3cm} | ||
|
||
{ | ||
\Large | ||
\textbf{Federico Aguzzi} | ||
\vfill | ||
|
||
Candidato:\\ | ||
\emph{Federico Aguzzi}\\ | ||
Matricola n. 1066519 | ||
\vspace{0.6cm} | ||
|
||
Relatore:\\ | ||
\emph{Chiar.mo Prof.\\Angelo Michele Gargantini} | ||
} | ||
\end{center} | ||
|
||
|
||
\renewcommand{\baselinestretch}{1.5} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
\thispagestyle{plain} | ||
\begin{center} | ||
\Large | ||
\textbf{Realizzazione di una libreria Python su cloud per la fusione e l'analisi dei dati dalla scena del crimine} | ||
|
||
\vspace{0.4cm} | ||
\textbf{Federico Aguzzi} | ||
|
||
\vspace{0.9cm} | ||
\textbf{Abstract} | ||
|
||
Un sistema ben strutturato, costruito su componenti open source esistenti, consente ai non programmatori di modificarlo e migliorarlo, risolvendo problemi pratici e rimanendo facilmente espandibile dagli utenti diretti - un risultato irraggiungibile senza i contributi dell'ingegneria del software. | ||
|
||
Fornendo un'alternativa più semplice, rapida ed efficace alle alternative, sia commerciali che open source - e soprattutto, integrando per la prima volta un approccio \emph{data fusion} in una libreria di analisi - questo progetto mira a fornire uno strumento leggero e comodo per le analisi chemiometriche. | ||
\end{center} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
\newpage | ||
\tableofcontents |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Introduzione | ||
|
||
Introduzione. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Ringraziamenti | ||
|
||
Ringraziamenti. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.