Parcourir la source

made titelpage

Simon Hammer il y a 3 ans
Parent
commit
74f0c38180
3 fichiers modifiés avec 46 ajouts et 32 suppressions
  1. 25 22
      maturText/lit/refs.bib
  2. 1 1
      maturText/revisioned.ist
  3. 20 9
      maturText/revisioned.tex

+ 25 - 22
maturText/lit/refs.bib

@@ -3,7 +3,7 @@ author = {suckless.org},
 title = {software that sucks less | suckless.org software that sucks less},
 howpublished = {\url{https://suckless.org/philosophy/}},
 year = {2021},
-note = {(Accessed on 09/16/2021)}
+note = {(Accessed on 16/09/2021)}
 }
 @book{branch,
 author = {Scott Chacon and Ben Straub},
@@ -47,7 +47,7 @@ title = {The GNU General Public License v3.0 - GNU Project - Free Software Found
 howpublished = {\url{https://www.gnu.org/licenses/gpl-3.0.en.html}},
 month = {June},
 year = {2007},
-note = {(Accessed on 09/17/2021)}
+note = {(Accessed on 17/09/2021)}
 }
 @book{stallman2002,
   title={Free Software, Free Society: Selected Essays of Richard M. Stallman},
@@ -62,7 +62,7 @@ title = {Why I Use the GPL and Not Cuck Licenses – Luke Smith},
 howpublished = {\url{https://lukesmith.xyz/articles/why-i-use-the-gpl-and-not-cuck-licenses}},
 month = {April},
 year = {2021},
-note = {(Accessed on 09/19/2021)}
+note = {(Accessed on 19/09/2021)}
 }
 @misc{8chan.moe,
 author = {Anonymous},
@@ -70,7 +70,7 @@ title = {/t/ - Open Source Licenses},
 howpublished = {\url{https://8chan.moe/t/res/865.html}},
 month = {August},
 year = {2020},
-note = {(Accessed on 09/19/2021)}
+note = {(Accessed on 19/09/2021)}
 }
 @book{kumar2011,
   title={Welcome to the 'free' World: A Free Software Initiative},
@@ -109,7 +109,7 @@ title = {GIT Branch and its Operations. - An Easy Understanding - Digital Varys}
 howpublished = {\url{https://digitalvarys.com/git-branch-and-its-operations/}},
 month = {},
 year = {},
-note = {(Accessed on 09/19/2021)}
+note = {(Accessed on 19/09/2021)}
 }
 @misc{githubRepoQuery,
 author = {github.com},
@@ -117,7 +117,7 @@ title = {Code Search},
 howpublished = {\url{https://github.com/search?q=\&type=Repositories\&ref=advsearch\&l=\&l=}},
 month = {September},
 year = {2021},
-note = {(Accessed on 09/19/2021)}
+note = {(Accessed on 19/09/2021)}
 }
 @misc{roomStructure,
 author = {Sagar Garg},
@@ -125,15 +125,15 @@ title = {Room Persistence Library - DZone Database},
 howpublished = {\url{https://dzone.com/articles/room-persistence-library}},
 month = {},
 year = {},
-note = {(Accessed on 09/19/2021)}
+note = {(Accessed on 19/09/2021)}
 }
-@misc{appStructure,
-author = {vhaecky},
-title = {Android Room with a View - Java},
-howpublished = {\url{https://developer.android.com/codelabs/android-room-with-a-view\#0}},
+@misc{queryExpl,
+author = {Google Team},
+title = {Query syntax in Standard SQL  |  BigQuery  |  Google Cloud},
+howpublished = {\url{https://cloud.google.com/bigquery/docs/reference/standard-sql/query-syntax#order_by_clause}},
 month = {},
 year = {},
-note = {(Accessed on 09/19/2021)}
+note = {(Accessed on 13/10/2021)}
 }
 @misc{appStructurePicture,
 author = {Android Developers},
@@ -141,7 +141,7 @@ title = {Android Room with a View - Java},
 howpublished = {\url{https://developer.android.com/codelabs/android-room-with-a-view\#15}},
 month = {},
 year = {},
-note = {Edited by Simon}
+note = {Edited by Simon, (Accessed on 19/09/2021)}
 }
 @misc{LayoutManagerPicture,
 author = {Anonoymous},
@@ -149,7 +149,7 @@ title = {LayoutManager | Android | myMusing},
 howpublished = {\url{https://mymusing.co/layoutmanager-android/}},
 month = {},
 year = {},
-note = {Edited by Simon}
+note = {Edited by Simon, (Accessed on 19/09/2021)}
 }
 @misc{roomApp,
 author = { Avatar Florina Muntenescu},
@@ -157,7 +157,7 @@ title = {GitHub - googlecodelabs/android-room-with-a-view},
 howpublished = {\url{https://github.com/googlecodelabs/android-room-with-a-view}},
 month = {},
 year = {},
-note = {Edited by Simon}
+note = {Edited by Simon, (Accessed on 19/09/2021)}
 }
 @misc{roomInfo,
 author = {Ashish Rawat},
@@ -165,21 +165,23 @@ title = {Using Room Database | Android Jetpack | by Ashish Rawat | MindOrks | Me
 howpublished = {\url{https://medium.com/mindorks/using-room-database-android-jetpack-675a89a0e942}},
 month = {Februar},
 year = {2019},
-note = {}
+note = {(Accessed on 11/10/2021)}
 }
 @misc{github,
 author = {Sebastian De Lima},
 title = {What Is GitHub?},
 howpublished ={https://medium.com/swlh/what-is-github-423f9049ab2d},
 month = {July},
-year = {2020}
+year = {2020},
+note = {(Accessed on 11/10/2021)}
 }
 @misc{android-studio,
 author = {Developers},
 title = {Meet Android Studio  |  Android Developers},
 howpublished = {\url{https://developer.android.com/studio/intro}},
 month = {},
-year = {}
+year = {},
+note = {(Accessed on 11/10/2021)}
 }
 @misc{recyclerViewRecycle,
 author = {Developers},
@@ -187,7 +189,7 @@ title = {Create dynamic lists with RecyclerView  |  Android Developers},
 howpublished = {\url{https://developer.android.com/guide/topics/ui/layout/recyclerview}},
 month = {},
 year = {},
-note = {}
+note = {(Accessed on 11/10/2021)}
 }
 @misc{materialDesigne,
 author = {Material Designe Team},
@@ -195,7 +197,8 @@ title = {Introduction - Material Design},
 howpublished = {\url{https://material.io/design/introduction}},
 month = {},
 year = {},
-note = {}
+note = {(Accessed on 11/10/2021)}
+
 }
 @misc{library,
 author = {Computer Hope},
@@ -203,7 +206,7 @@ title = {What is a Library?},
 howpublished = {\url{https://www.computerhope.com/jargon/l/library.htm}},
 month = {Februar},
 year = {2021},
-note = {}
+note = {(Accessed on 11/10/2021)}
 }
 @misc{view,
 author = {Developers},
@@ -211,7 +214,7 @@ title = {View  |  Android Developers},
 howpublished = {\url{https://developer.android.com/reference/android/view/View}},
 month = {},
 year = {},
-note = {}
+note = {(Accessed on 11/10/2021)}
 }
 
 

+ 1 - 1
maturText/revisioned.ist

@@ -1,5 +1,5 @@
 % makeindex style file created by the glossaries package
-% for document 'revisioned' on 2021-10-12
+% for document 'revisioned' on 2021-10-13
 actual '?'
 encap '|'
 level '!'

+ 20 - 9
maturText/revisioned.tex

@@ -310,17 +310,28 @@ sorting=ynt
 \begin{titlepage}
 % TODO: weniger asketisch, «sexier»
 
-\vspace*{1cm}
 	\centering
 	
+    {\slshape\large snailmail \par}
+    \vspace{0.1cm}
 	{\huge\bfseries Eine Email-Client-App entwickeln \par}
 	\vspace{0.5cm}
-	{\Large Noah Vogt \& Simon Hammer Klasse 4cg\par}
+	{\Large Von Noah Vogt \& Simon Hammer \par}
+    {\Large Aus Klasse 4cg \par}
     \vspace{0.5cm}
-    {\Large Victor Yakhontov \& Daniel Bühler \par }
-	\vspace{17cm}
-
-	{\large Geschrieben im Jahr 2021\par}
+    %{\Large Victor Yakhontov \& Daniel Bühler \par }
+   
+    \begin{figure}[H]
+        \centering
+        \includegraphics[width=1\textwidth]{../logo/version3d.png}
+    \end{figure}
+   
+    \vspace{0.5cm}
+    {\Large Betruungslehrkraft: Victor Yakhontov \par }
+    {\Large Koreferent: Daniel Bühler \par}
+    \vspace{0.5cm}
+	{\large Geschrieben im Jahr 2021 \par}
+    {\large Im Gymnasium Kirschgarten \par}
 	
 \end{titlepage}
 
@@ -904,10 +915,10 @@ dennoch werden wir darauf eingehen.\\
 \end{lstlisting}
 
 \textit{Querys} sind anfragen an die Database nach Informationen. Sie können auf verschiedene \textit{tables} zugreifen und Informationen abgleichen und auswählen. 
-In einer DAO von Room werden die SQL-statements mit @Query markiert. SELECT heisst, dass etwas ausgewählt werden soll und mir * ist gemeint alles. Mit FROM wird nochmals angegeben von 
-welchem table, in diesem Fall vom message\_table. Die Entity die wir weiter oben schon erklärt haben. Mit WHERE können Spalten der Entity ausgewählt werden. Hier wird die \textit{folder} Spalte 
+In einer DAO von Room werden die SQL-statements mit @Query markiert. SELECT heisst, dass etwas ausgewählt werden soll und mit * ist gemeint alles. Mit FROM wird angegeben von 
+welchem table, in diesem Fall vom message\_table. Mit WHERE können Spalten der Entity ausgewählt werden. Hier wird die \textit{folder} Spalte 
 gewählt um mit LIKE ein Attribut zu bestimmen. So wird nun ein Attribut namens 'Draft' gewählt. Mit ORDER By kann die Ausgabe noch sortiert werden. So wird die Ausgabe anhand der Spalte 'date'
-nach dem ASC-code sortiert. \cite{appStructure}
+aufsteigen Sortiert. \cite{queryExpl}
 
 \subsubsection{Repository/ViewModel}