From d36d680fae7c2cd1c26076dbfb7d84746204f8df Mon Sep 17 00:00:00 2001 From: Sebastian Schlegel Mejia Date: Mon, 17 Jun 2024 19:01:59 +0200 Subject: [PATCH] wiki --- Gemfile.lock | 23 ++- _site/assets/css/styles.css | 34 +---- _site/assets/css/styles.css.map | 15 +- _site/index.html | 207 +++++++++++++-------------- _site/past.html | 235 +++++++++++++++---------------- thegame.html => _site/thegame.md | 0 _site/travel.html | 2 +- index.html | 2 +- thegame.md | 1 + 9 files changed, 250 insertions(+), 269 deletions(-) rename thegame.html => _site/thegame.md (100%) create mode 100644 thegame.md 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 @@ - - - - - - sebastian schlegel mejia - - - + + + + +sebastian schlegel mejia + + + - Sebastian Schlegel Mejia - - - - - - - - - - - - - - -
- sebastian schlegel mejia -
- + + + + + +
+ sebastian schlegel mejia +
+
- - + + -

+

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. +

-

+

research -

+ - see my arXiv, arXiv, Google Scholar, or ORCID: 0000-0001-6782-2533 -
+
- -

+

- Title links point to the arXiv pages: -

-

-

    + Title links point to the arXiv pages. +

    +

    +

    1. - BPS algebras and generalised Kac–Moody algebras from - 2-Calabi–Yau categories, joint with Ben - Davison and Lucien Hennecart, March 2023 + BPS algebras and generalised Kac–Moody algebras from + 2-Calabi–Yau categories, joint with Ben + Davison and Lucien Hennecart, March 2023 (submitted)
    2. - BPS Lie algebras for totally negative 2-Calabi–Yau categories and nonabelian Hodge theory for - stacks, joint with Ben Davison and Lucien Hennecart, December 2022 (submitted)
    3. + BPS Lie algebras for totally negative 2-Calabi–Yau categories and nonabelian Hodge theory for + stacks, joint with Ben Davison and Lucien Hennecart, December 2022 (submitted)
    4. - BPS cohomology for rank 2 degree 0 Higgs bundles (and more), Journal of Algebra, Volume 636, 2023, pp. - 666-694
    5. -
    -

    - - - -
    -
    - - - - - \ No newline at end of file + BPS cohomology for rank 2 degree 0 Higgs bundles (and more), Journal of Algebra, Volume 636, 2023, pp. + 666-694 +
+

+ + +
+
+ + + + diff --git a/_site/past.html b/_site/past.html index ff5ea35..a591516 100644 --- a/_site/past.html +++ b/_site/past.html @@ -1,158 +1,153 @@ - - - - - - past - - - + + + + +past + + + - Past - - - - - - - - - - + + + + + +
+ past +
+ +

I was a PhD student under the supervision of Ben Davison at the University of Edinburgh.

- +

past organization

- -
- past -
+

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.

-

past organization

+

past travel

-

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

-

past travel

+

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”

+

past teaching

-

February 2020, Bonn, Hausdorff School: “Perverse Sheaves in Enumerative Geometry”

+

as a tutor at the University of Edinburgh

-

past teaching

+

2023 Spring, Honours Complex Variables - Skills

-

as a tutor at the University of Edinburgh

+

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

+

as a teaching assistant at ETH Zürich

-

2020 Spring, Calculus and Applications

+

2018 Herbst, Lineare Algebra I

-

as a teaching assistant at ETH Zürich

- -

2018 Herbst, Lineare Algebra I

- -

2017 Herbst, Lineare Algebra I

- -
-
- - - - - \ No newline at end of file +

2017 Herbst, Lineare Algebra I

+ +
+
+ + + + diff --git a/thegame.html b/_site/thegame.md similarity index 100% rename from thegame.html rename to _site/thegame.md diff --git a/_site/travel.html b/_site/travel.html index a84c366..13d4c84 100644 --- a/_site/travel.html +++ b/_site/travel.html @@ -41,7 +41,7 @@ Travel - + diff --git a/index.html b/index.html index fa7b512..4721b92 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,7 @@

- 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