Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
williamwuyantao committed Apr 29, 2024
1 parent 60522c9 commit c853a02
Show file tree
Hide file tree
Showing 10 changed files with 84 additions and 20 deletions.
32 changes: 16 additions & 16 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# main links links
main:
# - title: "Publications"
# url: /publications/

- title: "CV"
url: /cv/
- title: "Publications"
url: /publications/

# - title: "Teaching"
# url: /teaching/

- title: "Activities"
url: /activities/
- title: "Talks"
url: /talks/

# - title: "Portfolio"
# url: /portfolio/
- title: "Teaching"
url: /teaching/

- title: "Portfolio"
url: /portfolio/

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

- title: "CV"
url: /cv/

# - title: "Guide"
# url: /markdown/
- title: "Guide"
url: /markdown/
2 changes: 1 addition & 1 deletion _data/ui-text.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ en: &DEFAULT_EN
feed_label : "Feed"
powered_by : "Powered by"
website_label : "Website"
email_label : "Email: ywu212 [@] jh [dot] edu"
email_label : "Email"
recent_posts : "Recent Posts"
undefined_wpm : "Undefined parameter words_per_minute at _config.yml"
comment_form_info : "Your email address will not be published. Required fields are marked"
Expand Down
2 changes: 1 addition & 1 deletion _pages/portfolio.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: archive
title: "Portfolio"
permalink: /portfolio/
author_profile: false
author_profile: true
---

{% include base_path %}
Expand Down
2 changes: 1 addition & 1 deletion _pages/publications.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: archive
title: "Publications"
permalink: /publications/
author_profile: false
author_profile: true
---

{% if site.author.googlescholar %}
Expand Down
2 changes: 1 addition & 1 deletion _pages/talkmap.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
author_profile: true
---

<p>This map is generated from a Jupyter Notebook file in <a href="https://github.com/academicpages/academicpages.github.io/blob/master/_talks/talkmap.ipynb">/_activities/talkmap.ipynb</a>, which mines the location fields in the .md files in _activities/.</p>
<p>This map is generated from a Jupyter Notebook file in <a href="https://github.com/academicpages/academicpages.github.io/blob/master/_talks/talkmap.ipynb">/_talks/talkmap.ipynb</a>, which mines the location fields in the .md files in _talks/.</p>
<iframe src="/talkmap/map.html" height="700" width="850" style="border:none;"></iframe>
16 changes: 16 additions & 0 deletions _pages/talks.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
layout: archive
title: "Talks and presentations"
permalink: /talks/
author_profile: true
---

{% if site.talkmap_link == true %}

<p style="text-decoration:underline;"><a href="/talkmap.html">See a map of all the places I've given a talk!</a></p>

{% endif %}

{% for post in site.talks reversed %}
{% include archive-single-talk.html %}
{% endfor %}
11 changes: 11 additions & 0 deletions _talks/2012-03-01-talk-1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: "Talk 1 on Relevant Topic in Your Field"
collection: talks
type: "Talk"
permalink: /talks/2012-03-01-talk-1
venue: "UC San Francisco, Department of Testing"
date: 2012-03-01
location: "San Francisco, California"
---

This is a description of your talk, which is a markdown files that can be all markdown-ified like any other post. Yay markdown!
13 changes: 13 additions & 0 deletions _talks/2013-03-01-tutorial-1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: "Tutorial 1 on Relevant Topic in Your Field"
collection: talks
type: "Tutorial"
permalink: /talks/2013-03-01-tutorial-1
venue: "UC-Berkeley Institute for Testing Science"
date: 2013-03-01
location: "Berkeley CA, USA"
---

[More information here](http://exampleurl.com)

This is a description of your tutorial, note the different field in type. This is a markdown files that can be all markdown-ified like any other post. Yay markdown!
13 changes: 13 additions & 0 deletions _talks/2014-02-01-talk-2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: "Talk 2 on Relevant Topic in Your Field"
collection: talks
type: "Talk"
permalink: /talks/2014-02-01-talk-2
venue: "London School of Testing"
date: 2014-02-01
location: "London, UK"
---

[More information here](http://example2.com)

This is a description of your talk, which is a markdown files that can be all markdown-ified like any other post. Yay markdown!
11 changes: 11 additions & 0 deletions _talks/2014-03-01-talk-3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: "Conference Proceeding talk 3 on Relevant Topic in Your Field"
collection: talks
type: "Conference proceedings talk"
permalink: /talks/2014-03-01-talk-3
venue: "Testing Institute of America 2014 Annual Conference"
date: 2014-03-01
location: "Los Angeles, CA"
---

This is a description of your conference proceedings talk, note the different field in type. You can put anything in this field.

0 comments on commit c853a02

Please sign in to comment.