Skip to content
Snippets Groups Projects
funding.html 5.77 KiB
Newer Older
---
title: Funding
---
<h1>Funding opportunities</h1>
Here we list all the current funding opportunities for FAIR- and open science- related project in Photon and Neutron Science.
<h2>
  OSCARS
  <span class="sticker" style="float: right"> upcoming </span>
</h2>

  <li><strong>Target group</strong>: Everyone</li>
  <li><strong>Timeline</strong>: 2 calls to be announced in 2024-2025 (at M4 and M12 of the project)</li>
  <li><strong>Budget</strong>: 100 to 250 k€ per project (~3.5M€ total for PaN)</li>
  <li><strong>Duration</strong>: 1 to 2 years</li>
  <li><strong>Criteria</strong>:</li>
  <ul>
    <li>FAIRness and openness</li>
    <li>beyond the state of the art</li>
    <li>impact on multiple RIs</li>
    <li>use or connect with current EOSC resources: in our case, refer specifically to <a href='{{ "./outcomes.html" | relative_url }}'>outcomes</a></li>
  </ul>
  <li>Brainstorming ideas for projects:
    {% assign projectTitle = "ML training on PaN open data, 
                              PaN container registry and workflow publication,
                              Enhanced metadata capture,
                              Instrument PIDs,
                              Wayforlight in EOSC,
                              PaNET continuation use case,
                              PaN services composability,
                              Carbon footprint of data,
                              Ukraine's research reconstruction,
                              Curriculum in PaN-training,
                              Active DMPs in PaN,
                              More data DOI citation,
                              Something on electronic log-books,
                              Better PID use in proposal systems,
                              Record provenance information,
                              Sample PIDs,
                              Extend <a href='https://pan-training.eu/materials/nexus-nuclear-elastic-x-ray-scattering-universal-software'>Nexus software</a>"
                              | strip | split: "," %}
    {% assign projectFeas = "Hard,
                             Easy,
                             Hard,
                             Hard,
                             -,
                             Easy,
                             Hard,
                             -,
                             -,
                             Easy,
                             Medium,
                             -,
                             -,
                             -,
                             -,
                             -,
                             -"
                             | strip | split: "," %}
    {% assign projectChance = "High,                                                    
                               High,
                               -,
                               -,
                               High,
                               Medium,
                               High,
                               High,
                               High,
                               Medium,
                               -,
                               -,
                               -,
                               -,
                               -,
                               -,
                               -" 
                               | strip | split: "," %}
    {% assign projectDoc = "https://notes.desy.de,
                            https://notes.desy.de/s/OjMShGO6y#,
                            https://notes.desy.de/s/pP729kpDg#,
                            https://notes.desy.de/s/_QY3CZBW0#,
                            https://notes.desy.de,
                            https://notes.desy.de,
                            https://notes.desy.de,
                            https://notes.desy.de,
                            https://notes.desy.de,
                            https://notes.desy.de,
                            https://notes.desy.de,
                            https://notes.desy.de,
                            https://notes.desy.de,
                            https://notes.desy.de,
                            https://notes.desy.de,
                            https://docs.google.com/document/d/1V94FomSYBViVjoMDtcVFtU1akt2ZvXb1SJD4hKei4_k/edit?usp=sharing,
                            https://notes.desy.de" 
                            | strip | split: "," %}                            
    <table>
      <tr>
        <th>Title</th>
        <th>Feasibility</th>
        <th>Estimated chances</th>
        <th>More details</th>  
      </tr>
Sophie Servan (DESY)'s avatar
Sophie Servan (DESY) committed
      {% assign TableSize = projectTitle.size | minus: 1 %}
      {% for i in (0..TableSize) %}
        <tr>
          <td class='left'>{{ projectTitle[i] }}</td>
          <td>{{ projectFeas[i] }}</td>
          <td>{{ projectChance[i] }}</td>
          <td><a href={{ projectDoc[i] }}>💬</a></td>
        </tr>
      {% endfor %}
    </table>
  </li>
<h2>
  <span class="sticker" style="float: right"> open </span>
  HMC open calls
</h2>
<ul>
  <li><strong>Target group</strong>: employees of the Helmholtz Association (i.e. DESY, HZB or HZDR in our case); external partners are possible</li>
  <li><strong>Deadline</strong>: Applications are due before 2023-08-01 EOD</li>
  <li><strong>Budget</strong>: 200 k€ per project + mandatory counter-financing of at least the same amount</li>
  <li><strong>Duration</strong>: 2 years maximum</li>
  <li><strong>Criteria</strong>:</li>
  <ul>
    <li>address practical challenges in the field of ​​metadata generation and data enrichment</li>
    <li>preferably cross-domain</li>
    <li>2 different Helmholtz centres</li>
  </ul>
  <li><a href="https://helmholtz-metadaten.de/project-call-2023">More information</a></li>
  <li><a href="https://proposals.helmholtz-metadaten.de/">Online submission platform</a></li>
</ul>
<p></p>