Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dashpulsar committed Apr 12, 2024
1 parent 7b20b61 commit 128e5dd
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 35 deletions.
9 changes: 5 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ author:
goodreads : # Username
google_plus : # Username
keybase : # Username
nstagram : "neptunexdust"
instagram : "neptunexdust"
lastfm : # Username
linkedin : # Username
mastodon : # URL
Expand All @@ -72,6 +72,7 @@ author:
xing : # Username
youtube : # Username
zhihu : # URL
weixin : "DashPulsar"


# Site Settings
Expand Down Expand Up @@ -200,7 +201,7 @@ kramdown:

# Collections
collections:
teaching:
contactme:
output: true
permalink: /:collection/:path/
publications:
Expand Down Expand Up @@ -234,10 +235,10 @@ defaults:
values:
layout: single
author_profile: true
# _teaching
# _contactme
- scope:
path: ""
type: teaching
type: contactme
values:
layout: single
author_profile: true
Expand Down
16 changes: 8 additions & 8 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ main:
- title: "CV"
url: /cv/

- title: "Showcase"
url: /portfolio/

- title: "Talks"
url: /talks/

- title: "Teaching"
url: /teaching/

- title: "Portfolio"
url: /portfolio/
- title: "contactme"
url: /contactme/

- title: "Blog Posts"
url: /year-archive/
# - title: "Blog Posts"
# url: /year-archive/

- title: "Guide"
- title: "Formats"
url: /markdown/
2 changes: 1 addition & 1 deletion _includes/archive-single.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h2 class="archive__item-title" itemprop="headline">
<p class="page__meta"><i class="fa fa-clock-o" aria-hidden="true"></i> {% include read-time.html %}</p>
{% endif %}

{% if post.collection == 'teaching' %}
{% if post.collection == 'contactme' %}
<p> {{ post.type }}, <i>{{ post.venue }}</i>, {{ post.date | default: "1900-01-01" | date: "%Y" }} </p>
{% elsif post.collection == 'publications' %}
<p>Published in <i>{{ post.venue }}</i>, {{ post.date | default: "1900-01-01" | date: "%Y" }} </p>
Expand Down
2 changes: 1 addition & 1 deletion _layouts/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<p class="page__date"><strong><i class="fa fa-fw fa-calendar" aria-hidden="true"></i> {{ site.data.ui-text[site.locale].date_label | default: "Published:" }}</strong> <time datetime="{{ page.modified | date: "%Y-%m-%d" }}">{{ page.modified | date: "%B %d, %Y" }}</time></p>
{% endif %}

{% if page.collection == 'teaching' %}
{% if page.collection == 'contactme' %}
<p> {{ page.type }}, <i>{{ page.venue }}</i>, {{ page.date | default: "1900-01-01" | date: "%Y" }} </p>
{% elsif page.venue and page.date %}
<p>Published in <i>{{ page.venue }}</i>, {{ page.date | default: "1900-01-01" | date: "%Y" }} </p>
Expand Down
20 changes: 2 additions & 18 deletions _pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,8 @@ I am current a research engineer at A*STAR I2R Singapore. My research interests
I am currently searching for appropriate PhD programs worldwide, aiming to fulfill part of my grand ambitions through them. I completed both my MSc and BSc in Artificial Intelligence at the University of Sussex, graduating with Distinction and First-class honors, respectively. Additionally, I undertook cross-disciplinary modules that provided me with unique insights into neuroscience, brain and behavior, artificial life, and autonomous vehicles, among others. These academic experiences have given me a solid foundation in AI and computational methods in computer science. I have also completed an internship at an AI startup company, hyperTunnel, which has endowed me with practical knowledge in multi-agent optimization, comprehensive analysis, solution architecture, and programming. These experiences demonstrate that I possess the academic and professional skills necessary to pursue a research position, and I look forward to fulfilling my aspiration for further academic development. Please contact me if you would like to discuss further with me anything about Artificial Intelligence, Neuroscience or robotics.


| Entry |
| -------- |
| [John Doe](#) |
| [Jane Doe](#) |
| [Doe Doe](#) |
&&
| Item |&&| |
| ------ |&&| ------------------------------------------------------------ |
| 2016 |&&| Description of the item in the list |
| 2019 |&&| Description of the item in the list |
| 2022 |&&| Description of the item in the list |






For more info
------
More info about configuring academicpages can be found in [the guide](https://academicpages.github.io/markdown/).
The [guides for the Minimal Mistakes theme](https://mmistakes.github.io/minimal-mistakes/docs/configuration/) (which this theme was forked from) might also be helpful.
More info about some of my past projects or research experiences? You can find them at [Shawcase](https://dashpulsar.github.io/portfolio/).
Want to get in touch with me? You can find the way you want on. [Contact Me](https://dashpulsar.github.io/contactme/).
6 changes: 3 additions & 3 deletions _pages/teaching.html → _pages/contactme.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
layout: archive
title: "Teaching"
permalink: /teaching/
title: "contactme"
permalink: /contactme/
author_profile: true
---

{% include base_path %}

{% for post in site.teaching reversed %}
{% for post in site.contactme reversed %}
{% include archive-single.html %}
{% endfor %}

0 comments on commit 128e5dd

Please sign in to comment.