Skip to content

Commit

Permalink
feat: add links to fuzzy and kitkat
Browse files Browse the repository at this point in the history
  • Loading branch information
RiwEZ committed Apr 7, 2024
1 parent 3928839 commit 2a9c07f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
5 changes: 5 additions & 0 deletions src/content/works/fuzzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ tags:
- Backend
- Fuzzy Logic
- Rust
links:
- href: https://github.com/Fuzzy-Technical-Indicator/backend
text: Backend Code
- href: https://github.com/Fuzzy-Technical-Indicator/frontend
text: Frontend Code
body: >-
My bachelor's thesis about how we can improve the effectiveness of various technical indicators
in trading by using fuzzy logic, particle swarm optimization and other statistical methods.
Expand Down
3 changes: 3 additions & 0 deletions src/content/works/kitkat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ title: KitKatCarin (LITIENGINE based Java game)
tags:
- Game
- Java
links:
- href: https://github.com/RiwEZ/KitKatCARIN
text: Code
body: >-
- A simulation game where the player has to bring antibodies to battle viruses.
Both of them act according to a specific genetic code. Genetic code can be determined using
Expand Down
7 changes: 3 additions & 4 deletions src/pages/about/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ const works = (await getCollection("works"))
<h1 class="text-4xl font-semibold">About Me</h1>
<p class="mt-6 text-xl font-light leading-relaxed text-gray-200">
I just recently finished my bachelor degree in Computer Engineering at
Chiang Mai University. I'm interested in machine learning, quantum
computers, compiler, and some web development and currently looking to do
a Master's or Ph.D. degree on computer science related topics. Please feel
free to contact me ✨.
Chiang Mai University. I'm interested in machine learning, compiler, and
some web development and currently looking to do a Master's or Ph.D. degree
on computer science related topics. Please feel free to contact me ✨.
</p>
<div class="mt-3 flex space-x-4 text-lg font-bold text-blue-400 underline">
<a
Expand Down

0 comments on commit 2a9c07f

Please sign in to comment.