diff --git a/config/_default/menus.yaml b/config/_default/menus.yaml
index d67f7693a..72b387647 100644
--- a/config/_default/menus.yaml
+++ b/config/_default/menus.yaml
@@ -5,11 +5,11 @@
main:
- name: 🏠 Home
- url: '#01_about'
+ url: "#about"
weight: 1
- name: 🗞️ News
- url: '#02_recent-news'
+ url: "#recent-news"
weight: 2
- name: 📝 Publications
@@ -17,45 +17,44 @@ main:
weight: 3
- name: Journal Article
parent: publications
- url: '#03_journal-articles'
+ url: "#journal-articles"
weight: 1
- name: Conference Paper
parent: publications
- url: '#03_conference-papers'
+ url: "#conference-papers"
weight: 2
- name: Preprint
parent: publications
- url: '#04_preprints'
+ url: "#preprints"
weight: 3
- name: Thesis
parent: publications
- url: '#05_dissertation'
+ url: "#dissertation"
weight: 4
- name: Domestic Conference Paper / Presentation
parent: publications
- url: '#06_domestic-conferences'
+ url: "#domestic-conferences"
weight: 5
- name: 🎙️ Talks
- url: '#07_talks'
+ url: "#talks"
weight: 4
- name: 🏆 Awards & Grants
- url: '#08_awards-and-grants'
+ url: "#awards-and-grants"
weight: 5
- name: 📝 Posts
- url: '#09_featured'
+ url: "#featured-posts"
weight: 6
- name: 💻 Experience
- url: '#11_experience'
+ url: "#experience"
weight: 7
- - name: 📂 Projects
- url: '#12_projects'
- weight: 8
-
+ # - name: 📂 Projects
+ # url: "#projects"
+ # weight: 8
# Link to a PDF of your resume/CV from the menu.
# To enable, copy your resume/CV to `static/uploads/resume.pdf` and uncomment the lines below.
# - name: CV
diff --git a/content/_index.md b/content/_index.md
new file mode 100644
index 000000000..d607f4188
--- /dev/null
+++ b/content/_index.md
@@ -0,0 +1,237 @@
+---
+# Leave the homepage title empty to use the site title
+title: ''
+date: 2022-10-24
+type: landing
+
+sections:
+ - block: about.biography
+ id: about
+ content:
+ title: Biography
+ # Choose a user profile to display (a folder name within `content/authors/`)
+ username: shunsuke-kitada
+
+ - block: collection
+ id: recent-news
+ content:
+ title: Recent News 🗞️
+ subtitle: '[All news >>](/tag/news/)'
+ filters:
+ folders:
+ - news
+ tag: 'News'
+ design:
+ columns: '2'
+ view: community/news_list
+
+ - block: collection
+ id: journal-articles
+ content:
+ title: Journal Article 📝
+ subtitle: '[All Journal Articles >>](/publication/#2)'
+ filters:
+ folders:
+ - publication
+ publication_type: '2'
+ design:
+ columns: '2'
+
+ - block: collection
+ id: conference-papers
+ content:
+ title: Conference Paper (Refereed) 📝
+ subtitle: '[All Conference Papers >>](/publication/#1)'
+ filters:
+ folders:
+ - publication
+ publication_type: '1'
+ design:
+ columns: '2'
+
+ - block: collection
+ id: preprints
+ content:
+ title: Preprint 📝
+ subtitle: '[All Preprints >>](/publication/#3)'
+ filters:
+ folders:
+ - publication
+ publication_type: '3'
+ design:
+ columns: '2'
+
+ - block: collection
+ id: dissertation
+ content:
+ title: Dissertation 🎓
+ filters:
+ folders:
+ - publication
+ publication_type: '7'
+ design:
+ columns: '2'
+
+ - block: collection
+ id: domestic-conferences
+ content:
+ title: Domestic Conference / Presentation in Japan 🇯🇵
+ subtitle: '[All domestic conference papers >>](/publication/#9)'
+ count: 10
+ filters:
+ folders:
+ - publication
+ tag: 'Domestic Conference'
+ design:
+ view: citation
+ columns: '2'
+
+ - block: collection
+ id: talks
+ content:
+ title: Recent & Upcoming Talks 🎙️
+ subtitle: '[All recent and upcoming talks >>](/event)'
+ filters:
+ folders:
+ - event
+ design:
+ columns: '2'
+
+ - block: collection
+ id: awards-and-grants
+ content:
+ title: Awards & Grants 🏆
+ filters:
+ folders:
+ - news
+ tag: 'Awards & Grants'
+ design:
+ columns: '2'
+ view: community/news_list
+
+ - block: collection
+ id: featured-posts
+ content:
+ title: Featured Post 📌
+ subtitle: '[All posts >>](/post)'
+ filters:
+ folders:
+ - post
+ featured_only: true
+ design:
+ columns: '2'
+ view: card
+
+ - block: collection
+ id: posts
+ content:
+ title: Posts & Articles 📝
+ subtitle: 'About Awards and Interviews (Almost In 🇯🇵)'
+ filters:
+ folders:
+ - post
+ design:
+ columns: '2'
+
+ - block: experience
+ id: experience
+ design:
+ columns: '2'
+ content:
+ title: Selected Experiences
+ subtitle: 'All experiences can be found on my [LinkedIn](https://www.linkedin.com/in/shunk031/).'
+ # Date format for experience
+ # Refer to https://docs.hugoblox.com/customization/#date-format
+ date_format: Jan 2006
+ # Experiences.
+ # Add/remove as many `experience` items below as you like.
+ # Required fields are `title`, `company`, and `date_start`.
+ # Leave `date_end` empty if it's your current employer.
+ # Begin multi-line descriptions with YAML's `|2-` multi-line prefix.
+ items:
+ - title: Research Scientist
+ company: LY Corporation
+ company_url: 'https://www.lycorp.co.jp/en/'
+ # company_logo: org-gc
+ location: Kioi Tower 1-3 Kioicho, Chiyoda-ku, Tokyo, 102-8282, Japan
+ date_start: '2023-10-01'
+ date_end: ''
+ description: |2-
+ Transferred due to merge between LINE Corp. and Yahoo Japn Corp.
+
+ - title: Research Scientist
+ company: LINE Corporation
+ company_url: 'https://linecorp.com/en/'
+ location: Yotsuya Tower 23rd FL., 1-6-1 Yotsuya, Shinjuku-ku, Tokyo, 160-0004, Japan
+ date_start: '2023-04-01'
+ date_end: '2023-09-30'
+
+ - title: Lecturer
+ company: DAY1 COMPANY Inc.
+ company_url: https://day1company.co.kr/index.php/en/about_v202308-english/
+ location: Teheran-ro, Gangnam-gu, Seoul, Korea
+ date_start: '2023-06-26'
+ date_end: '2026-06-25'
+ description: |2-
+ - Taught lectures on image-generating AI at Coloso, an online education service
+ - The lectures can be found at the following URL: https://bit.ly/KitadaXColosoJP1
+
+ - title: Teaching Assistant for Deep Learning Hands-On Training Lab
+ company: NVIDIA Japan
+ company_url: 'https://www.nvidia.com/ja-jp/'
+ date_start: '2016-01-01'
+ date_end: '2021-04-12'
+ description: |2-
+ Assisted in several workshops in Tokyo relating to deep learning and CUDA:
+ - [GTC Japan 2016 DLI in Hilton Tokyo Odaiba](https://nvidia.connpass.com/event/39743/)
+ - [NVIDIA Deep Learning Institute 2017 in Tokyo Midtown and Takada-no-baba](https://nvidia.connpass.com/event/54780/)
+ - [GTC Japan 2017 DLI in Hilton Tokyo Odaiba](https://nvidia.connpass.com/event/68912/)
+ - [NVIDIA GTC 2020 DLI in Online](https://nvidia.connpass.com/event/189637/)
+ - [NVIDIA GTC 2021 DLI in Online](https://nvidia.connpass.com/event/208506/)
+
+ - title: Fundamental Information Technology Engineer
+ company: Information-technology Promotion Agency, Japan
+ company_url: 'https://www.jitec.ipa.go.jp/index-e.html'
+ date_start: '2016-06-01'
+ date_end: ''
+ description: |2-
+ Fundamental Information Technology Engineer Examination is a yardstick for measuring IT knowledge and skills as a team member by asking a range of questions about algorithm, network, database, information security, practical programming, etc.
+
+ # - block: portfolio
+ # id: projects
+ # content:
+ # title: Projects 📂
+ # filters:
+ # folders:
+ # - project
+ # # Default filter index (e.g. 0 corresponds to the first `filter_button` instance below).
+ # default_button_index: 0
+ # # Filter toolbar (optional).
+ # # Add or remove as many filters (`filter_button` instances) as you like.
+ # # To show all items, set `tag` to "*".
+ # # To filter by a specific tag, set `tag` to an existing tag name.
+ # # To remove the toolbar, delete the entire `filter_button` block.
+ # buttons:
+ # - name: 'All'
+ # tag: '*'
+ # - name: 'Official Implementation'
+ # tag: 'Official Implementation'
+ # - name: 'PyTorch'
+ # tag: 'PyTorch'
+ # - name: 'Chainer'
+ # tag: 'Chainer'
+ # - name: 'Tool'
+ # tag: 'Tool'
+ # design:
+ # # Choose how many columns the section has. Valid values: '1' or '2'.
+ # columns: '1'
+ # view: list
+ # # For Showcase view, flip alternate rows?
+ # flip_alt_rows: false
+
+ - block: tag_cloud
+ content:
+ title: Popular Topics 📚
+ design:
+ columns: '2'
+---
diff --git a/content/authors/shunsuke-kitada/_index.md b/content/authors/shunsuke-kitada/_index.md
index ea4044c90..6e84f0f29 100644
--- a/content/authors/shunsuke-kitada/_index.md
+++ b/content/authors/shunsuke-kitada/_index.md
@@ -18,7 +18,6 @@ role: Research Scientist working on Vision & Language with Deep Learning
# Organizations/Affiliations to show in About widget
organizations:
-<<<<<<< HEAD
- name: Research Scientist @ Image and Video AI Dept., LY Corp.
- name: Kioi Tower 1-3 Kioicho, Chiyoda-ku, Tokyo, 102-8282, Japan
url: "https://www.lycorp.co.jp/en/company/overview/"
@@ -27,16 +26,6 @@ organizations:
- name: S603, 3-7-2, Kajino-cho, Koganei-shi, Tokyo 184-8584, Japan
- name: Intelligent information processing laboratory
url: "http://iyatomi-lab.info/front-e.html"
-=======
-- name: Research Scientist @LY Corp.
- url: "https://linecorp.com/en/"
-- name: 23th Floor Yotsuya Tower, 1-6-1 Yotsuya, Shinjuku-ku, Tokyo 160-0004, Japan
-- name: Project Researcher @Hosei University
- url: "https://www.hosei.ac.jp/english/admissions/graduate/jbdp/science_engineering/applied_informatics/"
-- name: S603, 3-7-2, Kajino-cho, Koganei-shi, Tokyo 184-8584, Japan
-- name: Intelligent information processing laboratory
- url: "http://iyatomi-lab.info/front-e.html"
->>>>>>> ca45bfa32b358a6c7e93f4c4880e68297dfe63ef
# Short bio (displayed in user profile at end of posts)
bio: My research interests include deep learning-based natural language processing, computer vision, medical image processing, and computational advertising.
diff --git a/content/home/01_about.md b/content/home/01_about.md
deleted file mode 100644
index c4e562868..000000000
--- a/content/home/01_about.md
+++ /dev/null
@@ -1,21 +0,0 @@
----
-# An instance of the About widget.
-# Documentation: https://wowchemy.com/docs/page-builder/
-widget: about
-
-# Activate this widget? true/false
-active: true
-
-# This file represents a page section.
-headless: true
-
-# Order that this section appears on the page.
-weight: 1
-
-title: Biography
-
-# Choose the user profile to display
-# This should be the username (folder name) of a profile in your `content/authors/` folder.
-# See https://wowchemy.com/docs/get-started/#introduce-yourself
-author: shunsuke-kitada
----
diff --git a/content/home/02_recent-news.md b/content/home/02_recent-news.md
deleted file mode 100644
index a6fa38527..000000000
--- a/content/home/02_recent-news.md
+++ /dev/null
@@ -1,68 +0,0 @@
-+++
-# A Recent Blog Posts section created with the Pages widget.
-# This section displays recent blog posts from `content/post/`.
-
-widget = "pages" # See https://sourcethemes.com/academic/docs/page-builder/
-headless = true # This file represents a page section.
-active = true # Activate this widget? true/false
-weight = 2 # Order that this section will appear.
-
-title = "Recent News 🗞️"
-subtitle = "[All news >>](/tag/news/)"
-
-[content]
- # Page type to display. E.g. post, talk, or publication.
- page_type = "news"
-
- # Choose how much pages you would like to display (0 = all pages)
- count = 5
-
- # Choose how many pages you would like to offset by
- offset = 0
-
- # Page order. Descending (desc) or ascending (asc) date.
- order = "desc"
-
- # Filter posts by a taxonomy term.
- [content.filters]
- tag = "News"
- category = ""
- publication_type = ""
- author = ""
- exclude_featured = true
-
-[design]
- # Toggle between the various page layout types.
- # 1 = List
- # 2 = Compact
- # 3 = Card
- # 4 = Citation (publication only)
- view = "community/news_list"
-
-[design.background]
- # Apply a background color, gradient, or image.
- # Uncomment (by removing `#`) an option to apply it.
- # Choose a light or dark text color by setting `text_color_light`.
- # Any HTML color name or Hex value is valid.
-
- # Background color.
- # color = "navy"
-
- # Background gradient.
- # gradient_start = "DeepSkyBlue"
- # gradient_end = "SkyBlue"
-
- # Background image.
- # image = "background.jpg" # Name of image in `static/img/`.
- # image_darken = 0.6 # Darken the image? Range 0-1 where 0 is transparent and 1 is opaque.
-
- # Text color (true=light or false=dark).
- # text_color_light = true
-
-[advanced]
- # Custom CSS.
- css_style = ""
-
- # CSS class.
- css_class = ""
-+++
diff --git a/content/home/03_conference-papers.md b/content/home/03_conference-papers.md
deleted file mode 100644
index 613a4e480..000000000
--- a/content/home/03_conference-papers.md
+++ /dev/null
@@ -1,38 +0,0 @@
----
-# An instance of the Pages widget.
-# Documentation: https://wowchemy.com/docs/page-builder/
-widget: pages
-
-# This file represents a page section.
-headless: true
-
-# Order that this section appears on the page.
-weight: 4
-
-title: Conference Paper (Refereed) 📝
-subtitle: >
- [All conference papers >>](/publication/#1)
-
-content:
- # Filter on criteria
- filters:
- folders:
- - publication
- tag: ''
- category: ''
- publication_type: '1'
- author: ''
- exclude_featured: false
- exclude_future: false
- exclude_past: false
- # Choose how many pages you would like to display (0 = all pages)
- count: 5
- # Choose how many pages you would like to offset by
- offset: 0
- # Page order: descending (desc) or ascending (asc) date.
- order: desc
-design:
- # Choose a view for the listings:
- view: compact
- columns: '2'
----
diff --git a/content/home/03_journal-articles.md b/content/home/03_journal-articles.md
deleted file mode 100644
index 007b537b2..000000000
--- a/content/home/03_journal-articles.md
+++ /dev/null
@@ -1,38 +0,0 @@
----
-# An instance of the Pages widget.
-# Documentation: https://wowchemy.com/docs/page-builder/
-widget: pages
-
-# This file represents a page section.
-headless: true
-
-# Order that this section appears on the page.
-weight: 3
-
-title: Journal Article 📝
-subtitle: >
- [All journal articles >>](/publication/#2)
-
-content:
- # Filter on criteria
- filters:
- folders:
- - publication
- tag: ''
- category: ''
- publication_type: '2'
- author: ''
- exclude_featured: false
- exclude_future: false
- exclude_past: false
- # Choose how many pages you would like to display (0 = all pages)
- count: 5
- # Choose how many pages you would like to offset by
- offset: 0
- # Page order: descending (desc) or ascending (asc) date.
- order: desc
-design:
- # Choose a view for the listings:
- view: compact
- columns: '2'
----
diff --git a/content/home/04_preprints.md b/content/home/04_preprints.md
deleted file mode 100644
index 09cd6501b..000000000
--- a/content/home/04_preprints.md
+++ /dev/null
@@ -1,38 +0,0 @@
----
-# An instance of the Pages widget.
-# Documentation: https://wowchemy.com/docs/page-builder/
-widget: pages
-
-# This file represents a page section.
-headless: true
-
-# Order that this section appears on the page.
-weight: 4
-
-title: Preprint 📝
-subtitle: >
- [All preprint papers >>](/publication/#3)
-
-content:
- # Filter on criteria
- filters:
- folders:
- - publication
- tag: ''
- category: ''
- publication_type: '3'
- author: ''
- exclude_featured: false
- exclude_future: false
- exclude_past: false
- # Choose how many pages you would like to display (0 = all pages)
- count: 5
- # Choose how many pages you would like to offset by
- offset: 0
- # Page order: descending (desc) or ascending (asc) date.
- order: desc
-design:
- # Choose a view for the listings:
- view: compact
- columns: '2'
----
diff --git a/content/home/05_dissertation.md b/content/home/05_dissertation.md
deleted file mode 100644
index 68f73e753..000000000
--- a/content/home/05_dissertation.md
+++ /dev/null
@@ -1,37 +0,0 @@
----
-# An instance of the Pages widget.
-# Documentation: https://wowchemy.com/docs/page-builder/
-widget: pages
-
-# This file represents a page section.
-headless: true
-
-# Order that this section appears on the page.
-weight: 5
-
-title: Dissertation 🎓
-subtitle: ""
-
-content:
- # Filter on criteria
- filters:
- folders:
- - publication
- tag: ''
- category: ''
- publication_type: '7'
- author: ''
- exclude_featured: false
- exclude_future: false
- exclude_past: false
- # Choose how many pages you would like to display (0 = all pages)
- count: 5
- # Choose how many pages you would like to offset by
- offset: 0
- # Page order: descending (desc) or ascending (asc) date.
- order: desc
-design:
- # Choose a view for the listings:
- view: compact
- columns: '2'
----
diff --git a/content/home/06_domestic-conferences.md b/content/home/06_domestic-conferences.md
deleted file mode 100644
index 94103d1a8..000000000
--- a/content/home/06_domestic-conferences.md
+++ /dev/null
@@ -1,38 +0,0 @@
----
-# An instance of the Pages widget.
-# Documentation: https://wowchemy.com/docs/page-builder/
-widget: pages
-
-# This file represents a page section.
-headless: true
-
-# Order that this section appears on the page.
-weight: 6
-
-title: Domestic Conference / Presentation in Japan 🇯🇵
-subtitle: >
- [All domestic conference papers >>](/publication/#9)
-
-content:
- # Filter on criteria
- filters:
- folders:
- - publication
- tag: 'Domestic Conference'
- category: ''
- publication_type: ''
- author: ''
- exclude_featured: false
- exclude_future: false
- exclude_past: false
- # Choose how many pages you would like to display (0 = all pages)
- count: 10
- # Choose how many pages you would like to offset by
- offset: 0
- # Page order: descending (desc) or ascending (asc) date.
- order: desc
-design:
- # Choose a view for the listings:
- view: citation
- columns: '2'
----
diff --git a/content/home/07_talks.md b/content/home/07_talks.md
deleted file mode 100644
index 0b31e8c11..000000000
--- a/content/home/07_talks.md
+++ /dev/null
@@ -1,41 +0,0 @@
----
-# An instance of the Pages widget.
-# Documentation: https://wowchemy.com/docs/page-builder/
-widget: pages
-
-# This file represents a page section.
-headless: true
-
-# Order that this section appears on the page.
-weight: 7
-
-title: 'Recent & Upcoming Talks 🎙️'
-subtitle: '[All recent and upcoming talks >>](/event)'
-
-content:
- # Page type to display. E.g. post, event, publication...
- page_type: event
- # Choose how many pages you would like to display (0 = all pages)
- count: 5
- # Filter on criteria
- filters:
- author: ""
- category: ""
- tag: ""
- exclude_featured: false
- exclude_future: false
- exclude_past: false
- publication_type: ""
- # Choose how many pages you would like to offset by
- offset: 0
- # Page order: descending (desc) or ascending (asc) date.
- order: desc
-
-design:
- # Choose a view for the listings:
- # 1 = List
- # 2 = Compact
- # 3 = Card
- # 4 = Citation (publication only)
- view: 2
----
diff --git a/content/home/08_awards-and-grants.md b/content/home/08_awards-and-grants.md
deleted file mode 100644
index e4051b4aa..000000000
--- a/content/home/08_awards-and-grants.md
+++ /dev/null
@@ -1,69 +0,0 @@
-+++
-# A Demo section created with the Blank widget.
-# Any elements can be added in the body: https://sourcethemes.com/academic/docs/writing-markdown-latex/
-# Add more sections by duplicating this file and customizing to your requirements.
-
-widget = "pages" # See https://sourcethemes.com/academic/docs/page-builder/
-headless = true # This file represents a page section.
-active = true # Activate this widget? true/false
-weight = 8 # Order that this section will appear.
-
-title = "Awards & Grants 🏆"
-subtitle = ""
-
-[content]
- # Page type to display. E.g. post, talk, or publication.
- page_type = "news"
-
- # Choose how much pages you would like to display (0 = all pages)
- count = 5
-
- # Choose how many pages you would like to offset by
- offset = 0
-
- # Page order. Descending (desc) or ascending (asc) date.
- order = "desc"
-
- # Filter posts by a taxonomy term.
- [content.filters]
- tag = "Awards & Grants"
- category = ""
- publication_type = ""
- author = ""
- exclude_featured = true
-
-[design]
- # Toggle between the various page layout types.
- # 1 = List
- # 2 = Compact
- # 3 = Card
- # 4 = Citation (publication only)
- view = "community/news_list"
-
-[design.background]
- # Apply a background color, gradient, or image.
- # Uncomment (by removing `#`) an option to apply it.
- # Choose a light or dark text color by setting `text_color_light`.
- # Any HTML color name or Hex value is valid.
-
- # Background color.
- # color = "navy"
-
- # Background gradient.
- # gradient_start = "DeepSkyBlue"
- # gradient_end = "SkyBlue"
-
- # Background image.
- # image = "background.jpg" # Name of image in `static/img/`.
- # image_darken = 0.6 # Darken the image? Range 0-1 where 0 is transparent and 1 is opaque.
-
- # Text color (true=light or false=dark).
- # text_color_light = true
-
-[advanced]
- # Custom CSS.
- css_style = ""
-
- # CSS class.
- css_class = ""
-+++
diff --git a/content/home/09_featured.md b/content/home/09_featured.md
deleted file mode 100644
index fb2ef90b6..000000000
--- a/content/home/09_featured.md
+++ /dev/null
@@ -1,69 +0,0 @@
-+++
-# A Featured Publications section created with the Featured Content widget.
-# This section displays publications from `content/publication/` which have
-# `featured = true` in their front matter.
-
-widget = "featured" # See https://sourcethemes.com/academic/docs/page-builder/
-headless = true # This file represents a page section.
-active = true # Activate this widget? true/false
-weight = 9 # Order that this section will appear.
-
-title = "Featured Post 📌"
-subtitle = "[All posts >>](/post)"
-
-[content]
- # Page type to display. E.g. post, talk, or publication.
- page_type = "post"
-
- # Choose how much pages you would like to display (0 = all pages)
- count = 0
-
- # Page order. Descending (desc) or ascending (asc) date.
- order = "desc"
-
- # Show a "See all pages" link underneath the featured content?
- link_to_archive = false
-
- # Filter posts by a taxonomy term.
- [content.filters]
- tag = ""
- category = ""
- publication_type = ""
- author = ""
- featured_only = true
-
-[design]
- # Toggle between the various page layout types.
- # 1 = List
- # 2 = Compact
- # 3 = Card
- # 4 = Citation (publication only)
- view = 3
-
-[design.background]
- # Apply a background color, gradient, or image.
- # Uncomment (by removing `#`) an option to apply it.
- # Choose a light or dark text color by setting `text_color_light`.
- # Any HTML color name or Hex value is valid.
-
- # Background color.
- # color = "navy"
-
- # Background gradient.
- # gradient_start = "DeepSkyBlue"
- # gradient_end = "SkyBlue"
-
- # Background image.
- # image = "background.jpg" # Name of image in `static/img/`.
- # image_darken = 0.6 # Darken the image? Range 0-1 where 0 is transparent and 1 is opaque.
-
- # Text color (true=light or false=dark).
- # text_color_light = true
-
-[advanced]
- # Custom CSS.
- css_style = ""
-
- # CSS class.
- css_class = ""
-+++
diff --git a/content/home/10_posts.md b/content/home/10_posts.md
deleted file mode 100644
index 7d5bdc2d6..000000000
--- a/content/home/10_posts.md
+++ /dev/null
@@ -1,68 +0,0 @@
-+++
-# A Recent Blog Posts section created with the Pages widget.
-# This section displays recent blog posts from `content/post/`.
-
-widget = "pages" # See https://sourcethemes.com/academic/docs/page-builder/
-headless = true # This file represents a page section.
-active = true # Activate this widget? true/false
-weight = 10 # Order that this section will appear.
-
-title = "Posts & Articles 📝"
-subtitle = "about awards and interviews (almost in 🇯🇵)"
-
-[content]
- # Page type to display. E.g. post, talk, or publication.
- page_type = "post"
-
- # Choose how much pages you would like to display (0 = all pages)
- count = 5
-
- # Choose how many pages you would like to offset by
- offset = 0
-
- # Page order. Descending (desc) or ascending (asc) date.
- order = "desc"
-
- # Filter posts by a taxonomy term.
- [content.filters]
- tag = ""
- category = ""
- publication_type = ""
- author = ""
- exclude_featured = true
-
-[design]
- # Toggle between the various page layout types.
- # 1 = List
- # 2 = Compact
- # 3 = Card
- # 4 = Citation (publication only)
- view = 2
-
-[design.background]
- # Apply a background color, gradient, or image.
- # Uncomment (by removing `#`) an option to apply it.
- # Choose a light or dark text color by setting `text_color_light`.
- # Any HTML color name or Hex value is valid.
-
- # Background color.
- # color = "navy"
-
- # Background gradient.
- # gradient_start = "DeepSkyBlue"
- # gradient_end = "SkyBlue"
-
- # Background image.
- # image = "background.jpg" # Name of image in `static/img/`.
- # image_darken = 0.6 # Darken the image? Range 0-1 where 0 is transparent and 1 is opaque.
-
- # Text color (true=light or false=dark).
- # text_color_light = true
-
-[advanced]
- # Custom CSS.
- css_style = ""
-
- # CSS class.
- css_class = ""
-+++
diff --git a/content/home/12_projects.md b/content/home/12_projects.md
deleted file mode 100644
index 09643a4b8..000000000
--- a/content/home/12_projects.md
+++ /dev/null
@@ -1,84 +0,0 @@
-+++
-# A Projects section created with the Portfolio widget.
-widget = "portfolio" # See https://sourcethemes.com/academic/docs/page-builder/
-headless = true # This file represents a page section.
-active = true # Activate this widget? true/false
-weight = 12 # Order that this section will appear.
-
-title = "Projects 📂"
-subtitle = ""
-
-[content]
- # Page type to display. E.g. project.
- page_type = "project"
-
- # Filter toolbar (optional).
- # Add or remove as many filters (`[[content.filter_button]]` instances) as you like.
- # To show all items, set `tag` to "*".
- # To filter by a specific tag, set `tag` to an existing tag name.
- # To remove toolbar, delete/comment all instances of `[[content.filter_button]]` below.
-
- # Default filter index (e.g. 0 corresponds to the first `[[filter_button]]` instance below).
- filter_default = 0
-
- [[content.filter_button]]
- name = "All"
- tag = "*"
-
- [[content.filter_button]]
- name = "Official Implementation"
- tag = "Official Implementation"
-
- [[content.filter_button]]
- name = "PyTorch"
- tag = "PyTorch"
-
- [[content.filter_button]]
- name = "Chainer"
- tag = "Chainer"
-
- [[content.filter_button]]
- name = "Tool"
- tag = "Tool"
-
-[design]
- # Choose how many columns the section has. Valid values: 1 or 2.
- columns = "1"
-
- # Toggle between the various page layout types.
- # 1 = List
- # 2 = Compact
- # 3 = Card
- # 5 = Showcase
- view = 3
-
- # For Showcase view, flip alternate rows?
- flip_alt_rows = false
-
-[design.background]
- # Apply a background color, gradient, or image.
- # Uncomment (by removing `#`) an option to apply it.
- # Choose a light or dark text color by setting `text_color_light`.
- # Any HTML color name or Hex value is valid.
-
- # Background color.
- # color = "navy"
-
- # Background gradient.
- # gradient_start = "DeepSkyBlue"
- # gradient_end = "SkyBlue"
-
- # Background image.
- # image = "background.jpg" # Name of image in `static/img/`.
- # image_darken = 0.6 # Darken the image? Range 0-1 where 0 is transparent and 1 is opaque.
-
- # Text color (true=light or false=dark).
- # text_color_light = true
-
-[advanced]
- # Custom CSS.
- css_style = ""
-
- # CSS class.
- css_class = ""
-+++
diff --git a/content/home/13_tags.md b/content/home/13_tags.md
deleted file mode 100644
index 18348b18d..000000000
--- a/content/home/13_tags.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-# An instance of the Tag Cloud widget.
-# Docs: https://wowchemy.com/docs/page-builder/
-widget: tag_cloud
-
-# This file represents a page section.
-headless: true
-
-# Order that this section appears on the page.
-weight: 13
-
-title: Popular Topics 📚
-subtitle: ''
-
-content:
-# Choose the taxonomy from `config.toml` to display (e.g. tags, categories)
- taxonomy: tags
- # Choose how many tags you would like to display (0 = all tags)
- count: 20
-design:
- # Minimum and maximum font sizes (1.0 = 100%).
- font_size_min: 0.7
- font_size_max: 2.0
----
diff --git a/content/home/accomplishments.md b/content/home/accomplishments.md
deleted file mode 100644
index 81f2fa18f..000000000
--- a/content/home/accomplishments.md
+++ /dev/null
@@ -1,55 +0,0 @@
----
-# An instance of the Accomplishments widget.
-# Documentation: https://wowchemy.com/docs/page-builder/
-widget: accomplishments
-
-# This file represents a page section.
-headless: true
-
-active: false
-
-# Order that this section appears on the page.
-weight: 50
-
-# Note: `` is used to add a 'soft' hyphen in a long heading.
-title: 'Accomplishments'
-subtitle:
-
-# Date format
-# Refer to https://wowchemy.com/docs/customization/#date-format
-date_format: Jan 2006
-
-# Accomplishments.
-# Add/remove as many `item` blocks below as you like.
-# `title`, `organization`, and `date_start` are the required parameters.
-# Leave other parameters empty if not required.
-# Begin multi-line descriptions with YAML's `|2-` multi-line prefix.
-item:
-- certificate_url: https://www.coursera.org
- date_end: ""
- date_start: "2021-01-25"
- description: ""
- organization: Coursera
- organization_url: https://www.coursera.org
- title: Neural Networks and Deep Learning
- url: ""
-- certificate_url: https://www.edx.org
- date_end: ""
- date_start: "2021-01-01"
- description: Formulated informed blockchain models, hypotheses, and use cases.
- organization: edX
- organization_url: https://www.edx.org
- title: Blockchain Fundamentals
- url: https://www.edx.org/professional-certificate/uc-berkeleyx-blockchain-fundamentals
-- certificate_url: https://www.datacamp.com
- date_end: "2020-12-21"
- date_start: "2020-07-01"
- description: ""
- organization: DataCamp
- organization_url: https://www.datacamp.com
- title: 'Object-Oriented Programming in R'
- url: ""
-
-design:
- columns: '2'
----
diff --git a/content/home/contact.md b/content/home/contact.md
deleted file mode 100644
index 9bb69e620..000000000
--- a/content/home/contact.md
+++ /dev/null
@@ -1,32 +0,0 @@
----
-# An instance of the Contact widget.
-# Documentation: https://sourcethemes.com/academic/docs/page-builder/
-widget: contact
-
-# This file represents a page section.
-headless: true
-
-active: false
-
-# Order that this section appears on the page.
-weight: 130
-
-title: Contact
-subtitle:
-
-content:
- # Automatically link email and phone or display as text?
- autolink: true
-
- # Email form provider
- form:
- provider: netlify
- formspree:
- id:
- netlify:
- # Enable CAPTCHA challenge to reduce spam?
- captcha: false
-
-design:
- columns: '2'
----
diff --git a/content/home/featured.md b/content/home/featured.md
deleted file mode 100644
index 7f501dc15..000000000
--- a/content/home/featured.md
+++ /dev/null
@@ -1,38 +0,0 @@
----
-# An instance of the Featured widget.
-# Documentation: https://wowchemy.com/docs/page-builder/
-widget: featured
-
-# This file represents a page section.
-headless: true
-
-active: false
-
-# Order that this section appears on the page.
-weight: 80
-
-title: Featured Publications
-subtitle: ""
-
-content:
- # Page type to display. E.g. post, talk, publication...
- page_type: publication
- # Choose how many pages you would like to display (0 = all pages)
- count: 0
- # Filter on criteria
- filters:
- author: ""
- category: ""
- publication_type: ""
- tag: ""
- # Page order: descending (desc) or ascending (asc) date.
- order: desc
-
-design:
- # Choose a view for the listings:
- # 1 = List
- # 2 = Compact
- # 3 = Card
- # 4 = Citation (publication only)
- view: 3
----
diff --git a/content/home/hero.md b/content/home/hero.md
deleted file mode 100644
index 0b80ddad4..000000000
--- a/content/home/hero.md
+++ /dev/null
@@ -1,58 +0,0 @@
-+++
-# Hero widget.
-widget = "hero" # See https://sourcethemes.com/academic/docs/page-builder/
-headless = true # This file represents a page section.
-active = false # Activate this widget? true/false
-weight = 10 # Order that this section will appear.
-
-title = "Academic"
-
-# Hero image (optional). Enter filename of an image in the `static/img/` folder.
-hero_media = "hero-academic.png"
-
-[design.background]
- # Apply a background color, gradient, or image.
- # Uncomment (by removing `#`) an option to apply it.
- # Choose a light or dark text color by setting `text_color_light`.
- # Any HTML color name or Hex value is valid.
-
- # Background color.
- # color = "navy"
-
- # Background gradient.
- gradient_start = "#4bb4e3"
- gradient_end = "#2b94c3"
-
- # Background image.
- # image = "" # Name of image in `static/img/`.
- # image_darken = 0.6 # Darken the image? Range 0-1 where 0 is transparent and 1 is opaque.
- # image_size = "cover" # Options are `cover` (default), `contain`, or `actual` size.
- # image_position = "center" # Options include `left`, `center` (default), or `right`.
- # image_parallax = true # Use a fun parallax-like fixed background effect? true/false
-
- # Text color (true=light or false=dark).
- text_color_light = true
-
-# Call to action links (optional).
-# Display link(s) by specifying a URL and label below. Icon is optional for `[cta]`.
-# Remove a link/note by deleting a cta/note block.
-[cta]
- url = "https://sourcethemes.com/academic/docs/install/"
- label = "Get Started"
- icon_pack = "fas"
- icon = "download"
-
-[cta_alt]
- url = "https://sourcethemes.com/academic/"
- label = "View Documentation"
-
-# Note. An optional note to show underneath the links.
-[cta_note]
- label = 'Latest release'
-+++
-
-**The Best Way to Create the Website You Want from Markdown (or Jupyter/RStudio)**
-
-Build **Anything** with Widgets
-
-Star
diff --git a/content/home/index.md b/content/home/index.md
deleted file mode 100644
index 7fa0d2aca..000000000
--- a/content/home/index.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-# Homepage
-type: widget_page
-
-# Homepage is headless, other widget pages are not.
-headless: true
----
diff --git a/content/home/people.md b/content/home/people.md
deleted file mode 100644
index 408855771..000000000
--- a/content/home/people.md
+++ /dev/null
@@ -1,56 +0,0 @@
-+++
-# A "Meet the Team" section created with the People widget.
-# This section displays people from `content/authors/` which belong to the `user_groups` below.
-
-widget = "people" # See https://sourcethemes.com/academic/docs/page-builder/
-headless = true # This file represents a page section.
-active = false # Activate this widget? true/false
-weight = 68 # Order that this section will appear.
-
-title = "Meet the Team"
-subtitle = ""
-
-[content]
- # Choose which groups/teams of users to display.
- # Edit `user_groups` in each user's profile to add them to one or more of these groups.
- user_groups = ["Principal Investigators",
- "Researchers",
- "Grad Students",
- "Administration",
- "Visitors",
- "Alumni"]
-
-[design]
- # Show user's social networking links? (true/false)
- show_social = false
-
- # Show user's interests? (true/false)
- show_interests = true
-
-[design.background]
- # Apply a background color, gradient, or image.
- # Uncomment (by removing `#`) an option to apply it.
- # Choose a light or dark text color by setting `text_color_light`.
- # Any HTML color name or Hex value is valid.
-
- # Background color.
- # color = "navy"
-
- # Background gradient.
- # gradient_start = "DeepSkyBlue"
- # gradient_end = "SkyBlue"
-
- # Background image.
- # image = "background.jpg" # Name of image in `static/img/`.
- # image_darken = 0.6 # Darken the image? Range 0-1 where 0 is transparent and 1 is opaque.
-
- # Text color (true=light or false=dark).
- # text_color_light = true
-
-[advanced]
- # Custom CSS.
- css_style = ""
-
- # CSS class.
- css_class = ""
-+++
diff --git a/content/home/skills.md b/content/home/skills.md
deleted file mode 100644
index 23aa51a72..000000000
--- a/content/home/skills.md
+++ /dev/null
@@ -1,48 +0,0 @@
----
-# An instance of the Featurette widget.
-# Documentation: https://wowchemy.com/docs/page-builder/
-widget: featurette
-
-# This file represents a page section.
-headless: true
-
-active: false
-
-# Order that this section appears on the page.
-weight: 30
-
-title: Skills
-subtitle:
-
-# Showcase personal skills or business features.
-# - Add/remove as many `feature` blocks below as you like.
-# - For available icons, see: https://wowchemy.com/docs/page-builder/#icons
-feature:
-- description: 90%
- icon: r-project
- icon_pack: fab
- name: R
-- description: 100%
- icon: chart-line
- icon_pack: fas
- name: Statistics
-- description: 10%
- icon: camera-retro
- icon_pack: fas
- name: Photography
-
-# Uncomment to use emoji icons.
-#- icon: ":smile:"
-# icon_pack: "emoji"
-# name: "Emojiness"
-# description: "100%"
-
-# Uncomment to use custom SVG icons.
-# Place your custom SVG icon in `assets/media/icons/`.
-# Reference the SVG icon name (without `.svg` extension) in the `icon` field.
-# For example, reference `assets/media/icons/xyz.svg` as `icon: 'xyz'`
-#- icon: "your-custom-icon-name"
-# icon_pack: "custom"
-# name: "Surfing"
-# description: "90%"
----
diff --git a/content/home/slider.md b/content/home/slider.md
deleted file mode 100644
index 6ddc3be9a..000000000
--- a/content/home/slider.md
+++ /dev/null
@@ -1,54 +0,0 @@
-+++
-# Slider widget.
-widget = "slider" # See https://sourcethemes.com/academic/docs/page-builder/
-headless = true # This file represents a page section.
-active = false # Activate this widget? true/false
-weight = 1 # Order that this section will appear.
-
-# Slide interval.
-# Use `false` to disable animation or enter a time in ms, e.g. `5000` (5s).
-interval = false
-
-# Slide height (optional).
-# E.g. `500px` for 500 pixels or `calc(100vh - 70px)` for full screen.
-height = ""
-
-# Slides.
-# Duplicate an `[[item]]` block to add more slides.
-[[item]]
- title = "Hello"
- content = "I am center aligned :smile:"
- align = "center" # Choose `center`, `left`, or `right`.
-
- # Overlay a color or image (optional).
- # Deactivate an option by commenting out the line, prefixing it with `#`.
- overlay_color = "#666" # An HTML color value.
- overlay_img = "headers/bubbles-wide.jpg" # Image path relative to your `static/img/` folder.
- overlay_filter = 0.5 # Darken the image. Value in range 0-1.
-
- # Call to action button (optional).
- # Activate the button by specifying a URL and button label below.
- # Deactivate by commenting out parameters, prefixing lines with `#`.
- cta_label = "Get Academic"
- cta_url = "https://sourcethemes.com/academic/"
- cta_icon_pack = "fas"
- cta_icon = "graduation-cap"
-
-[[item]]
- title = "Left"
- content = "I am left aligned :smile:"
- align = "left"
-
- overlay_color = "#555" # An HTML color value.
- overlay_img = "" # Image path relative to your `static/img/` folder.
- overlay_filter = 0.5 # Darken the image. Value in range 0-1.
-
-[[item]]
- title = "Right"
- content = "I am right aligned :smile:"
- align = "right"
-
- overlay_color = "#333" # An HTML color value.
- overlay_img = "" # Image path relative to your `static/img/` folder.
- overlay_filter = 0.5 # Darken the image. Value in range 0-1.
-+++