Skip to content

Commit

Permalink
Improve the English contents
Browse files Browse the repository at this point in the history
  • Loading branch information
porink0424 committed Oct 26, 2023
1 parent 20a1499 commit 0275011
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions app/_contents/SectionExperiences.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const SECTION_EXPERIENCES = {
{
title: 'Reversi AI Scratched in Rust & Three.js',
content:
'Logic is implemented in Rust and WebAssembly, UI is implemented in React & Three.js. Quite strong.',
'Logic is implemented in Rust and WebAssembly, and UI in React & Three.js. Quite strong.',
},
{
title: 'Puyo Puyo Tetris AI Scratched in Python "py-tris"',
Expand Down Expand Up @@ -109,7 +109,7 @@ export const SECTION_EXPERIENCES = {
title: 'Internship at DeNA Co., Ltd.',
period: '2023/09',
content:
'I participated in a three-day short-term summer internship where I worked in a team to tackle technical challenges.',
'I participated in a three-day short-term summer internship, working in a team to tackle technical challenges.',
},
{
title: 'ML Engineer at Matsuo Institute Inc.',
Expand Down Expand Up @@ -178,17 +178,17 @@ export const SECTION_EXPERIENCES = {
{
title: 'Puyo Puyo Tetris AI',
period: '',
content: `I created an AI that runs in the "Puyo Puyo Tetris" game with my university classmates. It works as follows: Information extraction by reading memory → Movement decision by rule-based algorithm → Input via a virtual controller [(Source Code)](${LINK.PYTRIS})`,
content: `I created an AI that runs in the "Puyo Puyo Tetris" game with my university classmates. It works as follows: Information extraction by reading memory → Movement decision by rule-based algorithm → Input via a virtual controller. [(Source Code)](${LINK.PYTRIS})`,
},
{
title: 'Reversi AI',
period: '',
content: `Logic is implemented in Rust and WebAssembly, UI is implemented in React & Three.js. Although I am a very biginner in Reversi, I looked for established tactics and rules of thumb, etc., and realized them as a bot. You can play the DEMO [here](${LINK.REVERSI_DEMO}). [(Source Code)](${LINK.REVERSI})`,
content: `Logic is implemented in Rust and WebAssembly, and UI in React & Three.js. Although I am a beginner in Reversi, I looked for established tactics, rules of thumb, etc., and realized them as a bot. You can play the DEMO [here](${LINK.REVERSI_DEMO}). [(Source Code)](${LINK.REVERSI})`,
},
{
title: 'Mini-Compiler for the subset language of C-lang (WIP)',
period: '',
content: `Along with Rui Ueyama's article, I am in the process of implementing a compiler in Rust that compiles a subset language of C-lang into a RISC-V based assembly. [(Source Code)](${LINK.DCC})`,
content: `Along with Rui Ueyama's article, I am implementing a compiler in Rust that compiles a subset language of C-lang into a RISC-V-based assembly. [(Source Code)](${LINK.DCC})`,
},
],
[LANGUAGES.JP]: [
Expand All @@ -214,7 +214,7 @@ export const SECTION_EXPERIENCES = {
{
title: 'Compiler for the subset language of OCaml',
period: '',
content: `In the "CPU Experiment", in which a team of four people creates a CPU architecture to run a given program, in my role as a compiler developer, I built a compiler for the subset language of OCaml. I implemented this in Python and OCaml. [(Source Code)](${LINK.PYCAML})`,
content: `In the "CPU Experiment," in which a team of four people creates a CPU architecture to run a given program, in my role as a compiler developer, I built a compiler for the subset language of OCaml. I implemented this in Python and OCaml. [(Source Code)](${LINK.PYCAML})`,
},
],
[LANGUAGES.JP]: [
Expand All @@ -236,7 +236,7 @@ export const SECTION_EXPERIENCES = {
{
title: 'Benesse EdTech Hackathon (Audience Award Winner)',
period: '2023/07',
content: `With the theme of "an app that promotes next-generation learning for children," we consistently experienced from planning to development in two days. We used Flutteer to develop this app. We won the Audience Award as voted by the participants. [(Source Code)](${LINK.BENESSE})`,
content: `With the theme of "an app that promotes next-generation learning for children," we consistently experienced from planning to development in two days. We used Flutter to develop this app. We won the Audience Award as voted by the participants. [(Source Code)](${LINK.BENESSE})`,
},
],
[LANGUAGES.JP]: [
Expand Down
8 changes: 4 additions & 4 deletions app/_contents/SectionHobby.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ export const SECTION_HOBBY = {
{
title: 'Games, Anime, Manga',
content:
'Games are always a part of my life. I especially like the Dragon Quest series. My favorite is Dragon Quest 11. Also, I recently got addicted to Tetris. When I\'m not thinking about anything, Tetris pieces start spinning in my head. My love of Tetris led me to create a Tetris AI, but I haven\'t been able to make it better than myself yet.\n\nAs for anime, I\'m more of a person who watches the same anime over and over again than someone who watches a lot of different anime. I often get hooked on an anime and read the original work before the anime is finished. My favorite works from the past are "Dragon Ball," "Attack on Titan," and "Assassination Classroom." As for relatively recent(?) works, I like "Dr. STONE" and "Kaguya-sama: Love Is War."',
'Games are always a part of my life. I especially like the Dragon Quest series. My favorite is Dragon Quest 11. Also, I recently got addicted to Tetris. Tetris pieces start spinning in my head when I\'m not thinking about anything. My love of Tetris led me to create a Tetris AI, but I have yet to be able to make it better than myself.\n\nAs for anime, I\'m more of a person who watches the same anime repeatedly than someone who cares a lot about different anime. I often get hooked on an anime and read the original work before the anime is finished. My favorite works from the past are "Dragon Ball," "Attack on Titan," and "Assassination Classroom." As for relatively recent(?) works, I like "Dr. STONE" and "Kaguya-sama: Love Is War."',
},
{
title: 'Physics',
content: `My favorite subject in high school was physics. I was fascinated by the fact that the equations that form the basis for predicting natural phenomena in this world can be expressed in a very concise way using mathematics (e.g., Newton's "equation of motion" and Maxwell's "equation of electromagnetism").\n\nAfter I entered university, I continue to read physics books as a hobby and listen to lectures whenever I have the chance. My favorite is "general theory of relativity." When I was an undergraduate, I was a writer for high school and university physics (I was an ["Introduction to Theoretical Physics for High School Students"](${LINK.MANABITIMES_PHYSICS}) founder). I hope to resume writing articles on physics again someday.`,
content: `My favorite subject in high school was physics. I was fascinated by the fact that the equations that form the basis for predicting natural phenomena in this world can be expressed in a very concise way using mathematics (e.g., Newton's "equation of motion" and Maxwell's "equation of electromagnetism").\n\nAfter entering university, I continue to read physics books as a hobby and listen to lectures whenever possible. My favorite is "general theory of relativity." When I was an undergraduate, I was a writer for high school and university physics (I was an ["Introduction to Theoretical Physics for High School Students"](${LINK.MANABITIMES_PHYSICS}) founder). I hope to write articles on physics again someday.`,
},
{
title: 'Handball, Soccer',
content: `I played soccer in junior high school and handball in high school (I participated in national tournament in high school [(List of participating schools)](${LINK.HANDBALL_LINK})). I like all kinds of ball games, both watching and playing. Japanese soccer has been very exciting in recent years, with young players performing well. As a fan, I'm very happy about this. I support Vegalta Sendai in the J-League and Brighton & Hove Albion in the Premier League.\n\nRecently, I've been going to the gym as much as possible because I don't have many opportunities to play some sports anymore.`,
content: `I played soccer in junior high school and handball in high school (I participated in the national tournament in high school [(List of participating schools)](${LINK.HANDBALL_LINK})). I like all kinds of ball games, both watching and playing. Japanese soccer has been very exciting recently, with young players performing well. As a fan, I'm pleased about this. I support Vegalta Sendai in the J-League and Brighton & Hove Albion in the Premier League.\n\nRecently, I've been going to the gym as much as possible because I no longer have many opportunities to play sports.`,
},
{
title: 'Going around for ramen',
content:
'I like to eat ramen. I especially like Jiro-style ramen. My goal for the time being is to conquer all the Jiro-style ramen shops in Tokyo.',
'I like to eat ramen. I especially like Jiro-style ramen. My goal for now is to conquer all the Jiro-style ramen shops in Tokyo.',
},
],
[LANGUAGES.JP]: [
Expand Down
4 changes: 2 additions & 2 deletions app/_contents/SectionResearch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ export const SECTION_RESEARCH = {
{
title: 'Emergent Language',
contents: [
'I am researching the field of "Emergent Language," where I analyze artificially generated languages by having agents composed of neural networks talk to each other.',
'I plan to use agents that mimic the way how humans understand languages to create something like the grammatical structure of natural languages in "Emergent Language."',
'I am researching "Emergent Language" field, where I analyze artificially generated languages by having agents composed of neural networks talk to each other.',
'I plan to use agents that mimic how humans understand languages to create something like the grammatical structure of natural languages in "Emergent Language."',
],
},
],
Expand Down

0 comments on commit 0275011

Please sign in to comment.