47 lines
1.2 KiB
Markdown
47 lines
1.2 KiB
Markdown
+++
|
|
# Accomplishments widget.
|
|
widget = "accomplishments" # Do not modify this line!
|
|
active = true # Activate this widget? true/false
|
|
|
|
title = "Accomplish­ments"
|
|
subtitle = ""
|
|
|
|
# Order that this section will appear in.
|
|
weight = 15
|
|
|
|
# Date format
|
|
# Refer to https://sourcethemes.com/academic/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/end multi-line descriptions with 3 quotes `"""`.
|
|
|
|
[[item]]
|
|
title = "Neural Networks and Deep Learning"
|
|
organization = "Coursera"
|
|
certificate_url = "https://www.coursera.org"
|
|
date_start = "2018-10-01"
|
|
date_end = ""
|
|
description = ""
|
|
|
|
[[item]]
|
|
title = "Blockchain Fundamentals"
|
|
organization = "edX"
|
|
certificate_url = "https://www.edx.org"
|
|
date_start = "2018-03-01"
|
|
date_end = ""
|
|
description = ""
|
|
|
|
[[item]]
|
|
title = "Intro to Python"
|
|
organization = "DataCamp"
|
|
certificate_url = "https://www.datacamp.com"
|
|
date_start = "2017-07-01"
|
|
date_end = "2017-12-21"
|
|
description = ""
|
|
|
|
+++
|