Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Up-to-date #18

Merged
merged 1 commit into from
Oct 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions app/about/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default function AboutPage() {
className="rounded-full"
height={200}
width={200}
src="/images/profile.jpg"
src="/images/profile.png"
alt="profile-img"
/>
</div>
Expand All @@ -37,27 +37,27 @@ export default function AboutPage() {
<div className="grid w-8 place-items-center">
<i className="fa-solid fa-graduation-cap"></i>
</div>
Blockchain Researcher at SNU
M.S/Ph.D Student at SNU
</div>
<div className="flex flex-1 items-center gap-2 ">
<div className="grid w-8 place-items-center">
<i className="fa-solid fa-users"></i>
</div>
Member of Decipher
Blockchain Developer & Researcher
</div>
<div className="flex flex-1 items-center gap-2 ">
<div className="grid w-8 place-items-center">
<i className="fa-solid fa-lightbulb"></i>
</div>
Building in Stealth Mode ..
Love blockchain and cryptography
</div>
</div>
</div>
<p className="leading-relaxed text-blue-100">
Hi, I&apos;m Wonjae Choi, a passionate blockchain developer and
researcher. I&apos;m currently studying and developing blockchain
focusing on the scalability and security of blockchain. I&apos;m also
building something in stealth mode.
researcher. I&apos;m currently pursuing my M.S/Ph.D degree at Seoul
National University. I love the trustless and decentralized nature of
blockchain and cryptography.
</p>
<hr className="border-t-2 border-blue-200" />
<AboutSections
Expand Down
2 changes: 1 addition & 1 deletion app/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default function RootLayout({ children }) {
<Head />
<body
className={
'bg-[#030615] text-blue-100 flex flex-col gap-4 sm:gap-6 md:gap-10 min-h-screen p-4 text-sm sm:text-base ' +
'bg-[#202024] text-blue-100 flex flex-col gap-4 sm:gap-6 md:gap-10 min-h-screen p-4 text-sm sm:text-base ' +
mono.className
}
>
Expand Down
9 changes: 4 additions & 5 deletions data/about/education.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
{
"institution": "Seoul National University",
"location": "Korea",
"title": "MS/PH.D IN COMPUTER SCIENCE",
"timeframe": "Sep. 2024 - Expected",
"title": "MS/PH.D IN ELECTRICAL AND COMPUTER ENGINEERING",
"timeframe": "Sep. 2024 - Current",
"details": [
"Virtual Machine & Optimization Lab",
"Focus on blockchain core research and development.",
"Currently participating as an undergraduate research intern."
"Research Interest: Blockchain, Cryptography, ZKP, Federated Learning"
],
"links": {
"website": "https://altair.snu.ac.kr/"
Expand All @@ -16,7 +15,7 @@
{
"institution": "Yonsei University",
"location": "Korea",
"title": "B.S. CANDIDATE IN COMPUTER SCIENCE",
"title": "B.S. IN COMPUTER SCIENCE",
"timeframe": "Mar. 2020 - Aug. 2024",
"details": ["Scholarship Granted by WeMade (₩ 5,000,000)"]
}
Expand Down
4 changes: 2 additions & 2 deletions data/about/extracurricularActivities.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"institution": "Decipher, Seoul National University",
"location": "Korea",
"title": "BLOCKCHAIN RESEARCHER",
"title": "SENIOR RESEARCHER",
"timeframe": "Sep. 2023 - Present",
"details": [
"A member of Decipher, a blockchain research group at Seoul National University.",
Expand All @@ -19,7 +19,7 @@
{
"institution": "Blockchain at Yonsei, Yonsei University",
"location": "Korea",
"title": "TECH LEAD & BOARD MEMBER",
"title": "TECH LEAD",
"timeframe": "Sep. 2022 - Aug. 2023",
"details": [
"Completed two semester activity of Blockchain at Yonsei, a blockchain academic club based on Yonsei University.",
Expand Down
30 changes: 21 additions & 9 deletions data/about/workingExperience.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
[
{
"institution": "Seoul National University VMO Lab",
"institution": "Nethermind",
"location": "Remote",
"title": "RESEARCH ENGINEER INTERN",
"timeframe": "June. 2024 - Sep. 2024",
"details": [
"Research and development on FRIDA(YoDA) which is new DA Layer using FRI Proof.",
"Developed initial build of the client based on Reth.",
"Conducted research on zkML."
]
},
{
"institution": "Seoul National University",
"location": "Korea",
"title": "UNDERGRADUATE RESEARCH INTERN",
"timeframe": "Feb. 2024 - Present",
"timeframe": "Feb. 2024 - Aug. 2024",
"details": [
"Working as an intern researching blockchain core.",
"Will begin my Integrated Master’s and Ph.D studies in September 2024."
"Conducted research on Ethereum core and execution clients.",
"Conducted research on ZKP."
]
},
{
Expand All @@ -15,9 +26,10 @@
"title": "DEVELOPER RELATIONS",
"timeframe": "June. 2023 - Sep. 2023",
"details": [
"Made technical documentation for Korean XRPL developers.",
"Held a one hour developer session about the core of XRPL at the meetup.",
"Provided technical support for the XRPL developers."
"Developed DEX on XRPL.",
"Researched and developed WASM contract on XRPL.",
"Made an technical documentation for Korean XRPL developers.",
"Held several technical sessions on meetups."
],
"links": {
"twitter": "https://twitter.com/xrplkorea"
Expand All @@ -29,9 +41,9 @@
"title": "BLOCKCHAIN DEVELOPER",
"timeframe": "Feb. 2023 - May. 2023",
"details": [
"Made smart contracts using Rust for Solana.",
"Developed smart contracts(programs) using Rust for Solana.",
"Maintained and developed Rust backend server.",
"Conducted research on optimizing virtual state channel for crosschain implementation."
"Conducted research on the novel cross-chain implementation using virtual state channel."
],
"links": {
"website": "https://docs.web3mon.io/",
Expand Down
20 changes: 4 additions & 16 deletions data/home/sections.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,26 +53,14 @@
],
"personal": [
{
"name": "Myself",
"icon": "fa-solid fa-user",
"name": "Gallery",
"icon": "fa-solid fa-images",
"link": "/wip",
"target": ""
},
{
"name": "WEB3",
"icon": "fa-solid fa-globe",
"link": "/web3",
"target": ""
},
{
"name": "Blog",
"icon": "fa-solid fa-bookmark",
"link": "/blog",
"target": ""
},
{
"name": "Hobbies",
"icon": "fa-solid fa-gamepad",
"link": "/wip",
"target": ""
},
Expand Down Expand Up @@ -111,13 +99,13 @@
{
"name": "Telegram",
"icon": "fa-brands fa-telegram",
"link": "https://t.me/wonj1012",
"link": "https://t.me/wonjaechoi",
"target": "_blank"
},
{
"name": "Email",
"icon": "fa-solid fa-envelope",
"link": "mailto:[email protected]",
"link": "mailto:[email protected]",
"target": "_blank"
}
]
Expand Down
Loading