better source for graphs

This commit is contained in:
Simon Klüttermann 2021-10-17 20:11:11 +02:00
parent c22ecc0e46
commit 5a48330c4a
5 changed files with 24 additions and 24 deletions

View File

@ -4,6 +4,6 @@
"t1":"Hopfield Networks and Boltzmann Machines",
"e1":"Chapters 6.1-6.4 and briefly summarize 1-2 applications (see for example chapter 6.5) or implement a simple model",
"t2":"Graph Machine Learning",
"e2":"Chapter 2.7 + 1 Paper, for example ''Graph neural networks: a review of methods and applications'' by Zhou at al 2018"
"e2":"Chapter 2.7 + 1 other source, my suggestions: distill.pub on GNN"
}

View File

@ -1,9 +1,9 @@
[0] Config.pm:312> INFO - This is Biber 2.15
[0] Config.pm:315> INFO - Logfile is 'slides.blg'
[53] biber:330> INFO - === So Okt 17, 2021, 14:58:37
[64] Biber.pm:415> INFO - Reading 'slides.bcf'
[115] Biber.pm:952> INFO - Found 0 citekeys in bib section 0
[119] Utils.pm:395> WARN - The file 'slides.bcf' does not contain any citations!
[125] bbl.pm:651> INFO - Writing 'slides.bbl' with encoding 'UTF-8'
[126] bbl.pm:754> INFO - Output to slides.bbl
[126] Biber.pm:128> INFO - WARNINGS: 1
[109] biber:330> INFO - === So Okt 17, 2021, 20:10:46
[128] Biber.pm:415> INFO - Reading 'slides.bcf'
[212] Biber.pm:952> INFO - Found 0 citekeys in bib section 0
[220] Utils.pm:395> WARN - The file 'slides.bcf' does not contain any citations!
[229] bbl.pm:651> INFO - Writing 'slides.bbl' with encoding 'UTF-8'
[230] bbl.pm:754> INFO - Output to slides.bbl
[230] Biber.pm:128> INFO - WARNINGS: 1

View File

@ -1,4 +1,4 @@
This is LuaHBTeX, Version 1.13.0 (TeX Live 2021/Arch Linux) (format=lualatex 2021.6.8) 17 OCT 2021 14:58
This is LuaHBTeX, Version 1.13.0 (TeX Live 2021/Arch Linux) (format=lualatex 2021.6.8) 17 OCT 2021 20:10
system commands enabled.
**slides
(./slides.tex
@ -2068,12 +2068,12 @@ Package polyglossia Info: Option: English, variant=american.
Package polyglossia Info: Option: english variant=american (with additional pat
terns).
Module polyglossia Info: Language data for usenglishmax
(polyglossia) lefthyphenmin 2
(polyglossia) loader loadhyph-en-us.tex
(polyglossia) righthyphenmin 3
(polyglossia) hyphenation hyph-en-us.hyp.txt
(polyglossia) loader loadhyph-en-us.tex
(polyglossia) synonyms
(polyglossia) patterns hyph-en-us.pat.txt on input line 35
(polyglossia) patterns hyph-en-us.pat.txt
(polyglossia) lefthyphenmin 2
(polyglossia) hyphenation hyph-en-us.hyp.txt on input line 35
Module polyglossia Info: Language usenglishmax was not yet loaded; created with
id 2 on input line 35
Package polyglossia Info: Option: english variant=american (with additional pat
@ -2135,12 +2135,12 @@ braces):
> {german/localnumeral} => {polyglossia@C@localnumeral}
> {german/Localnumeral} => {polyglossia@C@localnumeral}.
Module polyglossia Info: Language data for german
(polyglossia) lefthyphenmin 2
(polyglossia) loader loadhyph-de-1901.tex
(polyglossia) righthyphenmin 2
(polyglossia) hyphenation
(polyglossia) loader loadhyph-de-1901.tex
(polyglossia) synonyms
(polyglossia) patterns hyph-de-1901.pat.txt on input line 10
(polyglossia) patterns hyph-de-1901.pat.txt
(polyglossia) lefthyphenmin 2
(polyglossia) hyphenation on input line 10
Module polyglossia Info: Language german was not yet loaded; created with id 3 o
n input line 10
Package polyglossia Info: Option: German, spelling=new.
@ -3104,12 +3104,12 @@ Package biblatex Info: ... file 'german.lbx' found.
(/usr/share/texmf-dist/tex/latex/biblatex/lbx/german.lbx
File: german.lbx 2020/12/31 v3.16 biblatex localization (PK/MW)
Module polyglossia Info: Language data for ngerman
(polyglossia) lefthyphenmin 2
(polyglossia) loader loadhyph-de-1996.tex
(polyglossia) righthyphenmin 2
(polyglossia) hyphenation
(polyglossia) loader loadhyph-de-1996.tex
(polyglossia) synonyms
(polyglossia) patterns hyph-de-1996.pat.txt on input line 561
(polyglossia) patterns hyph-de-1996.pat.txt
(polyglossia) lefthyphenmin 2
(polyglossia) hyphenation on input line 561
Module polyglossia Info: Language ngerman was not yet loaded; created with id 5
on input line 561
)
@ -3751,12 +3751,12 @@ te_list, 4 write, 24 pdf_literal, 72 pdf_colorstack, 1 pdf_setmatrix, 1 pdf_save
avail lists: 1:3,2:430,3:218,4:351,5:181,6:49,7:2276,8:9,9:444,10:28,11:138,1
2:1
81127 multiletter control sequences out of 65536+600000
97 fonts using 27703667 bytes
97 fonts using 27703711 bytes
136i,20n,154p,819b,2327s stack positions out of 5000i,500n,10000p,200000b,80000s
</usr/share/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSans-Bol
d.otf></usr/share/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSa
ns-Regular.otf>
Output written on slides.pdf (17 pages, 393867 bytes).
Output written on slides.pdf (17 pages, 393714 bytes).
PDF statistics: 210 PDF objects out of 1000 (max. 8388607)
141 compressed objects within 2 object streams

Binary file not shown.

View File

@ -5,6 +5,6 @@
\large Chapters 6.1-6.4 and briefly summarize 1-2 applications (see for example chapter 6.5) or implement a simple model\\\\
\Large \textbf{Topic2:} Graph Machine Learning\\
\large Chapter 2.7 + 1 Paper, for example ''Graph neural networks: a review of methods and applications'' by Zhou at al 2018\\
\large Chapter 2.7 + 1 other source, my suggestions: distill.pub on GNN\\
\end{frame}