diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/git/git.md | 11 | ||||
| -rw-r--r-- | src/home.md | 5 | ||||
| -rw-r--r-- | src/research/research.md | 106 | ||||
| -rw-r--r-- | src/speedcubing/speedcubing.md | 8 | ||||
| -rw-r--r-- | src/talks/cube-2min-slides.pdf | bin | 0 -> 1189543 bytes | |||
| -rw-r--r-- | src/talks/cubo-cagliari.pdf | bin | 0 -> 2016390 bytes | |||
| -rw-r--r-- | src/talks/division-groningen.pdf (renamed from src/research/division-groningen.pdf) | bin | 254374 -> 254374 bytes | |||
| -rw-r--r-- | src/talks/division-leiden.pdf (renamed from src/research/division-leiden.pdf) | bin | 250193 -> 250193 bytes | |||
| -rw-r--r-- | src/talks/group-cube.pdf (renamed from src/research/group-cube.pdf) | bin | 1082143 -> 1082143 bytes | |||
| -rw-r--r-- | src/talks/kummer-tarrach.pdf (renamed from src/research/kummer-tarrach.pdf) | bin | 294123 -> 294123 bytes | |||
| -rw-r--r-- | src/talks/linuxday2019.pdf | bin | 0 -> 822497 bytes | |||
| -rw-r--r-- | src/talks/notes-bilbao.pdf (renamed from src/research/notes-bilbao.pdf) | bin | 236060 -> 236060 bytes | |||
| -rw-r--r-- | src/talks/notes-division-modules.pdf (renamed from src/research/notes-division-modules.pdf) | bin | 275589 -> 275589 bytes | |||
| -rw-r--r-- | src/talks/notes-etale.pdf (renamed from src/research/notes-etale.pdf) | bin | 241921 -> 241921 bytes | |||
| -rw-r--r-- | src/talks/notes-injectivity.pdf (renamed from src/research/notes-injectivity.pdf) | bin | 265079 -> 265079 bytes | |||
| -rw-r--r-- | src/talks/notes-katz.pdf (renamed from src/research/notes-katz.pdf) | bin | 212085 -> 212085 bytes | |||
| -rw-r--r-- | src/talks/notes-kummerec.pdf (renamed from src/research/notes-kummerec.pdf) | bin | 184812 -> 184812 bytes | |||
| -rw-r--r-- | src/talks/script-kummer-kwg.txt (renamed from src/research/script-kummer-kwg.txt) | 0 | ||||
| -rw-r--r-- | src/talks/slides-alggroupsfieldext.pdf (renamed from src/research/slides-alggroupsfieldext.pdf) | bin | 286305 -> 286305 bytes | |||
| -rw-r--r-- | src/talks/slides-ecm.pdf (renamed from src/research/slides-ecm.pdf) | bin | 402156 -> 402156 bytes | |||
| -rw-r--r-- | src/talks/slides-fieldextec.pdf (renamed from src/research/slides-fieldextec.pdf) | bin | 6229399 -> 6229399 bytes | |||
| -rw-r--r-- | src/talks/slides-groupcohomec.pdf (renamed from src/research/slides-groupcohomec.pdf) | bin | 214734 -> 214734 bytes | |||
| -rw-r--r-- | src/talks/slides-journey-kummer.pdf (renamed from src/research/slides-journey-kummer.pdf) | bin | 533409 -> 533409 bytes | |||
| -rw-r--r-- | src/talks/slides-kummec-barcelona.pdf (renamed from src/research/slides-kummec-barcelona.pdf) | bin | 296870 -> 296870 bytes | |||
| -rw-r--r-- | src/talks/slides-kummec-diamant.pdf (renamed from src/research/slides-kummec-diamant.pdf) | bin | 276579 -> 276579 bytes | |||
| -rw-r--r-- | src/talks/slides-kummer-diamant.pdf (renamed from src/research/slides-kummer-diamant.pdf) | bin | 227691 -> 227691 bytes | |||
| -rw-r--r-- | src/talks/slides-kummer-final.pdf (renamed from src/research/slides-kummer-final.pdf) | bin | 1252555 -> 1252555 bytes | |||
| -rw-r--r-- | src/talks/slides-kummer-kwg.pdf (renamed from src/research/slides-kummer-kwg.pdf) | bin | 220133 -> 220133 bytes | |||
| -rw-r--r-- | src/talks/slides-kummerdegrees.pdf (renamed from src/research/slides-kummerdegrees.pdf) | bin | 297819 -> 297819 bytes | |||
| -rw-r--r-- | src/talks/slides-local-global.pdf (renamed from src/research/slides-local-global.pdf) | bin | 611694 -> 611694 bytes | |||
| -rw-r--r-- | src/talks/slides-tronto-bristol.pdf (renamed from src/research/slides-tronto-bristol.pdf) | bin | 244161 -> 244161 bytes | |||
| -rw-r--r-- | src/talks/talks.md | 119 |
32 files changed, 143 insertions, 106 deletions
diff --git a/src/git/git.md b/src/git/git.md index ae0afe7..290a7d7 100644 --- a/src/git/git.md +++ b/src/git/git.md | |||
| @@ -15,7 +15,13 @@ Here are some highlights of what you can find in my git repositories. | |||
| 15 | ## Programs and scripts | 15 | ## Programs and scripts |
| 16 | 16 | ||
| 17 | * [nissy](https://git.tronto.net/nissy): A Rubik's cube solver, | 17 | * [nissy](https://git.tronto.net/nissy): A Rubik's cube solver, |
| 18 | intended primarily as a tool for practicing FMC. | 18 | intended primarily as a tool for practicing FMC. Since april 2023 |
| 19 | the project has been split into the FMC trainer | ||
| 20 | [nissy-fmc](https://git.tronto.net/nissy-fmc) and the optimal solver | ||
| 21 | [nissy-nx](https://git.tronto.net/nissy-nx). Both are work in | ||
| 22 | progress. The stable version is available at | ||
| 23 | [nissy-classic](https://git.tronto.net/nissy-classic), and is | ||
| 24 | maintained with bugfixes. | ||
| 19 | Check out also [the project's homepage](https://nissy.tronto.net). | 25 | Check out also [the project's homepage](https://nissy.tronto.net). |
| 20 | * [sdep](https://git.tronto.net/sdep): A minimalistic | 26 | * [sdep](https://git.tronto.net/sdep): A minimalistic |
| 21 | "date+event" line parser. Can be used in combination with some shell scripts | 27 | "date+event" line parser. Can be used in combination with some shell scripts |
| @@ -49,4 +55,7 @@ I taught at the [University of Luxembourg](https://wwwen.uni.lu) | |||
| 49 | 55 | ||
| 50 | * [My personal website](https://git.tronto.net/sebastiano.tronto.net): | 56 | * [My personal website](https://git.tronto.net/sebastiano.tronto.net): |
| 51 | source files (mostly markdown) and build scripts for this website. | 57 | source files (mostly markdown) and build scripts for this website. |
| 58 | * [My git hooks](https://git.tronto.net/git-hooks), used to keep my | ||
| 59 | web git instance up do date automatically when I push new changes. See | ||
| 60 | [this blog post](https://sebastiano.tronto.net/blog/2022-11-23-git-host). | ||
| 52 | * [Platonic solids](https://git.tronto.net/platonicsolids) in TikZ (LaTeX). | 61 | * [Platonic solids](https://git.tronto.net/platonicsolids) in TikZ (LaTeX). |
diff --git a/src/home.md b/src/home.md index e8ad616..e34d33a 100644 --- a/src/home.md +++ b/src/home.md | |||
| @@ -2,10 +2,11 @@ | |||
| 2 | 2 | ||
| 3 |  | 3 |  |
| 4 | 4 | ||
| 5 | Hello! I am a scientific software engineer based in Leiden, The Netherlands. | 5 | Hello! I am a software developer based in Leiden, The Netherlands. |
| 6 | 6 | ||
| 7 | Previously I was a PhD student in Mathematics at the Universities of | 7 | Previously I was a PhD student in Mathematics at the Universities of |
| 8 | Luxembourg and Leiden. Check out my [list of papers and talks](research). | 8 | Luxembourg and Leiden. You can check out my [list of papers](research) |
| 9 | and [my talks](talks). | ||
| 9 | 10 | ||
| 10 | During my free time I enjoy tinkering with my computer, [programming](git) | 11 | During my free time I enjoy tinkering with my computer, [programming](git) |
| 11 | and playing with the [Rubik's cube](speedcubing). | 12 | and playing with the [Rubik's cube](speedcubing). |
diff --git a/src/research/research.md b/src/research/research.md index 20cd1fe..ca5b4a0 100644 --- a/src/research/research.md +++ b/src/research/research.md | |||
| @@ -5,10 +5,11 @@ After obtaining a bachelor degree in Trento in 2016 I have completed the | |||
| 5 | special focus on number theory and algebraic geometry. I then moved on to | 5 | special focus on number theory and algebraic geometry. I then moved on to |
| 6 | obtain a joint PhD at the universities of Luxembourg and Leiden, under | 6 | obtain a joint PhD at the universities of Luxembourg and Leiden, under |
| 7 | the supervision of [Antonella Perucca](http://antonellaperucca.net) and | 7 | the supervision of [Antonella Perucca](http://antonellaperucca.net) and |
| 8 | [Peter Bruin](https://www.math.leidenuniv.nl/~pbruin). I have collected | 8 | [Peter Bruin](https://www.math.leidenuniv.nl/~pbruin). |
| 9 | in this page the list of papers I puplished during my PhD, as well as | 9 | |
| 10 | slides or notes for all the talks I have given and my theses (Bachelor, | 10 | I have collected in this page the list of papers I puplished during my PhD, |
| 11 | Master, PhD). | 11 | as well as theses (Bachelor, Master, PhD). See [my talks page](../talks) |
| 12 | for a list of slides and notes of my talks. | ||
| 12 | 13 | ||
| 13 | ## Theses | 14 | ## Theses |
| 14 | 15 | ||
| @@ -69,100 +70,3 @@ Master, PhD). | |||
| 69 | * Perucca, Antonella; Sgobba, Pietro; Tronto, Sebastiano. | 70 | * Perucca, Antonella; Sgobba, Pietro; Tronto, Sebastiano. |
| 70 | *Explicit Kummer theory for the rational numbers.* | 71 | *Explicit Kummer theory for the rational numbers.* |
| 71 | International Journal of Number Theory (2020). | 72 | International Journal of Number Theory (2020). |
| 72 | |||
| 73 | ## Talks | ||
| 74 | |||
| 75 | * *Kummer theory for elliptic curves*. | ||
| 76 | Short talk for Tarrach Prize 2023, March 2023. | ||
| 77 | [Slides: [pdf, 288Kb](kummer-tarrach.pdf)] | ||
| 78 | |||
| 79 | * *Kummer theory for commutative algebraic groups*. | ||
| 80 | Seminar at the university of Leiden, September 2022. | ||
| 81 | [Slides: [pdf, 1.2Mb](slides-kummer-final.pdf)] | ||
| 82 | |||
| 83 | * *My journey in Kummer theory*. | ||
| 84 | Leiden-Luxembourg Number Theory PhD Days 2022, July 5-6. | ||
| 85 | [Slides: [pdf, 521Kb](slides-journey-kummer.pdf)] | ||
| 86 | |||
| 87 | * *A tour of group theory with our companion cube*. | ||
| 88 | University of Luxembourg PhD seminar, May 2022. | ||
| 89 | [Slides: [pdf, 1.1Mb](group-cube.pdf)] | ||
| 90 | |||
| 91 | * *Kummer theory via (J,T)-extensions*. | ||
| 92 | University of Leiden algebra seminar, May 2022; | ||
| 93 | similar to *A category of division modules*, see below. | ||
| 94 | |||
| 95 | * *Kummer theory for algebraic groups*. | ||
| 96 | Nederlands Matematisch Congres, April 2022; | ||
| 97 | repeated at the DIAMANT symposium, April 2022. | ||
| 98 | [Notes (NMC): [pdf, 215Kb](slides-kummer-kwg.pdf); | ||
| 99 | Script (NMC): [txt, 9Kb](script-kummer-kwg.txt); | ||
| 100 | Notes (DIAMANT, longer version): [pdf, 223Kb](slides-kummer-diamant.pdf)] | ||
| 101 | |||
| 102 | * *Division in modules*. | ||
| 103 | University of Leiden algebra seminar, April 2022; | ||
| 104 | similar to *A generalization of injective modules* and | ||
| 105 | *Division in modules and Kummer theory*, see below. | ||
| 106 | [Notes: [pdf, 245Kb](division-leiden.pdf)] | ||
| 107 | |||
| 108 | * *Division in modules and Kummer theory*. | ||
| 109 | Invited talk at the University of Groningen, February 2022. | ||
| 110 | [Slides: [pdf, 249Kb](division-groningen.pdf)] | ||
| 111 | |||
| 112 | * *A category of division modules*. | ||
| 113 | University of Luxembourg Number Theory seminar, November 2021. | ||
| 114 | [Notes: [pdf, 270Kb](notes-division-modules.pdf)] | ||
| 115 | |||
| 116 | * *Introduction to étale cohomology*. | ||
| 117 | University of Luxembourg seminar series on perverse sheaves, October 2021. | ||
| 118 | [Notes: [pdf, 237Kb](notes-etale.pdf)] | ||
| 119 | |||
| 120 | * *A generalization of injective modules*. | ||
| 121 | University of Luxembourg Number Theory seminar, October 2021. | ||
| 122 | [Notes: [pdf, 259Kb](notes-injectivity.pdf)] | ||
| 123 | |||
| 124 | * *Integer factorization and elliptic curves*. | ||
| 125 | University of Leiden Bachelor seminar (guest talk), April 2021. | ||
| 126 | [Slides: [pdf, 393Kb](slides-ecm.pdf)] | ||
| 127 | |||
| 128 | * *Group cohomology and elliptic curves*. | ||
| 129 | Invited talk at Number Theory Online conference, February 2021. | ||
| 130 | [Slides: [pdf, 210Kb](slides-groupcohomec.pdf); | ||
| 131 | Video: [link](https://vimeo.com/526814236/1a640285c0?embedded=true&source=video_title&owner=47245911)] | ||
| 132 | |||
| 133 | * *Kummer theory for algebraic groups*. | ||
| 134 | Invited talk at the University of Bristol (online), October 2020. | ||
| 135 | [Slides: [pdf, 239Kb](slides-tronto-bristol.pdf)] | ||
| 136 | |||
| 137 | * *Algebraic groups and field extensions*. | ||
| 138 | University of Luxembourg PhD seminar (online), April 2020. | ||
| 139 | [Slides: [pdf, 280Kb](slides-alggroupsfieldext.pdf)] | ||
| 140 | |||
| 141 | * *Field extensions and elliptic curves*. | ||
| 142 | University of Luxembourg PhD Day, October 2019. | ||
| 143 | [Slides: [pdf, 6.0Mb](slides-fieldextec.pdf)] | ||
| 144 | |||
| 145 | * *Kummer theory for elliptic curves*. | ||
| 146 | University of Leiden algebra seminar, September 2019; | ||
| 147 | repeated with slides at the DIAMANT symposium, November 2019 and | ||
| 148 | at Seminari de Teoria de Nombres de Barcelona, February 2020. | ||
| 149 | [Notes: [pdf, 181Kb](notes-kummerec.pdf); | ||
| 150 | Slides DIAMANT: [pdf, 271Kb](slides-kummec-diamant.pdf); | ||
| 151 | Slides Barcelona: [pdf, 290Kb](slides-kummec-barcelona.pdf)]. | ||
| 152 | |||
| 153 | * *Divisibility of points in algebraic groups*. | ||
| 154 | Invited talk at the University of the Basque Country, May 2019. | ||
| 155 | [Notes: [pdf, 231Kb](notes-bilbao.pdf)] | ||
| 156 | |||
| 157 | * *Kummer theory for number fields*. | ||
| 158 | Fifth symposium of the Roman Number Theory association, April 2019; | ||
| 159 | repeated at the Algant Alumni symposium in Benasque, May 2019. | ||
| 160 | [Slides: [pdf, 291Kb](slides-kummerdegrees.pdf)] | ||
| 161 | |||
| 162 | * *The local-global principle*. | ||
| 163 | University of Luxembourg interdisciplinary seminar, March 2019. | ||
| 164 | [Slides: [pdf, 598Kb](slides-local-global.pdf)] | ||
| 165 | |||
| 166 | * *Local-global principle for torsion*. | ||
| 167 | University of Luxembourg Number Theory seminar, November 2018. | ||
| 168 | [Notes: [pdf, 208Kb](notes-katz.pdf)] | ||
diff --git a/src/speedcubing/speedcubing.md b/src/speedcubing/speedcubing.md index 6f8e6b4..e9d0f1e 100644 --- a/src/speedcubing/speedcubing.md +++ b/src/speedcubing/speedcubing.md | |||
| @@ -4,8 +4,10 @@ | |||
| 4 | 4 | ||
| 5 | I have been practicing | 5 | I have been practicing |
| 6 | [speedcubing](https://en.wikipedia.org/wiki/Speedcubing) since 2008, | 6 | [speedcubing](https://en.wikipedia.org/wiki/Speedcubing) since 2008, |
| 7 | and since 2011 I have competed in more than 50 officially recognized | 7 | and since 2011 I have competed in more than 60 officially recognized |
| 8 | [WCA](https://www.worldcubeassociation.org) competitions. | 8 | [WCA](https://www.worldcubeassociation.org) competitions. |
| 9 | I am currently the leader of the WCA Disciplinary Committee and | ||
| 10 | a WCA Junior Delegate. | ||
| 9 | 11 | ||
| 10 | I use the Roux method to solve the Rubik's cube in about 8 seconds | 12 | I use the Roux method to solve the Rubik's cube in about 8 seconds |
| 11 | on average. I currently hold the world record for the single best | 13 | on average. I currently hold the world record for the single best |
| @@ -16,7 +18,8 @@ records in blindfolded events. You can see all my official results | |||
| 16 | If you are interested in Fewest Moves solving, check out my [FMC | 18 | If you are interested in Fewest Moves solving, check out my [FMC |
| 17 | Tutorial](https://fmcsolves.cubing.net/). I also upload irregularly on | 19 | Tutorial](https://fmcsolves.cubing.net/). I also upload irregularly on |
| 18 | [my YouTube channel](https://www.youtube.com/c/SebastianoTronto), but | 20 | [my YouTube channel](https://www.youtube.com/c/SebastianoTronto), but |
| 19 | most videos are just me solving the cube. | 21 | most videos consist just of me solving the cube without any comment |
| 22 | or explanation. | ||
| 20 | 23 | ||
| 21 | ## Links | 24 | ## Links |
| 22 | 25 | ||
| @@ -25,3 +28,4 @@ most videos are just me solving the cube. | |||
| 25 | * [My FMC Tutorial](https://fmcsolves.cubing.net/) | 28 | * [My FMC Tutorial](https://fmcsolves.cubing.net/) |
| 26 | * [My 3BLD algs for UBL/UR](https://docs.google.com/spreadsheets/d/17sL1RuiYijTMiQkBn_d5xthdgAoxGE8oaH-Po-PZ58s/edit?usp=sharing) (outdated, not very good) | 29 | * [My 3BLD algs for UBL/UR](https://docs.google.com/spreadsheets/d/17sL1RuiYijTMiQkBn_d5xthdgAoxGE8oaH-Po-PZ58s/edit?usp=sharing) (outdated, not very good) |
| 27 | * [Solving a cube... without a cube](https://www.speedsolving.com/forum/threads/the-3x3x3-example-solve-thread.14345/page-273#post-1173067) | 30 | * [Solving a cube... without a cube](https://www.speedsolving.com/forum/threads/the-3x3x3-example-solve-thread.14345/page-273#post-1173067) |
| 31 | * [Nissy, a Rubik's cube solver and FMC assistant](https://nissy.tronto.net) | ||
diff --git a/src/talks/cube-2min-slides.pdf b/src/talks/cube-2min-slides.pdf new file mode 100644 index 0000000..f332eb8 --- /dev/null +++ b/src/talks/cube-2min-slides.pdf | |||
| Binary files differ | |||
diff --git a/src/talks/cubo-cagliari.pdf b/src/talks/cubo-cagliari.pdf new file mode 100644 index 0000000..2efdee3 --- /dev/null +++ b/src/talks/cubo-cagliari.pdf | |||
| Binary files differ | |||
diff --git a/src/research/division-groningen.pdf b/src/talks/division-groningen.pdf index c2ad7f6..c2ad7f6 100644 --- a/src/research/division-groningen.pdf +++ b/src/talks/division-groningen.pdf | |||
| Binary files differ | |||
diff --git a/src/research/division-leiden.pdf b/src/talks/division-leiden.pdf index a4566c2..a4566c2 100644 --- a/src/research/division-leiden.pdf +++ b/src/talks/division-leiden.pdf | |||
| Binary files differ | |||
diff --git a/src/research/group-cube.pdf b/src/talks/group-cube.pdf index 191b9db..191b9db 100644 --- a/src/research/group-cube.pdf +++ b/src/talks/group-cube.pdf | |||
| Binary files differ | |||
diff --git a/src/research/kummer-tarrach.pdf b/src/talks/kummer-tarrach.pdf index 7dbe643..7dbe643 100644 --- a/src/research/kummer-tarrach.pdf +++ b/src/talks/kummer-tarrach.pdf | |||
| Binary files differ | |||
diff --git a/src/talks/linuxday2019.pdf b/src/talks/linuxday2019.pdf new file mode 100644 index 0000000..7a18aa1 --- /dev/null +++ b/src/talks/linuxday2019.pdf | |||
| Binary files differ | |||
diff --git a/src/research/notes-bilbao.pdf b/src/talks/notes-bilbao.pdf index 5c0500c..5c0500c 100644 --- a/src/research/notes-bilbao.pdf +++ b/src/talks/notes-bilbao.pdf | |||
| Binary files differ | |||
diff --git a/src/research/notes-division-modules.pdf b/src/talks/notes-division-modules.pdf index 0883299..0883299 100644 --- a/src/research/notes-division-modules.pdf +++ b/src/talks/notes-division-modules.pdf | |||
| Binary files differ | |||
diff --git a/src/research/notes-etale.pdf b/src/talks/notes-etale.pdf index 6b31e10..6b31e10 100644 --- a/src/research/notes-etale.pdf +++ b/src/talks/notes-etale.pdf | |||
| Binary files differ | |||
diff --git a/src/research/notes-injectivity.pdf b/src/talks/notes-injectivity.pdf index 7dd3da8..7dd3da8 100644 --- a/src/research/notes-injectivity.pdf +++ b/src/talks/notes-injectivity.pdf | |||
| Binary files differ | |||
diff --git a/src/research/notes-katz.pdf b/src/talks/notes-katz.pdf index c248b71..c248b71 100644 --- a/src/research/notes-katz.pdf +++ b/src/talks/notes-katz.pdf | |||
| Binary files differ | |||
diff --git a/src/research/notes-kummerec.pdf b/src/talks/notes-kummerec.pdf index 9a91d78..9a91d78 100644 --- a/src/research/notes-kummerec.pdf +++ b/src/talks/notes-kummerec.pdf | |||
| Binary files differ | |||
diff --git a/src/research/script-kummer-kwg.txt b/src/talks/script-kummer-kwg.txt index 8759ee7..8759ee7 100644 --- a/src/research/script-kummer-kwg.txt +++ b/src/talks/script-kummer-kwg.txt | |||
diff --git a/src/research/slides-alggroupsfieldext.pdf b/src/talks/slides-alggroupsfieldext.pdf index 2b48adb..2b48adb 100644 --- a/src/research/slides-alggroupsfieldext.pdf +++ b/src/talks/slides-alggroupsfieldext.pdf | |||
| Binary files differ | |||
diff --git a/src/research/slides-ecm.pdf b/src/talks/slides-ecm.pdf index 9305984..9305984 100644 --- a/src/research/slides-ecm.pdf +++ b/src/talks/slides-ecm.pdf | |||
| Binary files differ | |||
diff --git a/src/research/slides-fieldextec.pdf b/src/talks/slides-fieldextec.pdf index 6b54ff7..6b54ff7 100644 --- a/src/research/slides-fieldextec.pdf +++ b/src/talks/slides-fieldextec.pdf | |||
| Binary files differ | |||
diff --git a/src/research/slides-groupcohomec.pdf b/src/talks/slides-groupcohomec.pdf index 72a2a3c..72a2a3c 100644 --- a/src/research/slides-groupcohomec.pdf +++ b/src/talks/slides-groupcohomec.pdf | |||
| Binary files differ | |||
diff --git a/src/research/slides-journey-kummer.pdf b/src/talks/slides-journey-kummer.pdf index 9edf804..9edf804 100644 --- a/src/research/slides-journey-kummer.pdf +++ b/src/talks/slides-journey-kummer.pdf | |||
| Binary files differ | |||
diff --git a/src/research/slides-kummec-barcelona.pdf b/src/talks/slides-kummec-barcelona.pdf index 7af439d..7af439d 100644 --- a/src/research/slides-kummec-barcelona.pdf +++ b/src/talks/slides-kummec-barcelona.pdf | |||
| Binary files differ | |||
diff --git a/src/research/slides-kummec-diamant.pdf b/src/talks/slides-kummec-diamant.pdf index d66f002..d66f002 100644 --- a/src/research/slides-kummec-diamant.pdf +++ b/src/talks/slides-kummec-diamant.pdf | |||
| Binary files differ | |||
diff --git a/src/research/slides-kummer-diamant.pdf b/src/talks/slides-kummer-diamant.pdf index 2160eac..2160eac 100644 --- a/src/research/slides-kummer-diamant.pdf +++ b/src/talks/slides-kummer-diamant.pdf | |||
| Binary files differ | |||
diff --git a/src/research/slides-kummer-final.pdf b/src/talks/slides-kummer-final.pdf index e24e01a..e24e01a 100644 --- a/src/research/slides-kummer-final.pdf +++ b/src/talks/slides-kummer-final.pdf | |||
| Binary files differ | |||
diff --git a/src/research/slides-kummer-kwg.pdf b/src/talks/slides-kummer-kwg.pdf index 3940f4a..3940f4a 100644 --- a/src/research/slides-kummer-kwg.pdf +++ b/src/talks/slides-kummer-kwg.pdf | |||
| Binary files differ | |||
diff --git a/src/research/slides-kummerdegrees.pdf b/src/talks/slides-kummerdegrees.pdf index 2b13012..2b13012 100644 --- a/src/research/slides-kummerdegrees.pdf +++ b/src/talks/slides-kummerdegrees.pdf | |||
| Binary files differ | |||
diff --git a/src/research/slides-local-global.pdf b/src/talks/slides-local-global.pdf index 32a84fd..32a84fd 100644 --- a/src/research/slides-local-global.pdf +++ b/src/talks/slides-local-global.pdf | |||
| Binary files differ | |||
diff --git a/src/research/slides-tronto-bristol.pdf b/src/talks/slides-tronto-bristol.pdf index 4ece0b7..4ece0b7 100644 --- a/src/research/slides-tronto-bristol.pdf +++ b/src/talks/slides-tronto-bristol.pdf | |||
| Binary files differ | |||
diff --git a/src/talks/talks.md b/src/talks/talks.md new file mode 100644 index 0000000..b7cea5b --- /dev/null +++ b/src/talks/talks.md | |||
| @@ -0,0 +1,119 @@ | |||
| 1 | # Talks | ||
| 2 | |||
| 3 | ## Cubing | ||
| 4 | |||
| 5 | * *Cubo di Rubik e Speedcubing (ITA)*. | ||
| 6 | Invited talk at Università di Cagliari, January 2020. | ||
| 7 | [Slides: [pdf, 2.0Mb](cubo-cagliari.pdf)] | ||
| 8 | |||
| 9 | * *The Rubik's cube group structure in 2 minutes*. | ||
| 10 | Speed talk at the AAN Symposium, May 2019. | ||
| 11 | [Slides: [pdf, 1.2Mb](cube-2min-slides.pdf)] | ||
| 12 | |||
| 13 | ## Math | ||
| 14 | |||
| 15 | * *Kummer theory for elliptic curves*. | ||
| 16 | Short talk for Tarrach Prize 2023, March 2023. | ||
| 17 | [Slides: [pdf, 288Kb](kummer-tarrach.pdf)] | ||
| 18 | |||
| 19 | * *Kummer theory for commutative algebraic groups*. | ||
| 20 | Seminar at the university of Leiden, September 2022. | ||
| 21 | [Slides: [pdf, 1.2Mb](slides-kummer-final.pdf)] | ||
| 22 | |||
| 23 | * *My journey in Kummer theory*. | ||
| 24 | Leiden-Luxembourg Number Theory PhD Days 2022, July 5-6. | ||
| 25 | [Slides: [pdf, 521Kb](slides-journey-kummer.pdf)] | ||
| 26 | |||
| 27 | * *A tour of group theory with our companion cube*. | ||
| 28 | University of Luxembourg PhD seminar, May 2022. | ||
| 29 | [Slides: [pdf, 1.1Mb](group-cube.pdf)] | ||
| 30 | |||
| 31 | * *Kummer theory via (J,T)-extensions*. | ||
| 32 | University of Leiden algebra seminar, May 2022; | ||
| 33 | similar to *A category of division modules*, see below. | ||
| 34 | |||
| 35 | * *Kummer theory for algebraic groups*. | ||
| 36 | Nederlands Matematisch Congres, April 2022; | ||
| 37 | repeated at the DIAMANT symposium, April 2022. | ||
| 38 | [Notes (NMC): [pdf, 215Kb](slides-kummer-kwg.pdf); | ||
| 39 | Script (NMC): [txt, 9Kb](script-kummer-kwg.txt); | ||
| 40 | Notes (DIAMANT, longer version): [pdf, 223Kb](slides-kummer-diamant.pdf)] | ||
| 41 | |||
| 42 | * *Division in modules*. | ||
| 43 | University of Leiden algebra seminar, April 2022; | ||
| 44 | similar to *A generalization of injective modules* and | ||
| 45 | *Division in modules and Kummer theory*, see below. | ||
| 46 | [Notes: [pdf, 245Kb](division-leiden.pdf)] | ||
| 47 | |||
| 48 | * *Division in modules and Kummer theory*. | ||
| 49 | Invited talk at the University of Groningen, February 2022. | ||
| 50 | [Slides: [pdf, 249Kb](division-groningen.pdf)] | ||
| 51 | |||
| 52 | * *A category of division modules*. | ||
| 53 | University of Luxembourg Number Theory seminar, November 2021. | ||
| 54 | [Notes: [pdf, 270Kb](notes-division-modules.pdf)] | ||
| 55 | |||
| 56 | * *Introduction to étale cohomology*. | ||
| 57 | University of Luxembourg seminar series on perverse sheaves, October 2021. | ||
| 58 | [Notes: [pdf, 237Kb](notes-etale.pdf)] | ||
| 59 | |||
| 60 | * *A generalization of injective modules*. | ||
| 61 | University of Luxembourg Number Theory seminar, October 2021. | ||
| 62 | [Notes: [pdf, 259Kb](notes-injectivity.pdf)] | ||
| 63 | |||
| 64 | * *Integer factorization and elliptic curves*. | ||
| 65 | University of Leiden Bachelor seminar (guest talk), April 2021. | ||
| 66 | [Slides: [pdf, 393Kb](slides-ecm.pdf)] | ||
| 67 | |||
| 68 | * *Group cohomology and elliptic curves*. | ||
| 69 | Invited talk at Number Theory Online conference, February 2021. | ||
| 70 | [Slides: [pdf, 210Kb](slides-groupcohomec.pdf); | ||
| 71 | [Video](https://vimeo.com/526814236/1a640285c0?embedded=true&source=video_title&owner=47245911)] | ||
| 72 | |||
| 73 | * *Kummer theory for algebraic groups*. | ||
| 74 | Invited talk at the University of Bristol (online), October 2020. | ||
| 75 | [Slides: [pdf, 239Kb](slides-tronto-bristol.pdf)] | ||
| 76 | |||
| 77 | * *Algebraic groups and field extensions*. | ||
| 78 | University of Luxembourg PhD seminar (online), April 2020. | ||
| 79 | [Slides: [pdf, 280Kb](slides-alggroupsfieldext.pdf)] | ||
| 80 | |||
| 81 | * *Field extensions and elliptic curves*. | ||
| 82 | University of Luxembourg PhD Day, October 2019. | ||
| 83 | [Slides: [pdf, 6.0Mb](slides-fieldextec.pdf)] | ||
| 84 | |||
| 85 | * *Kummer theory for elliptic curves*. | ||
| 86 | University of Leiden algebra seminar, September 2019; | ||
| 87 | repeated with slides at the DIAMANT symposium, November 2019 and | ||
| 88 | at Seminari de Teoria de Nombres de Barcelona, February 2020. | ||
| 89 | [Notes: [pdf, 181Kb](notes-kummerec.pdf); | ||
| 90 | Slides DIAMANT: [pdf, 271Kb](slides-kummec-diamant.pdf); | ||
| 91 | Slides Barcelona: [pdf, 290Kb](slides-kummec-barcelona.pdf)]. | ||
| 92 | |||
| 93 | * *Divisibility of points in algebraic groups*. | ||
| 94 | Invited talk at the University of the Basque Country, May 2019. | ||
| 95 | [Notes: [pdf, 231Kb](notes-bilbao.pdf)] | ||
| 96 | |||
| 97 | * *Kummer theory for number fields*. | ||
| 98 | Fifth symposium of the Roman Number Theory association, April 2019; | ||
| 99 | repeated at the Algant Alumni symposium in Benasque, May 2019. | ||
| 100 | [Slides: [pdf, 291Kb](slides-kummerdegrees.pdf)] | ||
| 101 | |||
| 102 | * *The local-global principle*. | ||
| 103 | University of Luxembourg interdisciplinary seminar, March 2019. | ||
| 104 | [Slides: [pdf, 598Kb](slides-local-global.pdf)] | ||
| 105 | |||
| 106 | * *Local-global principle for torsion*. | ||
| 107 | University of Luxembourg Number Theory seminar, November 2018. | ||
| 108 | [Notes: [pdf, 208Kb](notes-katz.pdf)] | ||
| 109 | |||
| 110 | ## Software | ||
| 111 | |||
| 112 | * *L'importanza del software libero nella ricerca (ITA)*. | ||
| 113 | Linux day in Feltre, October 2019. | ||
| 114 | [Slides: [pdf, 804Kb](linuxday2019.pdf); | ||
| 115 | [Video](https://www.youtube.com/watch?v=FB0YIYNp3rw)] | ||
| 116 | |||
| 117 | * *Linux from scratch (ITA)* | ||
| 118 | Linux day in Sedico, October 2012. | ||
| 119 | [Video](https://www.youtube.com/watch?v=h7xW7iq-ApA). | ||
