Skip to content

Commit d0b3bc8

Browse files
Add University of Zagreb to the Academic Map
1 parent 0c5fd3a commit d0b3bc8

File tree

5 files changed

+44
-7
lines changed

5 files changed

+44
-7
lines changed

_toc.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ chapters:
3232
title: UC Berkeley
3333
- file: universities/university-of-california-davis.md
3434
title: UC Davis
35-
- file: universities/university-college-london.md
36-
title: UCL
3735
- file: universities/university-of-california-los-angeles.md
3836
title: UCLA
3937
- file: universities/university-of-california-san-diego.md
@@ -56,6 +54,9 @@ chapters:
5654
- file: universities/university-of-vermont.md
5755
title: UVM
5856
- file: universities/university-of-wisconsin-madison.md
57+
title: University of Wisconsin–Madison
58+
- file: universities/university_of_zagreb.md
59+
title: University of Zagreb
5960
- file: organizations/index.md
6061
sections:
6162
- file: organizations/apachefoundation.md

mdlinkcheckconfig.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,18 @@
3838
{
3939
"pattern": "https://ospo.library.jhu.edu/",
4040
"reason": "500"
41+
},
42+
{
43+
"pattern": "./universities/purdue.md",
44+
"reason": "400"
45+
},
46+
{
47+
"pattern": "universities/university-of-illinois-urbana-champaign.md",
48+
"reason": "400"
49+
},
50+
{
51+
"pattern": "./universities/notre-dame.md",
52+
"reason": "400"
4153
}
4254
]
4355
}

organizations/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Sorted alphabetically.
1515
- **[Creative Commons](./creativecommons.md)**
1616
- [Eclipse Foundation](https://www.eclipse.org/)
1717
- HELIOS
18-
- **[HPSF](./hspf.md)**
18+
- **[HPSF](./hpsf.md)**
1919
- **[Invest in Open Infrastructure](./invest-in-open-infrastructure.md)**
2020
- [Linux Foundation](https://www.linuxfoundation.org/)
2121
- [Open Collective](https://opencollective.com)

universities/index.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,15 @@ There's a host of universities which don't have open source program offices, but
4242

4343
There are also universities that develop open source software, but don't have policies publicly set for staff or researchers.
4444

45+
- University of Cambridge – [IT services has some code available](https://www.dns.cam.ac.uk/about/floss.html).
4546
- [ETH Zurich](./eth-zurich.md)
4647
- [Indiana University](./indiana.md)
4748
- [Purdue University](./purdue.md)
4849
- [Rey Juan Carlos University](./rey-juan-carlos-university.md)
4950
- [Stony Brook University](./stony-brook-university.md)
5051
- [University at Buffalo](./university-at-buffalo.md)
51-
- [Université Grenoble Alpes](./université-grenoble-alpes.md)
52-
- [University College London](./university-college-london.md)
5352
- [University of Cambridge](https://www.dns.cam.ac.uk/about/floss.html) – IT services has some code available.
54-
- [University of Illinois Urbana-Champaign](./university-of-illinois-urbana-champaign.md)
5553
- [University of Michigan](./university-of-michigan.md)
56-
- [University of Notre Dame](./notre-dame.md)
5754
- [University of Pennsylvania](./university-of-pennsylvania.md)
5855
- [University of Victoria](./university-of-victoria.md)
56+
- [University of Zagreb](./university-of-zagreb.md)
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# University of Zagreb
2+
3+
- **Website:** [University of Zagreb](https://www.unizg.hr)
4+
- **Open Science Policy:** [Open Science at UNIZG](https://interoperable-europe.ec.europa.eu/collection/open-source-observatory-osor/news/open-source-service-open-science)
5+
- **Centre for Software Development:** [Software Development at UNIZG](https://www.foi.unizg.hr/en/about-us/departments/czrpp)
6+
7+
## Overview
8+
9+
The University of Zagreb (UNIZG) is Croatia’s largest and oldest university, recognized for its research initiatives in technology, informatics, and interdisciplinary sciences. While UNIZG actively promotes open science and open source collaboration, it **does not currently have a formal Open Source Program Office (OSPO).** However, it has taken steps to integrate open source principles into its research and development ecosystem.
10+
11+
## Open Source Science Collaboration
12+
13+
UNIZG participates in and supports initiatives that promote open source and open science practices: :
14+
15+
- **Open Science Policy:** In 2024, UNIZG adopted an Open Science Policy aimed at improving accessibility and transparency in research. The policy encourages researchers to store original program code in open repositories like GitHub to foster reproducibility.
16+
[Read about Open Science Policy](https://interoperable-europe.ec.europa.eu/collection/open-source-observatory-osor/news/open-source-service-open-science)
17+
18+
- **Centre for Software Development:** Housed at the Faculty of Organization and Informatics, this center actively monitors and participates in open source software projects. It provides resources and support for students and researchers engaged in open development.
19+
[Explore Software Development at UNIZG](https://www.foi.unizg.hr/en/about-us/departments/czrpp)
20+
21+
## Contact
22+
23+
You can find their details on these pages:
24+
25+
- [Centre for Software Development – Faculty of Organization and Informatics](https://www.foi.unizg.hr/en/about-us/departments/czrpp)
26+
- [University Computing Centre (SRCE)](https://www.srce.unizg.hr/en/open-science-support)

0 commit comments

Comments
 (0)