From 4ad9a2aa94c6769e9b8a1bde32ac45904d5597b8 Mon Sep 17 00:00:00 2001 From: "Zhuoyang (Ellen) Li" <112480241+EllenLI2000@users.noreply.github.com> Date: Thu, 30 Nov 2023 08:47:36 +0100 Subject: [PATCH 001/429] Update _config.yml --- _config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/_config.yml b/_config.yml index 346faca62..f677281b5 100644 --- a/_config.yml +++ b/_config.yml @@ -13,13 +13,13 @@ # you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. -title: "Hello. I'm Jami Gibbs." -email: 'jami0821@gmail.com' -description: "I'm a software developer and designer from Chicago creating useful things for the web." +title: "Hello. I'm Zhuoyang (Ellen) Li." +email: 'zhuoyanli4@cityu.edu.hk' +description: "I am a researcher specializing in Human-Computer Interaction (HCI) and Communication Science. " baseurl: "" # the subpath of your site, e.g. /blog -url: "https://jamigibbs.github.io/phantom" # the base hostname & protocol for your site, e.g. https://example.com +url: "https://ellenli2000.github.io" # the base hostname & protocol for your site, e.g. https://example.com twitter_username: 'jamigibbs' -github_username: 'jamigibbs' +github_username: 'ellenli2000' medium_username: 'blog.jamigibbs.com' # Build settings From 28971eb86e591c7bfbd372d20ba37bb212ac9a32 Mon Sep 17 00:00:00 2001 From: "Zhuoyang (Ellen) Li" <112480241+EllenLI2000@users.noreply.github.com> Date: Thu, 30 Nov 2023 08:51:49 +0100 Subject: [PATCH 002/429] Update contact.html --- _includes/contact.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/contact.html b/_includes/contact.html index 68ba0c03b..7e9574503 100644 --- a/_includes/contact.html +++ b/_includes/contact.html @@ -1 +1 @@ - Why not get in touch? + You can reach me out through email. From 85d169adad448ad84c15f2e0e4257515220634ee Mon Sep 17 00:00:00 2001 From: "Zhuoyang (Ellen) Li" <112480241+EllenLI2000@users.noreply.github.com> Date: Thu, 30 Nov 2023 09:01:07 +0100 Subject: [PATCH 003/429] Update _config.yml --- _config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/_config.yml b/_config.yml index f677281b5..ab951d0b3 100644 --- a/_config.yml +++ b/_config.yml @@ -13,14 +13,14 @@ # you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. -title: "Hello. I'm Zhuoyang (Ellen) Li." +title: "Hi, I'm Zhuoyang (Ellen) Li." email: 'zhuoyanli4@cityu.edu.hk' description: "I am a researcher specializing in Human-Computer Interaction (HCI) and Communication Science. " baseurl: "" # the subpath of your site, e.g. /blog url: "https://ellenli2000.github.io" # the base hostname & protocol for your site, e.g. https://example.com -twitter_username: 'jamigibbs' +twitter_username: 'ellenli2000' github_username: 'ellenli2000' -medium_username: 'blog.jamigibbs.com' +medium_username: 'ellenli2000' # Build settings markdown: kramdown @@ -90,8 +90,8 @@ pagination: ### Phantom settings footer_text: '© 2018 Jami Gibbs' -admin_name: 'Jami Gibbs' -google_analytics: "UA-9999999-99" # Update with your own tracking ID +admin_name: 'Ellen Li' +google_analytics: "" # Update with your own tracking ID enable_contact: false #### Phantom Navigation menu From 8212c81c2d72100421144c4bfc6eac6b3b7fa94f Mon Sep 17 00:00:00 2001 From: "Zhuoyang (Ellen) Li" <112480241+EllenLI2000@users.noreply.github.com> Date: Thu, 30 Nov 2023 09:22:33 +0100 Subject: [PATCH 004/429] Update about.md --- about.md | 102 ++++++++----------------------------------------------- 1 file changed, 14 insertions(+), 88 deletions(-) diff --git a/about.md b/about.md index ddb90b116..c6c394d12 100644 --- a/about.md +++ b/about.md @@ -1,97 +1,23 @@ ---- +--- layout: inner -title: About +title: About Me permalink: /about/ --- -## Markdown - -Text can be **bold**, _italic_, ~~strikethrough~~ or `keyword`. - -[Link to another page](/index.html). - -There should be whitespace between paragraphs. - -# Header 1 - -This is a normal paragraph following a header. GitHub is a code hosting platform for version control and collaboration. It lets you and others work together on projects from anywhere. +## Educational Background +- 2022.8 - 2023.6, MSc. Communication Science, University of Amsterdam +- 2018.8 - 2022.6, BA. Media and Communication, City University of Hong Kong +- 2019.7 - 2019.8, Advanced British Culture and Humanities Programme, University of Oxford, -## Header 2 +## Research Experience +- 2023.9 - Present, Research Assistant (Full-time), supervised by [Dr. Yuhan Luo]("https://scholars.cityu.edu.hk/en/persons/yuhan-luo(9349cfbb-22d1-4097-bb5e-e3e20aaa13ba).html") +- 2022.6 - 2023.9, Researcher, Supervised by [Dr. Yuhan Luo]("https://scholars.cityu.edu.hk/en/persons/yuhan-luo(9349cfbb-22d1-4097-bb5e-e3e20aaa13ba).html") +- 2020.10 - 2022.9, Student Research Assistant (Part-time), supervised by [Prof. YU-li Liu]("https://scholars.cityu.edu.hk/en/persons/yuli-liu(cb5a972e-b906-4c9a-8966-2d04034e50f0).html") -> This is a blockquote following a header. -> -> When something is important enough, you do it even if the odds are not in your favor. - -### Header 3 - -{% highlight js %} -// Javascript code with syntax highlighting. -var fun = function lang(l) { - dateformat.i18n = require('./lang/' + l) - return true; -} -{% endhighlight %} - -{% highlight ruby %} -# Ruby code with syntax highlighting -GitHubPages::Dependencies.gems.each do |gem, version| - s.add_dependency(gem, "= #{version}") -end -{% endhighlight %} - -#### Header 4 - -* This is an unordered list following a header. -* This is an unordered list following a header. -* This is an unordered list following a header. - -##### Header 5 - -1. This is an ordered list following a header. -2. This is an ordered list following a header. -3. This is an ordered list following a header. - -###### Header 6 - -| head1 | head two | three | -|:-------------|:------------------|:------| -| ok | good swedish fish | nice | -| out of stock | good and plenty | nice | -| ok | good `oreos` | hmm | -| ok | good `zoute` drop | yumm | - -### There's a horizontal rule below this. - ---- +## Working Experience +- 2022.3 - 2022.6, Account Executive Intern, [BlueCurrent (Hong Kong)](https://bluecurrentgroup.com.hk/) +- 2021.6 - 2021.9, Digital Advertising Specialist Intern, [BlueFocus (Beijing)](https://www.bluefocusgroup.com/en/) +- 2020.4 - 2020.8, Content Management Intern, [Bytedance (Tianjin)](https://www.bytedance.com/en/) -### Here is an unordered list: - -* Item foo -* Item bar -* Item baz -* Item zip - -### And an ordered list: - -1. Item one -1. Item two -1. Item three -1. Item four - -### And a nested list: - -- level 1 item - - level 2 item - - level 2 item - - level 3 item - - level 3 item -- level 1 item - - level 2 item - - level 2 item - - level 2 item -- level 1 item - - level 2 item - - level 2 item -- level 1 item ### Wide image From 04355559735dbf492f36c3ebe97ca45ae59a2600 Mon Sep 17 00:00:00 2001 From: "Zhuoyang (Ellen) Li" <112480241+EllenLI2000@users.noreply.github.com> Date: Thu, 30 Nov 2023 09:23:56 +0100 Subject: [PATCH 005/429] Update about.md --- about.md | 107 +------------------------------------------------------ 1 file changed, 1 insertion(+), 106 deletions(-) diff --git a/about.md b/about.md index c6c394d12..d0ca5ef00 100644 --- a/about.md +++ b/about.md @@ -1,4 +1,4 @@ ---- +--- layout: inner title: About Me permalink: /about/ @@ -18,111 +18,6 @@ permalink: /about/ - 2021.6 - 2021.9, Digital Advertising Specialist Intern, [BlueFocus (Beijing)](https://www.bluefocusgroup.com/en/) - 2020.4 - 2020.8, Content Management Intern, [Bytedance (Tianjin)](https://www.bytedance.com/en/) - -### Wide image - - - -### Definition lists can be used with HTML syntax. - -