diff --git a/ChatWithFakeMe.md b/ChatWithFakeMe.md new file mode 100644 index 000000000..2cc6c6ce8 --- /dev/null +++ b/ChatWithFakeMe.md @@ -0,0 +1,7 @@ +--- +layout: chatbotLayout +title: Chat with AI Ellen +permalink: /Chatbot/ +--- +Chat with AI Ellen +Please chat with the real Ellen through her email (ellen.li@cityu.edu.hk)[ellen.li@cityu.edu.hk] diff --git a/_config.yml b/_config.yml index 346faca62..2486e5158 100644 --- a/_config.yml +++ b/_config.yml @@ -13,14 +13,16 @@ # 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." -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 -twitter_username: 'jamigibbs' -github_username: 'jamigibbs' -medium_username: 'blog.jamigibbs.com' +avatar: '/img/favicon_1.png' +title: "Hi, I'm Zhuoyang (Ellen) Li." +email: 'zhuoyanli4@cityu.edu.hk' +description: "I am a Human-Computer Interaction (HCI) researcher, currently a research assistant at BiWell Lab, City University of Hong Kong. My research interests lie in Conversational Agent (CA), Well-being, Persuasive Technology (PT) and Personal Informatics (PI). I will be joining TU/e in Feb 2025 for my PhD on personalized healthcare technology design. " +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 +linkedin_username: 'in/ellenli2000' +# github_username: 'ellenli2000' +medium_username: 'medium.com/@lizhuoyang720' +google_username: 'pFr4MykAAAAJ&hl=en' # Build settings markdown: kramdown @@ -31,13 +33,17 @@ plugins: ############################################################ # Site configuration for the Jekyll 3 Pagination Gem # The values here represent the defaults if nothing is set +paginate: 10 +paginate_path: "/page:num/" + pagination: + - # Site-wide kill switch, disabled here it doesn't run at all - enabled: true + # # Site-wide kill switch, disabled here it doesn't run at all + # enabled: true - # Set to 'true' to enable pagination debugging. This can be enabled in the site config or only for individual pagination pages - debug: false + # # Set to 'true' to enable pagination debugging. This can be enabled in the site config or only for individual pagination pages + # debug: false # The default document collection to paginate if nothing is specified ('posts' is default) collection: 'posts' @@ -89,13 +95,17 @@ pagination: ############################################################ ### Phantom settings -footer_text: '© 2018 Jami Gibbs' -admin_name: 'Jami Gibbs' -google_analytics: "UA-9999999-99" # Update with your own tracking ID +footer_text: 'Last update: 13/12/2024.' +admin_name: 'Zhuoyang (Ellen) Li' +google_analytics: 'G-2SB2FYKLNH' # Update with your own tracking ID enable_contact: false #### Phantom Navigation menu enable_nav: true nav_item: - { url: '/', text: 'Home' } - - { url: '/about', text: 'About' } + - { url: '/about', text: 'About Me' } + - { url: '/pub', text: 'Publication' } + - { url: '/misc', text: 'Trivia'} + #- { url: '/Chatbot', text: 'Chat with AI Ellen 🤖️'} + diff --git a/_includes/analytics.html b/_includes/analytics.html new file mode 100644 index 000000000..701b76cca --- /dev/null +++ b/_includes/analytics.html @@ -0,0 +1,8 @@ + + diff --git a/_includes/chatbot.html b/_includes/chatbot.html new file mode 100644 index 000000000..d117a983a --- /dev/null +++ b/_includes/chatbot.html @@ -0,0 +1,192 @@ + + + + + + Chat with AI Ellen + + + + +

/ + / + / + / + Hi there! I'm the AI version of Ellen (powered by GPT-4o), here to help you learn more about me. Whether you're curious about my background, interests, projects, or anything else, feel free to ask. I'm here 24/7 to provide you with the answers you need. If you have any specific questions or need to get in touch with the real me, please don't hesitate to contact me via email.

+
+
Chat with AI Ellen
+
+ +
+ + + + diff --git a/_includes/contact-modal.html b/_includes/contact-modal.html index dc4ef5607..1155b5669 100644 --- a/_includes/contact-modal.html +++ b/_includes/contact-modal.html @@ -9,10 +9,10 @@