{% extends "FrontendPanelBundle::index.html.twig" %}

{% block title %}{% endblock %}
{% block description %}{% endblock %}
{% block keywords %}{% endblock %}

{% block body -%} 
<div class="container">
  <div class="row flex-row-reverse">




<!--------------------------------------------------------------------------------------------------------------- Right Menu ------------------------------------------------------------------------->


        <div class="col-lg-3" id="sticky-sidebar">
            <div class="sticky-top right-menu">
                <div class="nav flex-column">
                        <a href="#0" class="nav-link-rm">Running</a>
                        <a href="#1" class="nav-link-rm">Finished</a>
                 </div>
            </div>
        </div>
 

<!--------------------------------------------------------------------------------------------------------------- Right Menu End----------------------------------------------------------------------->



<div class="col-lg-9" id="main">
  <h1 class="main_title">Projects</h1>  


<!--------------------------------------------------------------------------------------------------------------- Main Content Part  ---------------------------------------------------------------------------->

  <div class="container features">
    <div class="row">
       <div class="col-lg-12 col-md-12 col-sm-12 box">
        <div class="inner">

<h3 class="feature-title">Who funds our research?</h3>

<img  src="img/projects.png" class="img-collaboration">

<p><b>To support our research</b> we rely on both nanitional and internation funding schemes.</p>
<p><b>On a regular basis</b>, we are funded from the German Research Foundation (DFG), Federal Ministry of Education and Research (BMBF), Federal Minister for Economic Affairs and Energy (BMWi), German Academic Exchange Service (DAAD), and EU Framework Programmes H2020, industrial partners, and other.</p>
<p><i>The following is a list of the currently running and finished projects (continuously updating).</i> </p>



 
 
</div>

</div>
</div>
</div>







  <div class="container features">
    <div class="row">
       <div class="col-lg-12 col-md-12 col-sm-12 box">
        <div class="inner">

 <h3 class="feature-title"  id="1">Running</h3>


 <table class="table table-striped table-sm">
  <thead>
    <tr>
      <th scope="col" class="gray">Running Period</th>
      <th scope="col" class="gray">Funded by</th>
      <th scope="col" class="gray">Project Number</th>
     
          </tr>
  </thead>
  <tbody>
    <tr>
      <th>2017.01 - 2020.12</a></th>
      <td>EU H2020</td>
      <td><a href="https://cordis.europa.eu/project/id/721065" class="nav-link2">721065</a></td>
   
         </tr>
  </tbody>
</table>

<div class="card">
<div class="card-header"><b>CREATE - "Critical Raw materials Elimination by a top-down Approach To hydrogen and Electricity generation" (Coordinator Frederic Jaouen)</b></div>
  <div class="card-body">
  <img  src="img/projects.png" class="img-collaboration">
   <p>  and includes the features you need for highly productive source code editing. This topic takes you through the basics of the editor and helps you get moving with your code.Visual Studio Code is an editor first and foremost, and includes the features you need for highly productive source code editing. This topic takes you through the basics of the editor and helps you get moving with your code.</p>
  </div>
  </div>


<hr class="separator">


 <table class="table table-striped table-sm">
  <thead>
    <tr>
      <th scope="col" class="gray">Running Period</th>
      <th scope="col" class="gray">Funded by</th>
      <th scope="col" class="gray">Project Number</th>
     
          </tr>
  </thead>
  <tbody>
    <tr>
      <th>2017.01 - 2020.07</a></th>
      <td>EU H2020</td>
      <td><a href="https://cordis.europa.eu/project/id/721065" class="nav-link2">721065</a></td>
   
         </tr>
  </tbody>
</table>

<div class="card">
<div class="card-header"><b>Goals:</b></div>
  <div class="card-body">
  <img  src="img/projects.png" class="img-collaboration">
   <p>  and includes the features you need for highly productive source code editing. This topic takes you through the basics of the editor and helps you get moving with your code.Visual Studio Code is an editor first and foremost, and includes the features you need for highly productive source code editing. This topic takes you through the basics of the editor and helps you get moving with your code.</p>
  </div>
  </div>



</div>

</div>
</div>
</div> 







</div>




<!---------------------------------------------------------------------------------------------------------Main Content Part End------------------------------------------------------------------------------------------------>

</div>
</div>
<!-------------------------------------------------------------------------------------------------------------- Main Part End ---------------------------------------------------------------------------->


{% endblock %} 







<div id="accordion">   
    <div class="card">
    <div class="card-header">
      <a class="card-link" data-toggle="collapse" href="#{{entity.id}}_{{i}}">
        <h3 class="feature-title">{{ entity.title }}</h3>
      </a>
    </div>
    <div id="{{entity.id}}_{{i}}" class="collapse show" data-parent="#accordion">
      <div class="card-body">
        <div class="card-body">



 <table class="table table-striped table-sm">
  <thead>
     <tr>
       <th scope="col" class="gray">Running Period</th>
       <th scope="col" class="gray">Funded by</th>
       <th scope="col" class="gray">Project Number</th>

           </tr>
   </thead>
   <tbody>
     <tr>
       <th>{{ entity.period }}</th>
       <td>{{ entity.fundingbody }}</td>
       <td><a href="{{ entity.link }}" class="nav-link2">{{ entity.number }}</a></td>

          </tr>
   </tbody>
 </table>


     <div id="container_pubs">
     <b>Goals:</b><br>
     <p>{{ entity.body|raw }}</p>
     <div id="floated_pubs"><img  src="{{ asset('images/projects/'~entity.image)}}" class="pubs_img" /></div>
     </div>



       </div>
      </div>
    </div>
  </div>   
    </div> 