diff options
Diffstat (limited to 'src/Lecture2/live/my_biblio.bib')
| -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 | } | ||
