-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.toml
128 lines (101 loc) · 4.14 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
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-2022 RERO+",
"[[email protected]](mailto:[email protected])",
"[Credits](/credits/)"
]
[params.about]
hide = false
title = "What is SONAR"
content = """
**This website is an archive of the documentation of the SONAR project (2018-2020). All further details and up-to-date info about the SONAR service can be found on [the dedicated page](https://www.rero.ch/en/produits/sonar) on the RERO+ website.**
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).
## 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>
</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>
</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/><br/>
Status: <strong>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 = "The service"
url = "/"
weight = 10
[[menu.main]]
name = "The project"
url = "/project/"
weight = 20