Skip to content

Commit e09fb85

Browse files
author
Ronny Gey
committed
polished first version of website
1 parent ad4d94d commit e09fb85

30 files changed

Lines changed: 288 additions & 220 deletions

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# find.software
22

3-
**Foundations for Interdisciplinary Discovery of (Research) Software**
3+
With **find.software (Foundations for Interdisciplinary Discovery of (Research) Software)**, we aim to develop a single point of entry for searching for research software. Imagine you are looking for scientific software, regardless of your scientific field, the programming language or operating system you use, your technical knowledge, or whether you are a developer or a simple user. To this end, we are working together with **Wikidata** and the **scientific community** to build a solution for the community and with the community, an **open solution** that knows no national boundaries.
44

5-
From our grant proposal:
5+
## Abstract grant proposal
66

77
> Across essentially all fields of research, many aspects of the respective
88
> research processes~-- whether experimental, theoretical, empirical, or
@@ -75,7 +75,7 @@ Therefore run these commands:
7575
poetry run mkdocs build
7676
```
7777

78-
6. Then add, commit and push your changes back to the repository and let woodpecker do the magic.
78+
6. Then add, commit and push your changes back to the repository.
7979

8080
--------------------------------------------------------------------------------
8181

@@ -98,4 +98,6 @@ For full details, see [LICENSE](./LICENSE).
9898

9999
## Acknowledgements
100100

101-
DFG
101+
Funded by the [Deutsche Forschungsgemeinschaft (DFG, German Research Foundation)](https://www.dfg.de) – [Project number: 567156310](https://gepris.dfg.de/gepris/projekt/567156310?language=en)
102+
103+
![Funded by DFG](img/dfg_logo_englisch_blau_en_4c.svg){:class="no-shadow", width="350"}

docs/blog/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1+
---
2+
hide:
3+
- toc
4+
---
5+
16
# Blog
27

docs/blog/posts/2025-09-17-post.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@ Karras](https://orcid.org/0000-0001-5336-6899) and [Ronny
1919
Gey](https://orcid.org/0000-0003-1028-1670). One of the first tasks was to set
2020
up a project website. And here we go. We use the [material
2121
theme](https://squidfunk.github.io/mkdocs-material/) theme with
22-
[mkdocs](https://www.mkdocs.org/) hosted with [Codeberg](https://codeberg.org/).
23-
We also try to tooth here and then on Mastodon:
24-
[@find_software](https://mas.to/@find_software).
22+
[mkdocs](https://www.mkdocs.org/) hosted on GitHub.
23+
We also try to tooth here and then on Mastodon: [mas.to/find_software](https://mas.to/@find_software).

docs/css/extra.css

Lines changed: 62 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.md-grid {
2+
max-width: 1000px;
3+
}
4+
15
p.caption {
26
color: #2980B9;
37
}
@@ -44,8 +48,8 @@ img[alt="logo"] {
4448
}
4549

4650
.md-container a {
47-
--md-primary-fg-color: #00589c;
48-
--md-accent-fg-color: #0088ac
51+
--md-primary-fg-color: #006699;
52+
--md-accent-fg-color: #339966;
4953
}
5054

5155
.md-typeset__table {
@@ -56,10 +60,65 @@ img[alt="logo"] {
5660
display: table
5761
}
5862

63+
.md-typeset .md-content__button {
64+
color: rgba(162, 0, 0, 0.4);
65+
}
66+
67+
.md-typeset h1 {
68+
font-size: 1.5em;
69+
line-height: 1.2;
70+
margin: 0 0 1.0em;
71+
}
72+
73+
.md-typeset h2 {
74+
font-size: 1.3em;
75+
line-height: 1.1;
76+
margin: 0 0 0.3em ;
77+
}
78+
79+
.md-typeset h3 {
80+
font-size: 1.2em;
81+
line-height: 1.0;
82+
margin: 0 0 0.2em ;
83+
}
84+
5985
.md-footer {
6086
background-color: #000000;
6187
}
6288

6389
.md-search__input {
64-
background:#0f0f0f
90+
background: #fff;
91+
}
92+
93+
.md-header .md-search {
94+
color: #000000;
95+
}
96+
97+
/** Search icon and placeholder**/
98+
.md-search .md-search__icon, .md-search__input::placeholder {
99+
color: #000000;
100+
}
101+
102+
/** Admonition Info Color Change **/
103+
.md-typeset .admonition.info,
104+
.md-typeset details.info {
105+
border-color: #990000;
106+
}
107+
.md-typeset .info > .admonition-title, .md-typeset .info > summary {
108+
background-color: rgba(162, 0, 0, 0.156);
109+
}
110+
.md-typeset .info > .admonition-title::before,
111+
.md-typeset .info > summary::before {
112+
background-color: #990000;
113+
}
114+
.md-typeset details.info:focus-within {
115+
box-shadow: 0 0 0 .2rem #d400001a;
116+
}
117+
118+
.md-typeset .md-admonition-icon-info{
119+
color: #990000
120+
}
121+
122+
.md-typeset .info > summary::after {
123+
color: #990000;
65124
}

docs/friends/index.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
1+
---
2+
hide:
3+
- navigation
4+
- toc
5+
---
6+
17
# Friends
28

39
Here we list initiatives that we support.
410

5-
- [deRSE e.V.](https://de-rse.org)
6-
- [FutuRSI](https://www.futursi.de/)
11+
- [deRSE e.V.](https://de-rse.org): The German Society for Research Software.
12+
- [DiscoRSE](https://www.discorse.de/): The Aim of DiscoRSE is to improve the use of RSE-OER (Open Educational Resources).
13+
- [FutuRSI](https://www.futursi.de/): Joint initiative supported by six partner institutions to conceptualise a German research software institution.
14+
- [awesomeRSE](https://github.com/hifis-net/awesome-rse): A curated awesome list of resources for Research Software Engineering (RSE).

docs/img/EGI_Logo.png

-3.74 KB
Binary file not shown.

docs/img/EOSC_Logo.png

-5.88 KB
Binary file not shown.

docs/img/Eudat_Logo.jpg

-8.21 KB
Binary file not shown.

docs/img/KNIMELogoTM.svg.png

-51.3 KB
Binary file not shown.

docs/img/ORCID.png

6.29 KB
Loading

0 commit comments

Comments
 (0)