# find.software
## Foundations for Interdisciplinary Discovery of (Research) Software
<div style="float:center;">
<img src="https://s3.desy.de/hackmd/uploads/d97ec0a2-9668-4019-8f2b-e2aa17350bb7.png"
style="float:right; width:240px; margin-right:8vh;"> <!-- UFZ -->
<img src="https://s3.desy.de/hackmd/uploads/d66604b5-0a63-4065-a6b2-195509b6ff06.svg"
style="float:center; width:240px; margin-right:8vh;"> <!-- TIB -->
<img src="https://s3.desy.de/hackmd/uploads/cee5bc36-1c29-46b9-a98e-bb4aac1f7653.svg"
style="float:left; width:200px; margin-right:8vh;"> <!-- FIZ -->
</div>
---
## What is find.software about?
- Research Software **Discovery**
- **Catalog** for Research Software (Metadata)
- **One Stop**: "Looking for a specific (research) software? Go to find.software!"
- Based and integrated into **Wikidata** technology (Wikibase/Scholia/Wikitooling)
- **Community based** from the start
---
## Benefits from networking with other projects
- sw metadata, sw discovery, reuse and avoid double work
- **swMATH**: *high*, personel overlap, software stack, data integration swMATH => find.software
- **CAES³AR**: *low*, common interest/feedback on sw metadata, integration result page
- **ConnOSS**: *high*, collect and enrich sw metadata, data integration
- **VINAS, CORSES**: ?
- **FutuRSI**, **deRSE**: guidance, feedback, governance
- **nfdi.software**: feedback, integration
---
## Our contributions to a nat. integr. struct. for RS
- interface to the commons (wikidata)
- hub for (research) software discovery
---
## What should a nat. integr. struct. for RS achieve?
- integrate into international infrastructures (EOSC, commons)
- be governed by a broad community
- be open and inclusive
- consolidation
---
# find.software
[Web](https://www.find-software.org) | [Codeberg](https://codeberg.org/find-software/) | [GitHub](https://www.find-software.org) | [Mastodon](https://mas.to/@find_software) | [deRSE26 Poster](https://doi.org/10.5281/zenodo.18756364)
<!-- ############################################################## -->
<!-- ########## Global styling, change at your own peril ##########-->
<!-- ############################################################## -->
<style>
/* no extra footer nav area*/
.reveal {
position: fixed;
}
/* ----------------------------------------------------------
1. ROOT FONT SCALING
Let Reveal.js do its scaling. Only define a sane base size.
----------------------------------------------------------- */
html, body {
font-size: 1.0vh; /* 1vh ≈ 10px on a 1080p screen */
}
/* ----------------------------------------------------------
2. GLOBAL COLOR PALETTE
----------------------------------------------------------- */
.reveal {
color: #000;
}
.reveal h1, .reveal h2, .reveal h3,
.reveal h4, .reveal h5, .reveal h6,
.reveal p, .reveal ul, .reveal li {
color: #000;
}
.reveal p, .reveal ul, .reveal li {
font-size: 3.4vh;
}
/* ----------------------------------------------------------
3. BRAND BACKGROUND (for all slides)
----------------------------------------------------------- */
.reveal::before {
content: "";
position: fixed;
inset: 0;
background:
url('https://s3.desy.de/hackmd/uploads/dbfeec3b-d785-45c1-9293-2ea980590c9b.png') no-repeat left 1.5vw bottom 1.5vh, /* find.software */
url('https://s3.desy.de/hackmd/uploads/4434df10-4566-4783-a4a7-2eb3bab6cd31.png') no-repeat center bottom 1.0vh; /* dfg */
background-size: 8vw auto, 15vw auto;
background-color: white;
pointer-events: none;
z-index: -1;
}
/* ----------------------------------------------------------
4. CORNER LINK
----------------------------------------------------------- */
.reveal::after {
content: "find-software.org";
position: fixed;
bottom: 1.5vh;
right: 10vw;
font-family: Arial;
font-size: 2.0rem;
font-weight: bold;
color: #000;
z-index: 20;
background: rgba(255,255,255,0.8) !important;
padding: 0.2em 0.4em;
border-radius: 0.2rem;
}
/* ----------------------------------------------------------
5. SLIDE NUMBER
----------------------------------------------------------- */
.reveal .slide-number {
bottom: 1.8vh !important;
right: 3vw !important;
font-size: 2rem !important;
font-weight: 600 !important;
color: #000 !important;
background: rgba(255,255,255,0.8) !important;
padding: 0.2em 0.4em;
border-radius: 0.2rem;
}
/* ----------------------------------------------------------
6. TABLES
----------------------------------------------------------- */
.reveal table {
font-size: 2rem;
border: 1px solid #ccc;
}
.reveal th, .reveal td {
padding: 0.5rem 1rem;
border: 1px solid #ccc;
}
.reveal th {
background: #e8f2ff;
}
/* ----------------------------------------------------------
7. CODE BLOCKS — light background, no black!
----------------------------------------------------------- */
.reveal pre {
background: #eef6ff !important;
padding: 1rem 1.2rem !important;
border-radius: 0.5rem;
width: fit-content;
max-width: 90%;
overflow-x: auto;
}
.reveal pre code {
font-size: 1.8rem !important;
}
.reveal code:not(pre code) {
background: #eef6ff;
padding: 0.2rem 0.4rem;
border-radius: 0.3rem;
}
/* ----------------------------------------------------------
8. FIGURES & IMAGES
----------------------------------------------------------- */
.reveal img {
max-width: 100%;
border: none !important;
box-shadow: none !important;
}
</style>
{"title":"find.software - presentation DFG Vernetzungstreffen","tags":"find.software, slides, reveal, share","type":"slide","slideOptions":{"theme":"white","controls":false,"loop":false,"slideNumber":true,"mathjax":true,"disableLayout":false}}