forked from rero/sonar.ch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
149 lines (116 loc) · 4.82 KB
/
config.toml
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
baseURL = "/"
languageCode = "en-us"
title = "SONAR"
googleAnalytics = "UA-1831395-15"
theme = "hugo-strata-theme"
sectionPagesMenu = "main"
## RSS
rssLimit = 20
### The new default Markdown rendering engine since Hugo v0.62.2 is Goldmark
### By default, it does not render raw HTML; need to set unsafe = true
[markup]
defaultMarkdownHandler = "goldmark"
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
### config for theme HUGO-STRATA-THEME
[params]
# To provide some metadata for search engines feel free to add a few
# information about you and your website.
name = "SONAR"
description = "Swiss Open Access Repository"
# Format dates with Go's time formatting
date_format = "02.01.2006"
# Add read time estimates in the format "X min read"
show_read_time = false
# Add custom assets with their paths relative to the static folder
custom_js = []
custom_css = []
[params.sidebar]
# Replace the avatar with a picture of your own under static/images
avatar = "sonar_logo_early.white_curves_web.svg"
# Use Markdown to format the string. This works nearly all over the theme
bio = "*\"collect and promote scholarly publications of authors affiliated with Swiss public research institutions...\"*"
# The icons will be shown if you enter your username
twitter = "sonardotch"
github = "rero/sonar"
facebook = ""
copyright = [
"© 2018-2021 RERO+",
"[[email protected]](mailto:[email protected])",
"[Credits](/credits/)"
]
[params.about]
hide = false
title = "What is SONAR"
content = """
The Swiss Open Access Repository is an **archive of scholarly publications**. It collects and promotes **open access publications by authors affiliated with Swiss public research institutions**. It does so by aggregating content and metadata from international sources as well as from institutional repositories (IR) of Swiss Higher Education Institutions (HEI).
SONAR also proposes a subscription-based **"[IR hosting service](/iraas/)"** for interested HEIs, thereby acting as their primary research showcase and allowing their authors to directly deposit their publications.
SONAR contributes to the [Swiss national Open Access strategy](https://www.swissuniversities.ch/fr/themes/digitalisation/open-access-campagne/strategie-nationale-et-plan-daction) and its action plan, led by [swissuniversities](https://www.swissuniversities.ch).
## Stay informed
You can subscribe to our [newsletter](/contact/) or contact us at [[email protected]](mailto:[email protected])
## Services
<section id="two">
<div class="row">
<article class="12u 12u$(xsmall) work-item">
<div class=" project-info">
<img class="" src="/images/noun_Brochure_79251_000000_modif.svg" alt="" />
<h3>IR hosting</h3><br/>
Institutional Repository as a Service (IRaaS) provided in two distinct forms:
<ul>
<li>As a shared, multi-institutional portal</li>
<li>As dedicated, individually customized portals</li>
</ul>
Status: <strong>in production</strong> | Details: <a href="/iraas/">IR hosting</a>
</div>
</article>
<article class="12u 12u$(xsmall) work-item">
<div class=" project-info">
<img class="" src="/images/noun_Brochure_79251_000000_modif.svg" alt="" />
<h3>Content tracking and processing</h3><br/>
<ul>
<li>Acquisition of Swiss affiliated research publications from external sources and Swiss IRs.</li>
<li>Enrichment of Swiss IRs with externally retrieved publications.</li>
</ul>
Status: <strong>prospective service</strong> | Details: <a href="/tracking/">Content tracking</a>
</div>
</article>
<article class="12u 12u$(xsmall) work-item">
<div class=" project-info">
<img class="" src="/images/noun_Brochure_79251_000000_modif.svg" alt="" />
<h3>Open Access monitoring</h3><br/>
Measuring scientific publication activity in Switzerland, namely of Open Access adoption, in the framework of the <a href="https://www.swissuniversities.ch/fr/themes/digitalisation/open-access-campagne/strategie-nationale-et-plan-daction">Swiss national Open Access strategy</a> and its action plan [to be planned]<br/>
<strong>Status: prospective service</strong>
</div>
</article>
</div>
</section>
"""
[params.portfolio]
hide = true
[params.recentposts]
hide = false
title = "Recent blog posts"
[params.contact]
hide = true
# Menu links that appear on the left sidebar
[[menu.main]]
name = "IR hosting"
url = "/iraas/"
weight = 10
[[menu.main]]
name = "Content tracking"
url = "/tracking/"
weight = 20
[[menu.main]]
name = "FAQ"
url = "/faq/"
weight = 30
[[menu.main]]
name = "Origin"
url = "/origin/"
weight = 40
[[menu.main]]
name = "Contact"
url = "/contact/"
weight = 50