refactor: convert accomplishments.md to YAML
This commit is contained in:
parent
d0a7f557d9
commit
65635bbff9
2 changed files with 49 additions and 52 deletions
|
@ -1,51 +1,50 @@
|
||||||
+++
|
---
|
||||||
# Accomplishments widget.
|
# An instance of the Accomplishments widget.
|
||||||
widget = "accomplishments" # See https://sourcethemes.com/academic/docs/page-builder/
|
# Documentation: https://sourcethemes.com/academic/docs/page-builder/
|
||||||
headless = true # This file represents a page section.
|
widget: accomplishments
|
||||||
active = true # Activate this widget? true/false
|
|
||||||
weight = 50 # Order that this section will appear.
|
|
||||||
|
|
||||||
title = "Accomplish­ments"
|
# This file represents a page section.
|
||||||
subtitle = ""
|
headless: true
|
||||||
|
|
||||||
|
# Order that this section appears on the page.
|
||||||
|
weight: 50
|
||||||
|
|
||||||
|
# Note: `­` is used to add a 'soft' hyphen in a long heading.
|
||||||
|
title: 'Accomplish­ments'
|
||||||
|
subtitle:
|
||||||
|
|
||||||
# Date format
|
# Date format
|
||||||
# Refer to https://sourcethemes.com/academic/docs/customization/#date-format
|
# Refer to https://wowchemy.com/docs/customization/#date-format
|
||||||
date_format = "Jan 2006"
|
date_format: Jan 2006
|
||||||
|
|
||||||
# Accomplishments.
|
# Accomplishments.
|
||||||
# Add/remove as many `[[item]]` blocks below as you like.
|
# Add/remove as many `item` blocks below as you like.
|
||||||
# `title`, `organization` and `date_start` are the required parameters.
|
# `title`, `organization`, and `date_start` are the required parameters.
|
||||||
# Leave other parameters empty if not required.
|
# Leave other parameters empty if not required.
|
||||||
# Begin/end multi-line descriptions with 3 quotes `"""`.
|
# Begin multi-line descriptions with YAML's `|2-` multi-line prefix.
|
||||||
|
item:
|
||||||
[[item]]
|
- certificate_url: https://www.coursera.org
|
||||||
organization = "Coursera"
|
date_end: ""
|
||||||
organization_url = "https://www.coursera.org"
|
date_start: "2018-10-01"
|
||||||
title = "Neural Networks and Deep Learning"
|
description: ""
|
||||||
url = ""
|
organization: Coursera
|
||||||
certificate_url = "https://www.coursera.org"
|
organization_url: https://www.coursera.org
|
||||||
date_start = "2018-10-01"
|
title: Neural Networks and Deep Learning
|
||||||
date_end = ""
|
url: ""
|
||||||
description = ""
|
- certificate_url: https://www.edx.org
|
||||||
|
date_end: ""
|
||||||
[[item]]
|
date_start: "2018-03-01"
|
||||||
organization = "edX"
|
description: Formulated informed blockchain models, hypotheses, and use cases.
|
||||||
organization_url = "https://www.edx.org"
|
organization: edX
|
||||||
title = "Blockchain Fundamentals"
|
organization_url: https://www.edx.org
|
||||||
url = "https://www.edx.org/professional-certificate/uc-berkeleyx-blockchain-fundamentals"
|
title: Blockchain Fundamentals
|
||||||
certificate_url = "https://www.edx.org"
|
url: https://www.edx.org/professional-certificate/uc-berkeleyx-blockchain-fundamentals
|
||||||
date_start = "2018-03-01"
|
- certificate_url: https://www.datacamp.com
|
||||||
date_end = ""
|
date_end: "2017-12-21"
|
||||||
description = "Formulated informed blockchain models, hypotheses, and use cases."
|
date_start: "2017-07-01"
|
||||||
|
description: ""
|
||||||
[[item]]
|
organization: DataCamp
|
||||||
organization = "DataCamp"
|
organization_url: https://www.datacamp.com
|
||||||
organization_url = "https://www.datacamp.com"
|
title: 'Object-Oriented Programming in R: S3 and R6 Course'
|
||||||
title = "Object-Oriented Programming in R: S3 and R6 Course"
|
url: ""
|
||||||
url = ""
|
---
|
||||||
certificate_url = "https://www.datacamp.com"
|
|
||||||
date_start = "2017-07-01"
|
|
||||||
date_end = "2017-12-21"
|
|
||||||
description = ""
|
|
||||||
|
|
||||||
+++
|
|
||||||
|
|
|
@ -3,27 +3,25 @@
|
||||||
# Documentation: https://sourcethemes.com/academic/docs/page-builder/
|
# Documentation: https://sourcethemes.com/academic/docs/page-builder/
|
||||||
widget: accomplishments
|
widget: accomplishments
|
||||||
|
|
||||||
# Activate this widget? true/false
|
|
||||||
active: true
|
|
||||||
|
|
||||||
# This file represents a page section.
|
# This file represents a page section.
|
||||||
headless: true
|
headless: true
|
||||||
|
|
||||||
# Order that this section appears on the page.
|
# Order that this section appears on the page.
|
||||||
weight: 50
|
weight: 50
|
||||||
|
|
||||||
title: Accomplish­ments
|
# Note: `­` is used to add a 'soft' hyphen in a long heading.
|
||||||
|
title: 'Accomplish­ments'
|
||||||
subtitle:
|
subtitle:
|
||||||
|
|
||||||
# Date format
|
# Date format
|
||||||
# Refer to https://sourcethemes.com/academic/docs/customization/#date-format
|
# Refer to https://wowchemy.com/docs/customization/#date-format
|
||||||
date_format: Jan 2006
|
date_format: Jan 2006
|
||||||
|
|
||||||
# Accomplishments.
|
# Accomplishments.
|
||||||
# Add/remove as many `item` blocks below as you like.
|
# Add/remove as many `item` blocks below as you like.
|
||||||
# `title`, `organization` and `date_start` are the required parameters.
|
# `title`, `organization`, and `date_start` are the required parameters.
|
||||||
# Leave other parameters empty if not required.
|
# Leave other parameters empty if not required.
|
||||||
# You can begin a multiline `description` using YAML's `|-`.
|
# Begin multi-line descriptions with YAML's `|2-` multi-line prefix.
|
||||||
item:
|
item:
|
||||||
- certificate_url: https://www.coursera.org
|
- certificate_url: https://www.coursera.org
|
||||||
date_end: ""
|
date_end: ""
|
||||||
|
|
Loading…
Reference in a new issue