From 81e5c7dafa08f5545960c0f6e5c784bfc589bd63 Mon Sep 17 00:00:00 2001 From: LiZhYun Date: Wed, 13 Mar 2024 17:08:55 +0800 Subject: [PATCH] upload post --- _config.yml | 6 +- _pages/about.md | 4 +- _posts/2015-03-15-formatting-and-links.md | 30 ---------- _posts/2015-05-15-images.md | 48 --------------- _posts/2015-07-15-code.md | 71 ----------------------- _posts/2024-03-12-postdoc.md | 36 ++++++++++++ 6 files changed, 41 insertions(+), 154 deletions(-) delete mode 100644 _posts/2015-03-15-formatting-and-links.md delete mode 100644 _posts/2015-05-15-images.md delete mode 100644 _posts/2015-07-15-code.md create mode 100644 _posts/2024-03-12-postdoc.md diff --git a/_config.yml b/_config.yml index b1204bb..4167eb9 100644 --- a/_config.yml +++ b/_config.yml @@ -110,9 +110,9 @@ bing_site_verification: # out your bing-site-verification ID (Bing Webmaster) # Blog # ----------------------------------------------------------------------------- -blog_name: al-folio # blog_name will be displayed in your blog page +blog_name: A Path in the Ordinary # blog_name will be displayed in your blog page blog_nav_title: # your blog must have a title for it to be displayed in the nav bar -blog_description: a simple whitespace theme for academics +blog_description: a simple posts collection permalink: /blog/:year/:title/ # Pagination @@ -238,7 +238,7 @@ jekyll-archives: tag: '/blog/tag/:name/' category: '/blog/category/:name/' -display_tags: ['formatting', 'images', 'links', 'math', 'code'] # this tags will be dispalyed on the front page of your blog +display_tags: ['postdoc', 'formatting', 'images', 'links', 'math', 'code'] # this tags will be dispalyed on the front page of your blog # ----------------------------------------------------------------------------- # Jekyll Scholar diff --git a/_pages/about.md b/_pages/about.md index 0dfb8e9..9148dfb 100644 --- a/_pages/about.md +++ b/_pages/about.md @@ -6,13 +6,13 @@ description: news: true social: true -years: [2024, 2023, 2022, 2021] +years: [2025, 2024, 2023, 2022, 2021] --- Ph.D. in Computer Science
Student, University of Electronic Science and Technology of China
Curriculum Vitae | -Blog +Blog ---- diff --git a/_posts/2015-03-15-formatting-and-links.md b/_posts/2015-03-15-formatting-and-links.md deleted file mode 100644 index 0ecd303..0000000 --- a/_posts/2015-03-15-formatting-and-links.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -layout: post -title: a post with formatting and links -date: 2015-03-15 16:40:16 -description: march & april, looking forward to summer -tags: formatting links -categories: sample-posts ---- -Jean shorts raw denim Vice normcore, art party High Life PBR skateboard stumptown vinyl kitsch. Four loko meh 8-bit, tousled banh mi tilde forage Schlitz dreamcatcher twee 3 wolf moon. Chambray asymmetrical paleo salvia, sartorial umami four loko master cleanse drinking vinegar brunch. Pinterest DIY authentic Schlitz, hoodie Intelligentsia butcher trust fund brunch shabby chic Kickstarter forage flexitarian. Direct trade cold-pressed meggings stumptown plaid, pop-up taxidermy. Hoodie XOXO fingerstache scenester Echo Park. Plaid ugh Wes Anderson, freegan pug selvage fanny pack leggings pickled food truck DIY irony Banksy. - -#### Hipster list - - -Hoodie Thundercats retro, tote bag 8-bit Godard craft beer gastropub. Truffaut Tumblr taxidermy, raw denim Kickstarter sartorial dreamcatcher. Quinoa chambray slow-carb salvia readymade, bicycle rights 90's yr typewriter selfies letterpress cardigan vegan. - -
- -Pug heirloom High Life vinyl swag, single-origin coffee four dollar toast taxidermy reprehenderit fap distillery master cleanse locavore. Est anim sapiente leggings Brooklyn ea. Thundercats locavore excepteur veniam eiusmod. Raw denim Truffaut Schlitz, migas sapiente Portland VHS twee Bushwick Marfa typewriter retro id keytar. - -
- We do not grow absolutely, chronologically. We grow sometimes in one dimension, and not in another, unevenly. We grow partially. We are relative. We are mature in one realm, childish in another. - —Anais Nin -
- -Fap aliqua qui, scenester pug Echo Park polaroid irony shabby chic ex cardigan church-key Odd Future accusamus. Blog stumptown sartorial squid, gastropub duis aesthetic Truffaut vero. Pinterest tilde twee, odio mumblecore jean shorts lumbersexual. diff --git a/_posts/2015-05-15-images.md b/_posts/2015-05-15-images.md deleted file mode 100644 index e81d92f..0000000 --- a/_posts/2015-05-15-images.md +++ /dev/null @@ -1,48 +0,0 @@ ---- -layout: post -title: a post with images -date: 2015-05-15 21:01:00 -description: this is what included images could look like -tags: formatting images -categories: sample-posts -thumbnail: assets/img/9.jpg ---- -This is an example post with image galleries. - -
-
- {% include figure.html path="assets/img/9.jpg" class="img-fluid rounded z-depth-1" %} -
-
- {% include figure.html path="assets/img/7.jpg" class="img-fluid rounded z-depth-1" %} -
-
-
- A simple, elegant caption looks good between image rows, after each row, or doesn't have to be there at all. -
- -Images can be made zoomable. -Simply add `data-zoomable` to `` tags that you want to make zoomable. - -
-
- {% include figure.html path="assets/img/8.jpg" class="img-fluid rounded z-depth-1" zoomable=true %} -
-
- {% include figure.html path="assets/img/10.jpg" class="img-fluid rounded z-depth-1" zoomable=true %} -
-
- -The rest of the images in this post are all zoomable, arranged into different mini-galleries. - -
-
- {% include figure.html path="assets/img/11.jpg" class="img-fluid rounded z-depth-1" zoomable=true %} -
-
- {% include figure.html path="assets/img/12.jpg" class="img-fluid rounded z-depth-1" zoomable=true %} -
-
- {% include figure.html path="assets/img/7.jpg" class="img-fluid rounded z-depth-1" zoomable=true %} -
-
diff --git a/_posts/2015-07-15-code.md b/_posts/2015-07-15-code.md deleted file mode 100644 index a86fa07..0000000 --- a/_posts/2015-07-15-code.md +++ /dev/null @@ -1,71 +0,0 @@ ---- -layout: post -title: a post with code -date: 2015-07-15 15:09:00 -description: an example of a blog post with some code -tags: formatting code -categories: sample-posts ---- -This theme implements a built-in Jekyll feature, the use of Rouge, for syntax highlighting. -It supports more than 100 languages. -This example is in C++. -All you have to do is wrap your code in markdown code tags: - -````markdown -```c++ -code code code -``` -```` - -```c++ -int main(int argc, char const \*argv[]) -{ - string myString; - - cout << "input a string: "; - getline(cin, myString); - int length = myString.length(); - - char charArray = new char * [length]; - - charArray = myString; - for(int i = 0; i < length; ++i){ - cout << charArray[i] << " "; - } - - return 0; -} -``` - -By default, it does not display line numbers. If you want to display line numbers for every code block, you can set `kramdown.syntax_highlighter_opts.block.line_numbers` to true in your `_config.yml` file. - -If you want to display line numbers for a specific code block, all you have to do is wrap your code in a liquid tag: - -{% raw %} -{% highlight c++ linenos %}
code code code
{% endhighlight %} -{% endraw %} - -The keyword `linenos` triggers display of line numbers. -Produces something like this: - -{% highlight c++ linenos %} - -int main(int argc, char const \*argv[]) -{ - string myString; - - cout << "input a string: "; - getline(cin, myString); - int length = myString.length(); - - char charArray = new char * [length]; - - charArray = myString; - for(int i = 0; i < length; ++i){ - cout << charArray[i] << " "; - } - - return 0; -} - -{% endhighlight %} diff --git a/_posts/2024-03-12-postdoc.md b/_posts/2024-03-12-postdoc.md new file mode 100644 index 0000000..6ba3e35 --- /dev/null +++ b/_posts/2024-03-12-postdoc.md @@ -0,0 +1,36 @@ +--- +layout: post +title: PostDoc Application +date: 2024-03-12 00:00:00 +description: a list of postdoc applications +tags: postdoc +categories: postdoc +--- +# Postdoc Position List + + +> :bulb: Tracking progress for the hiring checklist. + + + +| **Institute** | **Status** | **Possibility** | **Apply Date** | **Close Date** | **Decision Date** | **Link** | +|:-------------:|:-----------:|:------------------:|:---------:|:---------:|:---------:|:---------:| +| **NUS**
Multi-Agent Robotic Motion Laboratory | In-principle offer | :grin: | 2024/1/11 | x | x | [Link](https://www.marmotlab.org/prospective_students.html) | +| **Aalto**
Aalto Robot Learning Lab | Offer | :smile: | 2023/12/27 | 2024/1/14 | 2024/3/11 | [Link](https://fcai.fi/we-are-hiring) | +| **TU Delft**
Autonomus Multi-Robots Lab | In Progress | :slightly_smiling_face: | 2024/3/1 | 2024/3/25 | x | [Link](https://autonomousrobots.nl/vacancies/) | +| **Imperial College London**
Prof. Aldo Faisal | In Progress | :slightly_smiling_face: | 2024/3/1 | 2024/3/10 | x | [Link](https://www.linkedin.com/jobs/view/3829116406) | +| **Stanford University**
Cognitive Tools Lab | In Progress | :slightly_smiling_face: | 2024/2/29 | 2024/3/20 | 2024/4/20 | [Link](https://hai.stanford.edu/hai-postdoctoral-fellow-cognitively-inspired-ai-grounded-abstraction-learning-professor-judith-fan) | +| **MIT**
Probabilistic Computing Project | In Progress | :slightly_smiling_face: | 2024/2/27 | x | x | [Link](https://careers.peopleclick.com/careerscp/client_mit/external/jobDetails/jobDetail.html?jobPostId=26406&localeCode=en-us) | +| **Cambridge**
NR40478: Research Assistant/Associate | In Progress | :slightly_smiling_face: | 2024/2/21 | 2024/2/21 | x | [Link](https://hrsystems.admin.cam.ac.uk/recruit-ui/pages/secured/overview.xhtml) | +| **Oxford**
Foerster Lab for AI Research | In Progress | :slightly_smiling_face: | 2024/2/21 | 2024/2/28 | x | [Link](https://eng.ox.ac.uk/jobs/job-detail/?vacancyID=170810) | +| **California Institute of Technology, CMS**
Decision, Optimization, and Learning | In Progress | :slightly_smiling_face: | 2024/2/5 | x | x | [Link](https://www.cms.caltech.edu/about/positions/the-dolcit-postdoctoral-fellowship-program) | +| **Mila** | In Progress | :slightly_smiling_face: | 2024/2/5 | x | x | [Link](https://mila.in1touch.org/site/me/welcome?nav=sidebar) | +| **Meta**
FAIR | In Progress | :slightly_smiling_face: | 2024/2/1 | x | x | [Link](https://www.metacareers.com/profile/home) | +| **CMU**
Carnegie Bosch Institute | In Progress | :slightly_smiling_face: | 2024/1/26 | 2024/2/26 | 2024/3/20 | [Link](https://carnegiebosch.cmu.edu/fellowships/index.html) | +| **Harvard**
Robotics, Embedded Autonomy & Communication Theory Lab | In Progress | :slightly_smiling_face: | 2023/12/28 | x | x | [Link](https://academicpositions.harvard.edu/postings/13272) | +| **Harvard**
Murphy's Lab | In Progress | :slightly_smiling_face: | 2024/1/3 | x | x | [Link](https://people.seas.harvard.edu/~samurphy/) | +| **Edinburgh**
Autonomous Agents Research Group | In Progress | :slightly_smiling_face: | 2024/1/3 | x | x | [Link](https://concorsi.unict.it/concorsi/Profile) | +| **KCL**
Cooperative AI Lab | In Progress | :slightly_smiling_face: | 2024/3/1 | 2024/3/12 | x | [Link](https://www.kcl.ac.uk/jobs/084006-postdoc-research-associate-in-multi-agent-reinforcement-learning-and-foundation-models) | +| **EPFL**
Cooperative AI Lab | In Progress | :slightly_smiling_face: | 2023/12/26 | 2024/3/1 | x | [Link](https://ellis.eu/jobs/postdoc-in-multi-agent-reinforcement-learning-for-robotic-construction) | +| **ETHZ**
Learning & Adaptive Systems Group | In Progress | :slightly_smiling_face: | 2024/1/28 | x | x | [Link](https://las.inf.ethz.ch/openings) | +| **ETHZ**
Optimization & Decision Intelligence Group | In Progress | :slightly_smiling_face: | 2024/2/21 | x | x | [Link](https://odi.inf.ethz.ch/openings) |