forked from EOSC-EDMI/eosc-edmi.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
194 lines (171 loc) · 4.85 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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
title: EOSC - EDMI
name: EOSC Pilot
email: [email protected]
description: A minimum information metadata guideline to help users and services to find and access datasets reusing existing data models and interfaces.
baseurl: "/blog"
url: ""
parallax_image_one: assets/images/honeycomb-building.jpg # These are the images used for the parallax background
parallax_image_two: assets/images/honeycomb-building.jpg
project_one: "First Project"
project_one_description: Describe your project!
project_one_url: https://github.com/jameshamann/jekyll-material-theme
project_one_icon: location_on
project_two: Second Project
project_two_description: Describe your project!
project_two_url: https://github.com/jameshamann/jekyll-material-theme
project_two_icon: photo_camera
project_three: Third Project
project_three_description: Describe your project!
project_three_url: https://github.com/jameshamann/jekyll-material-theme
project_three_icon: hotel
project_four: Findability and Interoperability
project_four_description: -|
`EOSCpilot has produced a first draft of the strategy and recommendations to help users and services to find and access datasets across several scientific disciplines. This strategy relies on three main ideas
- Agreeing on a common and minimum dataset metadata properties to be exposed by data resources (following evaluation of existing metadata models and APIs).
- Supporting a coordinated ecosystem of dataset metadata catalogues working together to efficiently manage and exchange their metadata.
- Demonstrate the applicability of these recommendations by implementing them in real use cases to allow users services to find and access data.`
project_four_url: https://eoscpilot.eu/themes/wp6-interoperability/1st-report-on-data-report-findability-interoperability
project_four_icon: restaurant
portfolio_heading: Portfolio
portfolio_type: cards
syntax_highlighting: true
# Skill icons from https://konpa.github.io/devicon/
skills:
- name: amazonwebservices
- name: android
- name: angularjs
- name: apache
- name: appcelerator
- name: apple
- name: atom
- name: babel
- name: backbonejs
- name: bitbucket
- name: bootstrap
- name: bower
- name: c
- name: chrome
- name: codeigniter
- name: coffescript
- name: confluence
- name: cplusplus
- name: csharp
- name: css3
- name: cucumber
- name: d3js
- name: debian
- name: devicon
- name: django
- name: docker
- name: doctrine
- name: dot-net
- name: drupal
- name: erlang
- name: facebook
- name: firefox
- name: foundation
- name: gatling
- name: gimp
- name: git
- name: github
- name: gitlab
- name: go
- name: google
- name: gradle
- name: grunt
- name: gulp
- name: heroku
- name: html5
- name: ie10
- name: illustrator
- name: inkscape
- name: itellij
- name: java
- name: jasmine
- name: javascript
- name: laravel
- name: less
- name: linux
- name: meteor
- name: mocha
- name: mongodb
- name: moodle
- name: mysql
- name: nginx
- name: nodejs
- name: nodewebkit
- name: oracle
- name: photoshop
- name: php
- name: phpstorm
- name: protractor
- name: postgresql
- name: python
- name: pycharm
- name: rails
- name: react
- name: redhat
- name: redis
- name: ruby
- name: rubymine
- name: safari
- name: sass
- name: sequelize
- name: slack
- name: sourcetree
- name: ssh
- name: swift
- name: symfony
- name: tomcat
- name: travis
- name: trello
- name: twitter
- name: typescript
- name: ubuntu
- name: vim
- name: visualstudio
- name: vuejs
- name: webpack
- name: webstorm
- name: windows8
- name: wordpress
- name: yii
- name: zend
icon_size: 50 # font-size of icons in px
colored: colored # Leave blank for black and white icons
project_button: Github
github: https://github.com/EOSC-EDMI
medium: https://medium.com
EOSC: https://eoscpilot.eu/
baseurl: # if your site is located at /blog or /home, enter it here, otherwise leave it empty
url: http://localhost:4000/ #the url of your site
# Google tracking, if both are filled, tag manager will prevail. Set up GA through GTM in that case
tag_manager_id: # This looks something like GTM-XXXXXXX
google_analytics_tracking_id: # This looks something like UA-000000000-0 Head over to https://analytics.google.com/ to setup.
cookies_banner: show # The value "show" will show the cookies banner, the value "none" will hide the banner.
cookie_accept_message: Thank you!
syntax_highlighting: true # include the css for syntax highlighting
# Build settings
markdown: kramdown
# theme: minima
permalink: pretty
plugins:
- jekyll-feed
- jekyll-assets
- jekyll-minifier
collections:
pages:
output: true
permalink: /:path
crosswalks:
output: true
permalink: /:path
exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- package.json
- Gruntfile.js
- node_modules
- index.js