-
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.
Merge pull request #47 from f-aguzzi/pre/beta
Pre/beta
- Loading branch information
Showing
13 changed files
with
215 additions
and
34 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
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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
\newpage | ||
|
||
# Ringraziamenti | ||
|
||
Ringraziamenti. | ||
|
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,35 @@ | ||
@startuml | ||
rectangle "Libreria Python" { | ||
(Imparare la chemiometria) | ||
(Classificare i dati dalla scena del crimine) | ||
(Fondere i dati) | ||
(Importare ed esportare i dati) | ||
(Creare grafici) | ||
} | ||
|
||
rectangle "Ambiente Colab" { | ||
(Utilizzare la libreria da Colab) | ||
} | ||
|
||
rectangle "Applicazione grafica" { | ||
(Utilizzare l'applicazione grafica) | ||
} | ||
|
||
(Aggiungere nuove funzionalità) | ||
|
||
"Studente" --> (Imparare la chemiometria) | ||
"Analista forense" --> (Classificare i dati dalla scena del crimine) | ||
"Chiunque" --> (Fondere i dati) | ||
"Chiunque" --> (Importare ed esportare i dati) | ||
"Chiunque" --> (Creare grafici) | ||
"Chiunque" -up-> (Utilizzare l'applicazione grafica) | ||
"Utente di Colab" --> (Utilizzare la libreria da Colab) | ||
"Gestore del sistema" -up-> (Aggiungere nuove funzionalità) | ||
"Programmatore esterno" -down-> (Applicazione grafica) : <<implementa>> | ||
|
||
"Ambiente Colab" ..|> "Libreria Python" : <<usa>> | ||
"Applicazione grafica" ..|> "Libreria Python" : <<basato su>> | ||
|
||
(Aggiungere nuove funzionalità) -up-|> "Ambiente Colab" | ||
(Aggiungere nuove funzionalità) -up-|> "Libreria Python" | ||
@enduml |