-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
60 lines (53 loc) · 2.46 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# Site settings
title: "Duc's corner"
description: "My resume for Jekyll and GitHub Pages sites."
# Build settings
markdown: kramdown
sass:
sass_dir: _sass
style: compressed
# Resume settings
resume_avatar: "true"
resume_name: "Duc Nguyen"
resume_title: "A Machine Teacher"
resume_contact_email: "[email protected]"
resume_contact_telephone: "+82-10-3458-9210"
resume_contact_address: "C703 Engineering Hall 3, Yonsei University, Seodaemun-gu, Seoul, Korea, 03722."
resume_header_contact_info: "C703 Engineering Hall 3, Yonsei University, Seodaemun-gu, Seoul, Korea, 03722. | +8210-3458-9210 | [email protected]"
resume_header_intro: "<p>I am trying to teach machine to learn.
Currently, I am working towards my PhD in Computer Vision at Yonsei University.
I am interested in computer vision, machine learning, deep learning, and statistics.</p>
<p>I am the author of <a href='https://github.com/justanhduc/task-spooler' style='color:hotpink'>GPU Task Spooler</a>,
a simple CLI queuing system for CPU/GPU tasks in Linux.</p>"
# use "yes" to display the email contact button,
# "no" to display an "I'm not looking for work" message,
# or remove the resume_looking_for_work option entirely
# to leave blank
#resume_looking_for_work: "no"
# Decide which sections to use
# comment out to hide
#resume_section_experience: true
resume_section_education: true
resume_section_publications: true
resume_section_skills: true
resume_section_recognition: true
#resume_section_links: true
resume_section_associations: true
resume_section_interests: true
# Resume social links
# uncomment the options you wish to display, and add your own URL
resume_social_links:
resume_email_addresses:
resume_github_url: "https://github.com/justanhduc"
resume_facebook_url: "https://m.facebook.com/Mr.DucAnhNguyen"
resume_linkedin_url: "https://www.linkedin.com/in/justanhduc/"
resume_instagram_url: "https://www.instagram.com/_adnguyen/"
resume_website_url: "http://adnlearningblog.wordpress.com/"
resume_print_social_links: true
# Design settings
resume_theme: default
# Note: when editing locally, remember to restart
# your Jekyll server when you edit this file. Changes
# to _config.yml are only recognized when the server starts