-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
executable file
·53 lines (40 loc) · 1.54 KB
/
README.Rmd
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
---
output:
github_document:
html_preview: false
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r knitrrrr, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
out.width = "100%"
)
```
<div style="max-width: 800px;">
<div style="width:100%; text-align:center;">
<a href="https://www.inn.no/">
<img src="static/images/logo.svg" alt="INN-logo"
style="width:200px;text-align:center;margin:0 auto;"/></a>
</div>
# Hugo Library for INN University
This GitHub repository contains the source code for an archive for scientific
publications at Inland Norway University of Applied Sciences
(registered in Cristin since the institution was established on January 1, 2017).
```{r update, include=FALSE}
updated <- format(Sys.time(), "%m-%d-%Y (at %H:%M)")
n <- length(MdFiles("content/en/pub/"))
```
The archive was last updated **`r updated`** and contains **`r n`** publications.
You may also visit the
[Zotero library](https://www.zotero.org/groups/5402882/inn-arkiv/library).
# About
The webpage utilizes [Hugo](https://gohugo.io/) with
[Hugo Library](https://github.com/oeysan/hugo-library),
[*R*](https://www.r-project.org/), and the library is automatically generated
using [*c2z4uni*](https://oeysan.github.io/c2z4uni/) and
[Zotero](https://www.zotero.org/).
Please report any bugs/issues/requests
[here](https://github.com/oeysan/c2z4inn/issues/), and feel free to make a
[pull request](https://github.com/oeysan/c2z4inn/pulls).
</div>