-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
67 lines (56 loc) · 2.57 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
# Site
#repository: Git repository where your resume will be hosted, only required if you are hosting on GitHub (eg. sproogen/modern-resume-theme)
repository: ekingedik/ekingedik.github.io
# favicon: Directory of your favicon (eg. images/favicon.ico)(optional)
# Personal info
name: Ekin Gedik, Ph.D.
title: Senior researcher
email: [email protected]
#phone: Your phone number (optional)
#website: Your website (eg. https://google.com)(optional)
# Social links
#github_username: jekyll
linkedin_username: ekin-gedik-83748034
researchgate_username: Ekin_Gedik
# About Section
# about_title: About Me (Use this to override about section title)
about_profile_image: images/eg.jpg
about_content: | # this will include new lines to allow paragraphs
I am a computer scientist that aims to detect, analyse and enhance social experiences with the help of <mark>wearable sensing</mark> and <mark>machine learning</mark>.
My expertise lies in automatic analysis of individual social behaviour, group interactions and how these concepts connect to the general social experience.
I currently hold a post-doctoral researcher position in [Socially Perceptive Computing Lab](https://www.tudelft.nl/ewi/over-de-faculteit/afdelingen/intelligent-systems/pattern-recognition-bioinformatics/socially-perceptive-computing-lab/) of TU Delft.
My research interests span variety of topics in applied machine learning and social science. Here's a short list\:
- Time-series data
- Social signal processing
- Affective computing
- Computational behavioral science
- Individual and group behaviour
- Human activity detection
- Domain adaptation and transfer learning
# More Section
# more_title: A Little More About Me #(Use this to override about more section title)
more_content: | # this will include new lines to allow paragraphs
This is where you can write a little more about yourself. You could title this section **Interests** and include some of your other interests.
Or you could title it **Skills** and write a bit more about things that make you more desirable, like *leadership* or *teamwork*
# Footer
footer_show_references: true
# Build settings
# theme: modern-resume-theme (Use this is you are hosting your resume yourself)
# remote_theme: sproogen/modern-resume-theme (Use this if you are hosting your resume on GitHub)
sass:
sass_dir: _sass
style: compressed
plugins:
- jekyll-seo-tag
exclude : [
"Gemfile",
"Gemfile.lock",
"node_modules",
"vendor/bundle/",
"vendor/cache/",
"vendor/gems/",
"vendor/ruby/",
"lib/",
"scripts/",
"docker-compose.yml",
]