Skip to content
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
1 change: 0 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ export const App = () => {
<Heading as="h2" fontSize="4xl" paddingBottom="4">
{t("heading.topics")}
</Heading>
<Text whiteSpace="pre-line">{t("text.topics")}</Text>
<IconContext.Provider value={{ size: "100px" }}>
<SimpleGrid
columns={[1, null, 2]}
Expand Down
3 changes: 1 addition & 2 deletions src/data/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"links": "Related links"
},
"text": {
"about": "Nearly 20 years have passed since Arch was established as a research group to propose, construct, and operate the next-generation \"Internet Architecture\". During that time, the various elements that make up the Internet have made great progress in a wide range of layers, from hardware to software.\n\nHowever, in order to construct a system that can make use of these advances, it is essential to have a deep understanding of each component of the increasingly complex networks. In addition, the scale and form of individual networks and the systems provided on them are expanding, and the areas in which these advances can be utilized are increasing.\n\nIn light of these current conditions, the goal of Arch is to provide proposals that contribute to real-world systems based on a broad and deep understanding of \"Computer Architecture\".",
"topics": "Our main research topics include the following:",
"about": "Arch is a research group belonging to the joint research project (RG) of Takashio, Van Meter, Uehara, Mitsugi, Nakazawa, Okoshi, and Moriyama. With the theme of \"Love and Implementation\", we conduct research in a wide range of fields based on an understanding of computer architecture. In our weekly meetings, we mainly conduct readings and research consultations.",
"members": "",
"publications": "Click to open.",
"contact": "Those with interest in Arch's activities should contact us by emailing to the mail address in the footer of this page.",
Expand Down
3 changes: 1 addition & 2 deletions src/data/i18n/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"links": "関連リンク"
},
"text": {
"about": "次世代の\"Internet Architecture\"の提案,構築,運用を行う研究グループとしてArchが設立されてから20年近くが経過した.その間,ハードからソフトの幅広いレイヤにおいて,インターネットを構成する様々な要素が大きく進歩してきた.\n\nしかし,その進歩を活かせるシステムを構築するためには,複雑化したネットワークの各構成要素を深く理解できる能力が必要不可欠である.また,個々のネットワークや,その上で提供されるシステムの規模,形態が拡大し,これらの進歩を活用できる領域が増大しつつある.\n\nこのような現状を踏まえ,現在のArchは\"Computer Architecture\"への幅広く深い理解をもとに,実世界のシステムへ貢献する提案を行うことを目標とする.",
"topics": "現在の主な研究トピックを以下に示す.",
"about": "Archは高汐・バンミーター・植原・三次・中澤・大越・森山 合同研究プロジェクト(RG)に属する研究グループです.「愛と実装」をテーマに,コンピューターアーキテクチャーの理解に基づいた幅広い分野の研究を行っています.週次のミーティングでは主に輪読と研究相談を行っています.",
"members": "",
"publications": "クリックで開きます.",
"contact": "Arch の活動についてご質問のある方は,フッターに記載のメールアドレスまでメールをください.",
Expand Down
9 changes: 7 additions & 2 deletions src/data/publications.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,13 @@
],
"activities": [
{
"en": "2024/06/03 Shota Imamura was certified as a Super Creators of the MITOU Program.",
"ja": "2024/06/03 今村翔太が2024年度未踏IT人材発掘・育成事業においてスーパークリエータに認定されました",
"en": "2025/05/09: Kota Yatagai was qualified for Google Summer of Code 2025.",
"ja": "2025/05/09: 八谷航太がGoogle Summer of Code 2025に採択されました",
"url": "https://summerofcode.withgoogle.com/archive/2025/projects/aBy319rB"
},
{
"en": "2024/06/03: Shota Imamura was certified as a Super Creators of the MITOU Program.",
"ja": "2024/06/03: 今村翔太が2024年度未踏IT人材発掘・育成事業においてスーパークリエータに認定されました",
"url": "https://www.ipa.go.jp/jinzai/mitou/it/2023/supercreator.html"
},
{
Expand Down
Loading