forked from thedevslot/WhatATheme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
99 lines (86 loc) · 3.15 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
# WhatATheme
markdown: kramdown
# URL of the Site
url: ''
# Base URL of the Site (i.e., Name of the Repository in which the Site is hosted)
baseurl:
# Title of the Site
title: Marta Morandini
# Description of the Site
description: Mathematician swimming in Computational Neuroscience
# URL of Image of the Site
site-image: /assets/images/logo.png
# Keywords of the Site
site-keywords: Site, Template, Theme
# URL for the Image of custom Favicon
favicon-url:
# URL of the Image of Custom Hero Image (i.e., the image in the background of the very first section of the Homepage)
heroimage: "/assets/images/background_picture.jpg"
# Social Media and Contact
# If you don't want to use any icon, you can leave them blank.
email: [email protected]
#facebook_username: /
twitter_username: martasolves_
linkedin_username: martamorandini
scholar_userid: E4Hje4QAAAAJ&hl=it&oi=ao
#instagram_username: /
github_username: MartaMorandini
orcid_id: 0009-0005-0324-6094
#youtube_channel_id: /
#reddit_username: /
#behance_username: /
#dribbble_username: /
#spotify_username: /
# Google Analytics
google-analytics: UA-163806439-1
# Disqus
disqus-shortname: thedevslot
# Name of the Author
author-name: Marta Morandini
# URL for the Image of the Author
author-image: "/assets/images/profile_picture.jpg"
# 60 Words About the Author
author-about: I am currently pursuing my PhD in Neuroscience under the supervision of<a href="https://scholar.google.com/citations?user=vsskO0AAAAAJ&hl=fr" style="color:#c9a0dc;">Andrea Brovelli</a>and<a href="https://matthieugilson.eu/" style="color:#c9a0dc;">Matthieu Gilson</a>, at the<a href="https://www.int.univ-amu.fr/" style="color:#c9a0dc;">Institut de Neurosciences de la Timone</a>(Marseille), in<a href="https://brainets.github.io/" style="color:#c9a0dc;">BraiNets</a>team. I have always been fascinated by the intersection of theory and applications - such as the human brain - through complex systems, information theory and topology.<br><br>I previously obtained my MSc in Mathematics from the University of Turin. For my final thesis, I had the opportunity to intern at the<a href="https://centai.eu/home" style="color:#c9a0dc;">CENTAI Insitute</a>, where I worked in the<a href="https://nplresearch.github.io/" style="color:#c9a0dc;">NPL</a>under the supervision of<a href="https://lordgrilo.github.io/" style="color:#c9a0dc;">Giovanni Petri</a>.
# URL to the Author's Profile (i.e., Github, Twitter, Stackoverflow, etc)
author-url: https://github.com/MartaMorandini
# SASS
sass:
sass_dir: _sass
style: compressed
# Build settings
plugins:
- jekyll-admin
- jekyll-feed
# Permalink
permalink: "blog/:title"
# Compress
compress_html:
clippings: all
# Defaults
defaults:
-
scope:
type: 'posts'
values:
layout: post
post-image: ""
description: ""
tags:
- ""
-
scope:
type: 'pages'
values:
layout: page
# Exclude
exclude:
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/