diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-05-25 17:10:49 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-05-25 17:10:49 +0200 |
| commit | d6c61d988bfa4255baf9cdae42db59ebee38363f (patch) | |
| tree | 118ff3c2424e735149c145524965a4a337e50beb /src/Lecture2/live/my_biblio.bib | |
| parent | 46eef66b1e1571c77dc828d7e950b129b4c8bfd0 (diff) | |
| download | mathsoftware-d6c61d988bfa4255baf9cdae42db59ebee38363f.tar.gz mathsoftware-d6c61d988bfa4255baf9cdae42db59ebee38363f.zip | |
Added files
Diffstat (limited to '')
| -rw-r--r-- | src/Lecture2/live/my_biblio.bib | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/src/Lecture2/live/my_biblio.bib b/src/Lecture2/live/my_biblio.bib new file mode 100644 index 0000000..df88b07 --- /dev/null +++ b/src/Lecture2/live/my_biblio.bib | |||
| @@ -0,0 +1,36 @@ | |||
| 1 | @book{knuth68, | ||
| 2 | author = "Donald Knuth", | ||
| 3 | title = "The Art of Computer Programming", | ||
| 4 | publisher = "Addison-Wesley", | ||
| 5 | volume = "I", | ||
| 6 | year = "1968", | ||
| 7 | } | ||
| 8 | |||
| 9 | @misc{lang-algebra, | ||
| 10 | title = {Algebra}, | ||
| 11 | author = {Serge Lang}, | ||
| 12 | year = {2002}, | ||
| 13 | publisher = {Springer} | ||
| 14 | } | ||
| 15 | |||
| 16 | @book{szamuely, | ||
| 17 | title = {Galois groups and fundamental groups}, | ||
| 18 | author = {Szamuely, Tam{\'a}s}, | ||
| 19 | year = {2009}, | ||
| 20 | publisher = {Cambridge University Press} | ||
| 21 | } | ||
| 22 | |||
| 23 | @PhdThesis{th, | ||
| 24 | author = {Tronto}, | ||
| 25 | title = {Kummer Theory}, | ||
| 26 | school = {Uni.lu}, | ||
| 27 | year = {2022}, | ||
| 28 | } | ||
| 29 | |||
| 30 | @book{rudin1962fourier, | ||
| 31 | title={Fourier analysis on groups}, | ||
| 32 | author={Rudin, Walter}, | ||
| 33 | volume={121967}, | ||
| 34 | year={1962}, | ||
| 35 | publisher={Wiley Online Library} | ||
| 36 | } | ||
