forked from pseudolab/pseudolab.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
147 lines (136 loc) · 4.55 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
# Site
name: "가짜연구소(Pseudo Lab)"
title: "가짜연구소(Pseudo Lab)"
description: "가짜연구소 블로그"
sub-description: "우리는 믿습니다. 열정을 가진 사람들이 세상을 더 나은 곳으로 변화시킬 수 있다고 말이죠."
logo: 'assets/images/Pseudo_Lab_logo.png'
favicon: 'assets/images/Pseudo_Lab_logo.png'
# baseurl: /jekyll-theme-memoirs
google_analytics: 'UA-185350287-2'
disqus: 'demowebsite'
# mailchimp-list: 'https://wowthemes.us11.list-manage.com/subscribe/post?u=8aeb20a530e124561927d3bd8&id=8c3d2d214b'
include: ["_pages"]
permalink: /:title/
email: [email protected]
url : "https://pseudolab.github.io/"
# Builder
authors:
강민지:
name: 강민지
display_name: 강민지
avatar: 'assets/images/builder-profile/강민지.png'
email: [email protected]
linkedIn: https://www.linkedin.com/in/mmminji/
github: https://github.com/mmminji
tag: [LGCNS 비전AI사업팀, Data Scientist, Computer Vision]
description: "/ 1-4기 / 홍익인간; 세상을 널리 이롭게 하라"
김소연:
name: 김소연
display_name: 김소연
avatar: 'assets/images/builder-profile/김소연.png'
email: [email protected]
linkedIn: https://www.linkedin.com/in/soyeon-kim-733107168/
github: https://github.com/kimcando
tag: [LG AI, NLP, Federated learning]
description: "/ 3-4기 / Think globally, act locally."
김지연:
name: 김지연
display_name: 김지연
avatar: 'assets/images/builder-profile/김지연.png'
email: [email protected]
linkedIn: https://www.linkedin.com/in/jiyeon-kim-6509a01b6/
github: https://github.com/jsjyk
tag: [석사막학기, SystemBiology]
description: "/ 2-4기 / 다양한 경험을 추구하는"
김찬란:
name: 김찬란
display_name: 김찬란
avatar: 'assets/images/builder-profile/김찬란.png'
email: [email protected]
linkedIn: https://www.linkedin.com/in/chanran-kim/
github: https://github.com/seriousran
tag: [SK텔레콤, HP 글로벌 앰버서더, 디저트 중독]
description: "/ 1-8기 / 함께 개발자"
신진수:
name: 신진수
display_name: 신진수
avatar: 'assets/images/builder-profile/신진수.png'
email: [email protected]
linkedIn: https://kr.linkedin.com/in/jinsoo-shin-436060162
github: https://github.com/jsshin2019
tag: [크래프톤, Network Science, 이상탐지]
description: "/ 8기 / SHOW ME THE DATA"
심석보:
name: 심석보
display_name: 심석보
avatar: 'assets/images/builder-profile/심석보.png'
email: [email protected]
# linkedIn:
github: https://github.com/tonyya21
tag: [석박통합생, Systembiology]
description: "/ 3-4기 / 최선을 다하는"
안성진:
name: 안성진
display_name: 안성진
avatar: 'assets/images/builder-profile/안성진.jpg'
# email:
# linkedIn:
github: https://github.com/SDSTony
tag: [Microsoft]
description: "/ 1-7기 / "
이정훈:
name: 이정훈
display_name: 이정훈
avatar: 'assets/images/builder-profile/이정훈.png'
email: [email protected]
linkedIn: https://www.linkedin.com/in/%EC%A0%95%ED%9B%88-%EC%9D%B4-00b282129/
github: https://github.com/vhrehfdl
tag: [인터파크 톡집사 개발팀, NLP, MLOps, Story NLP]
description: "/ 3-6기 / Positive mind"
한수민:
name: 한수민
display_name: 한수민
avatar: 'assets/images/builder-profile/한수민.png'
email: [email protected]
# linkedIn:
# github: https://github.com/suojoah
tag: [Graph ML, GNN, Network Analysis]
description: "/ 1-7기 / No limits"
# Plugins
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-feed
- jekyll-seo-tag
- jekyll-archives
- jekyll-figure
# Archives
jekyll-archives:
enabled:
- categories
layout: archive
permalinks:
category: '/category/:name/'
# Pagination
paginate: 6
paginate_path: /page:num/
# Other
highlighter: rouge
markdown: kramdown
kramdown:
syntax_highlighter_opts:
disable : true
future: true
# Adsense (change to "enabled" to activate, also your client id and ad slot. Create a new ad unit from your Adsense account to get the slot.)
adsense: "disabled"
adsense-data-ad-client: "ca-pub-3412143450191416"
adsense-data-ad-slot: "1363087678"
# Lazy Images ("enabled" or "disabled")
lazyimages: "disabled"
# Post Author Box ("enabled" or "disabled")
authorbox: "enabled"
# Sass
sass:
sass_dir: _sass
style: compressed
exclude: [changelog.md, LICENSE.txt, README.md, Gemfile, Gemfile.lock]