diff --git a/Gemfile.lock b/Gemfile.lock index a5027dc..b3fc368 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,14 +10,12 @@ GEM http_parser.rb (~> 0) eventmachine (1.2.7) ffi (1.15.5) - ffi (1.15.5-x64-mingw-ucrt) + ffi (1.15.5-x64-unknown) forwardable-extended (2.6.0) - google-protobuf (3.24.0-arm64-darwin) - google-protobuf (3.24.0-x64-mingw-ucrt) http_parser.rb (0.8.0) i18n (1.14.1) concurrent-ruby (~> 1.0) - jekyll (4.3.2) + jekyll (4.3.3) addressable (~> 2.4) colorator (~> 1.0) em-websocket (~> 0.5) @@ -33,8 +31,8 @@ GEM safe_yaml (~> 1.0) terminal-table (>= 1.8, < 4.0) webrick (~> 1.7) - jekyll-sass-converter (3.0.0) - sass-embedded (~> 1.54) + jekyll-sass-converter (2.2.0) + sassc (> 2.0.1, < 3.0) jekyll-seo-tag (2.8.0) jekyll (>= 3.8, < 5.0) jekyll-sitemap (1.4.0) @@ -57,12 +55,10 @@ GEM rb-inotify (0.10.1) ffi (~> 1.0) rexml (3.2.6) - rouge (4.1.3) + rouge (3.30.0) safe_yaml (1.0.5) - sass-embedded (1.64.2-arm64-darwin) - google-protobuf (~> 3.23) - sass-embedded (1.64.2-x64-mingw-ucrt) - google-protobuf (~> 3.23) + sassc (2.4.0) + ffi (~> 1.9) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) unicode-display_width (2.4.2) @@ -71,7 +67,8 @@ GEM PLATFORMS arm64-darwin-22 - x64-mingw-ucrt + arm64-darwin-23 + x64-unknown DEPENDENCIES jekyll @@ -80,4 +77,4 @@ DEPENDENCIES wdm BUNDLED WITH - 2.4.18 + 2.4.22 diff --git a/_site/assets/css/styles.css b/_site/assets/css/styles.css index fc2b3a4..2c8bcf7 100644 --- a/_site/assets/css/styles.css +++ b/_site/assets/css/styles.css @@ -1,39 +1,19 @@ -.current { - color: rgb(102, 166, 184); -} +.current { color: #66a6b8; } /* unvisited link */ -a:link { - color: rgb(83, 137, 86); -} +a:link { color: #538956; } /* visited link */ -a:visited { - color: rgb(112, 106, 112); -} +a:visited { color: #706a70; } /* mouse over link */ -a:hover { - color: rgb(228, 100, 164); -} +a:hover { color: #e464a4; } /* selected link */ -a:active { - color: rgb(84, 255, 255); -} +a:active { color: #54ffff; } -header { - display: flex; - justify-content: center; - margin-top: 2em; -} +header { display: flex; justify-content: center; margin-top: 2em; } -body { - width: calc(100% - 40px); - max-width: 900px; - margin: auto; - color: #2a3d84; - background-color: rgb(252, 250, 237); -} +body { width: calc(100% - 2*20px); max-width: 900px; margin: auto; color: #2a3d84; background-color: #fcfaed; } /*# sourceMappingURL=styles.css.map */ \ No newline at end of file diff --git a/_site/assets/css/styles.css.map b/_site/assets/css/styles.css.map index 92b227b..3f830b3 100644 --- a/_site/assets/css/styles.css.map +++ b/_site/assets/css/styles.css.map @@ -1 +1,14 @@ -{"version":3,"sourceRoot":"","sources":["../../_sass/main.scss"],"names":[],"mappings":"AACA;EACI;;;AAGF;AACF;EACI;;;AAGF;AACA;EACE;;;AAGF;AACA;EACE;;;AAGF;AACA;EACE;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA","sourcesContent":["\r\n.current{\r\n color: rgb(102, 166, 184);\r\n }\r\n\r\n /* unvisited link */\r\na:link {\r\n color: rgb(83, 137, 86);\r\n }\r\n \r\n /* visited link */\r\n a:visited {\r\n color: rgb(112, 106, 112);\r\n }\r\n \r\n /* mouse over link */\r\n a:hover {\r\n color: rgb(228, 100, 164);\r\n }\r\n \r\n /* selected link */\r\n a:active {\r\n color: rgb(84, 255, 255);\r\n }\r\n\r\n header {\r\n display: flex;\r\n justify-content: center;\r\n margin-top: 2em;\r\n }\r\n\r\n body {\r\n width: calc(100% - 2*20px);\r\n max-width: 900px;\r\n margin: auto;\r\n color: #2a3d84;\r\n background-color: rgb(252, 250, 237);\r\n }\r\n\r\n"],"file":"styles.css"} \ No newline at end of file +{ + "version": 3, + "file": "styles.css", + "sources": [ + "styles.scss", + "_sass/main.scss" + ], + "sourcesContent": [ + "@import \"main\";", + "\r\n.current{\r\n color: rgb(102, 166, 184);\r\n }\r\n\r\n /* unvisited link */\r\na:link {\r\n color: rgb(83, 137, 86);\r\n }\r\n \r\n /* visited link */\r\n a:visited {\r\n color: rgb(112, 106, 112);\r\n }\r\n \r\n /* mouse over link */\r\n a:hover {\r\n color: rgb(228, 100, 164);\r\n }\r\n \r\n /* selected link */\r\n a:active {\r\n color: rgb(84, 255, 255);\r\n }\r\n\r\n header {\r\n display: flex;\r\n justify-content: center;\r\n margin-top: 2em;\r\n }\r\n\r\n body {\r\n width: calc(100% - 2*20px);\r\n max-width: 900px;\r\n margin: auto;\r\n color: #2a3d84;\r\n background-color: rgb(252, 250, 237);\r\n }\r\n\r\n" + ], + "names": [], + "mappings": "ACCA,AAAA,QAAQ,CAAA,EACJ,KAAK,EAAE,OAAkB,GACxB;;AAEH,oBAAoB;AACtB,AAAA,CAAC,CAAC,IAAI,CAAC,EACH,KAAK,EAAE,OAAgB,GACxB;;AAED,kBAAkB;AAClB,AAAA,CAAC,CAAC,OAAO,CAAC,EACR,KAAK,EAAE,OAAkB,GAC1B;;AAED,qBAAqB;AACrB,AAAA,CAAC,CAAC,KAAK,CAAC,EACN,KAAK,EAAE,OAAkB,GAC1B;;AAED,mBAAmB;AACnB,AAAA,CAAC,CAAC,MAAM,CAAC,EACP,KAAK,EAAE,OAAiB,GACzB;;AAED,AAAA,MAAM,CAAC,EACL,OAAO,EAAE,IAAI,EACb,eAAe,EAAE,MAAM,EACvB,UAAU,EAAE,GAAG,GAChB;;AAED,AAAA,IAAI,CAAC,EACH,KAAK,EAAE,mBAAmB,EAC1B,SAAS,EAAE,KAAK,EAChB,MAAM,EAAE,IAAI,EACZ,KAAK,EAAE,OAAO,EACd,gBAAgB,EAAE,OAAkB,GACrC" +} \ No newline at end of file diff --git a/_site/index.html b/_site/index.html index 1b40552..6df15d7 100644 --- a/_site/index.html +++ b/_site/index.html @@ -1,94 +1,91 @@ - - - - -
-+
From November 2023 I am at the MPIM in Bonn. -
+ -- Please don't hesitate to email: schlegel@mpim-bonn.mpg.de. -
++ Please don't hesitate to email: schlegel@mpim-bonn.mpg.de. +
-+
- Title links point to the arXiv pages: -
--
+
I was a PhD student under the supervision of Ben Davison at the University of Edinburgh.
- +Together with Ben Davison and Lucien Hennecart, I organised the +EGRET seminar +from October 2021 to December 2022.
-I was a PhD student under the supervision of Ben - Davison at the University of Edinburgh.
+Together with Ben Brown, +I organised +Hodge Club +for the academic year 2020-2021.
-Together with Ben Davison and Lucien Hennecart, I organised the - EGRET seminar - from October 2021 to December 2022. -
+May 2024, Kyoto University, RIMS
-Together with Ben Brown, - I organised - Hodge Club - for the academic year 2020-2021. -
+November 27, talk at University of Zurich
-November 13-17, visiting University of Luxembourg, talk on November 15
-November 27, talk at University of Zurich
+September 2023, Lausanne, Conference “Categorified Enumerative Geometry and Representation Theory”
-November 13-17, visiting University of Luxembourg, talk on November 15
+April 2023, Skye, “Skye 2023: Workshop on Hall algebras and vertex algebras in enumerative geometry”
-September 2023, Lausanne, Conference “Categorified Enumerative Geometry and Representation Theory”
+March 2023, Edinburgh, Workshop “The geometry of double affine Hecke algebras and Coulomb branches”
-April 2023, Skye, “Skye 2023: Workshop on Hall algebras and vertex algebras in enumerative geometry”
+March 2023, Liverpool, Talk at AG Seminar
-March 2023, Edinburgh, Workshop “The geometry of double affine Hecke algebras and Coulomb branches”
+January 2023, Oxford, “Quivers, Clusters, Moduli and Stability”
-March 2023, Liverpool, Talk at AG Seminar
+December 2022, Glasgow, “Workshop on Singularities and Mirror Symmetry”
-January 2023, Oxford, “Quivers, Clusters, Moduli and Stability”
+October 2022, Aussois, Workshop “Donaldson–Thomas invariants in Aussois”
-December 2022, Glasgow, “Workshop on Singularities and Mirror Symmetry”
+September 2022, London, “5th BrAG meeting”
-October 2022, Aussois, Workshop “Donaldson–Thomas invariants in Aussois”
+August 2022, Cetraro, School on “Hyperkähler manifolds and related geometries”
-September 2022, London, “5th BrAG meeting”
+June-July 2022, Lisbon, “School on Mirror Symmetry and Moduli Spaces”
-August 2022, Cetraro, School on “Hyperkähler manifolds and related geometries”
+June 2022, Levico Terme, Conference “New Perspectives on Hyperkähler Manifolds”
-June-July 2022, Lisbon, “School on Mirror Symmetry and Moduli Spaces”
+June 2022, Levico Terme, School on “Moduli spaces and stability conditions”
-June 2022, Levico Terme, Conference “New Perspectives on Hyperkähler Manifolds”
+May 2022, Paris, Conference “GAeL XXIX”
-June 2022, Levico Terme, School on “Moduli spaces and stability conditions”
+November 2021, Lausanne, Talk at Groups, Arithmetic & Algebraic Geometry Seminar at EPFL
-May 2022, Paris, Conference “GAeL XXIX”
+October 2021, Oberwolfach, Oberwolfach Seminar: “New Techniques in Resolutions of Singularities”
-November 2021, Lausanne, Talk at Groups, Arithmetic & Algebraic Geometry Seminar at EPFL
+July 2021, Paris, IHÉS Summer school: “Enumerative Geometry, Physics and Representation Theory”
-October 2021, Oberwolfach, Oberwolfach Seminar: “New Techniques in Resolutions of Singularities”
+February 2020, Bonn, Hausdorff School: “Perverse Sheaves in Enumerative Geometry”
-July 2021, Paris, IHÉS Summer school: “Enumerative Geometry, Physics and Representation Theory”
+February 2020, Bonn, Hausdorff School: “Perverse Sheaves in Enumerative Geometry”
+2023 Spring, Honours Complex Variables - Skills
-2023 Spring, Honours Algebra
-2023 Spring, Honours Complex Variables - Skills
+2022 Autumn, General Topology
-2023 Spring, Honours Algebra
+2022 Autumn, Geometry
-2022 Autumn, General Topology
+2021 Autumn, Geometry
-2022 Autumn, Geometry
+2021 Spring, Calculus and Applications
-2021 Autumn, Geometry
+2020 Spring, Calculus and Applications
-2021 Spring, Calculus and Applications
+2020 Spring, Calculus and Applications
+2018 Herbst, Lineare Algebra I
-2018 Herbst, Lineare Algebra I
- -2017 Herbst, Lineare Algebra I
- -2017 Herbst, Lineare Algebra I
+ +- Please don't hesitate to email: schlegel@mpim-bonn.mpg.de . + Please don't hesitate to email: schlegel@mpim-bonn.mpg.de.
diff --git a/thegame.md b/thegame.md new file mode 100644 index 0000000..d8bc483 --- /dev/null +++ b/thegame.md @@ -0,0 +1 @@ +You lost The Game. \ No newline at end of file