diff --git a/README.md b/README.md index dc68051..05d5be3 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,12 @@ This repository contains source code of [my academic website](https://mkhangg.co ## Update List of updates (in terms of functionalities): +* **[17 Nov 2023]** Moving JS particles when dark theme is enabled (like fireflies) is added. * **[17 Nov 2023]** New webpage scrollbar style is added. -* **[06 Nov 2023]** Sound effects when users interacting with functionalities. +* **[06 Nov 2023]** Sound effects when users interact with functionalities. * **[04 Nov 2023]** Sink to disappear the icon is added. * **[04 Nov 2023]** Simple draggable pop-up icon (like Messenger) is added. -* **[30 Oct 2023]** Dark/Light theme is displayed based on time of client. +* **[30 Oct 2023]** Dark/Light theme is displayed based on the client's time. * **[30 Oct 2023]** Dark/Light theme toggle button is added. diff --git a/_data/fails.yaml b/_data/fails.yaml deleted file mode 100644 index 78f00f4..0000000 --- a/_data/fails.yaml +++ /dev/null @@ -1,20 +0,0 @@ -events: - - description: Got rejected from most of fellowship programs (ETH Zurich SSRF, CMU RISS, MIT SRP, Stanford SURF, UIUC SRF). - date: 03/2023 - - - description: Battery-free UAV got rejected from MobiSys '22. - date: 05/2022 - - - description: IoTree got rejected from NSDI '22. - date: 12/2021 - - - description: Got rejected from many colleges (too many to list them here). - date: 03/2020 - - - description: Failed to get into the mathematics PTNK-TST team for VMO. - date: 09/2018 - - - description: Didn't win the first prize in the mathematics municipal competition. - date: 03/2017 - -introduction: instead of having a news section in which people usually share good things, I decided to highlight some of my greatest failures (by year) to remind myself that my life perhaps looks like this iceberg model. however, these are written out mainly from my memory and i guess there are tons of things that i forgot. \ No newline at end of file diff --git a/_data/gallery.yaml b/_data/gallery.yaml index e3d7054..40b17db 100644 --- a/_data/gallery.yaml +++ b/_data/gallery.yaml @@ -28,4 +28,4 @@ pictures: caption: my boys from tđn maths team year: 2017 -introduction: not all about robots, but also some happy moments of my life and my list of failures. +introduction: not all about robots, but also some happy moments of my life. diff --git a/_layouts/main.html b/_layouts/main.html index e93744f..3c1646c 100644 --- a/_layouts/main.html +++ b/_layouts/main.html @@ -30,6 +30,9 @@ + + + diff --git a/_libs/fails_widget.html b/_libs/fails_widget.html deleted file mode 100644 index 1e5d302..0000000 --- a/_libs/fails_widget.html +++ /dev/null @@ -1 +0,0 @@ -
  • {{ event.date }}: {{ event.description }}
  • diff --git a/_sections/fails.html b/_sections/fails.html deleted file mode 100644 index 5c57b04..0000000 --- a/_sections/fails.html +++ /dev/null @@ -1,25 +0,0 @@ - - -
    -
    -
    -

    📍 my failures

    -

    - {{ site.data.fails.introduction }} -

    -
    -
    - -
    -
    -
      - {% for event in site.data.fails.events %} - {% include_relative _libs/fails_widget.html %} - {% endfor %} -
    -

    - ... and of course many more to come! -
    -
    -
    -
    diff --git a/_site/anotherme.html b/_site/anotherme.html deleted file mode 100644 index 0b25d70..0000000 --- a/_site/anotherme.html +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - - - - - khang nguyen | bscs'24 @ uta - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - - -
    - - -
    -
    -
    - khang nguyen - -
    -
    - -

    -
    - -
    -

    khang nguyen /kʰæŋ/

    -

    - I am currently a fourth-year Computer Science undergraduate at the University of Texas at Arlington and a research assistant at the Learning and Adaptive Robotics Lab, where I am advised by Dr. Manfred Huber. (◕▿◕) -

    - I grew up in Saigon, Vietnam, and was fortunate to spend my most memorable time at the VNU-HCM High School for the Gifted (informatics program of 2020) and previously TĐN Secondary School for the Gifted (mathematics program of 2017) with very good friends - too many to name them here, where we played football (soccer) on concrete fields together afterschool. -

    - >> I do research in robotics, mainly focusing on applying cognitive architectures to robotic grasping to enable robots with a closely similar human grasping capability. Just imagine the robot enters the kitchen, finds a banana, grasps without crushing it, and brings it back to you. -

    -
    -
    - - - -
    - -
    -
    -

    📍 my failures

    -

    - instead of having a news section in which people usually share good things, I decided to highlight some of my greatest failures (by year) to remind myself that my life perhaps looks like this iceberg model. however, these are written out mainly from my memory and i guess there are tons of things that i forgot. -

    -
    -
    - -
    -
    -
      - -
    • 03/2023: Got rejected from most of fellowship programs (ETH Zurich SSRF, CMU RISS, MIT SRP, Stanford SURF, UIUC SRF).
    • - - -
    • 05/2022: Battery-free UAV got rejected from MobiSys '22.
    • - - -
    • 12/2021: IoTree got rejected from NSDI '22.
    • - - -
    • 03/2020: Got rejected from many colleges (too many to list them here).
    • - - -
    • 09/2018: Failed to get into the mathematics PTNK-TST team for VMO.
    • - - -
    • 03/2017: Didn't win the first prize in the mathematics municipal competition.
    • - - -
    -

    - ... and of course many more to come! -
    -
    -
    -
    - - - -
    -
    - - - - -
    - - - - - - - - - - - - diff --git a/_site/assets/img/devices_mockup_white_transparent.png b/_site/assets/img/devices_mockup_white_transparent.png deleted file mode 100644 index 98b65d3..0000000 Binary files a/_site/assets/img/devices_mockup_white_transparent.png and /dev/null differ diff --git a/_site/assets/img/iceberg.png b/_site/assets/img/iceberg.png deleted file mode 100644 index 00760cb..0000000 Binary files a/_site/assets/img/iceberg.png and /dev/null differ diff --git a/_site/feed.xml b/_site/feed.xml index d9c98d3..275697c 100644 --- a/_site/feed.xml +++ b/_site/feed.xml @@ -1 +1 @@ -Jekyll2023-11-17T10:18:56-06:00http://localhost:4000/feed.xmlkhang nguyen \ No newline at end of file +Jekyll2023-11-19T18:28:04-06:00http://localhost:4000/feed.xmlkhang nguyen \ No newline at end of file diff --git a/_site/index.html b/_site/index.html index cbef913..821f381 100644 --- a/_site/index.html +++ b/_site/index.html @@ -30,6 +30,9 @@ + + + @@ -332,7 +335,7 @@

    📍 outreach activities

    📍 gallery

    - not all about robots, but also some happy moments of my life and my list of failures. + not all about robots, but also some happy moments of my life.