Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nightsh committed Nov 12, 2023
0 parents commit 32e519c
Show file tree
Hide file tree
Showing 21 changed files with 662 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/css/bootstrap.min.css

Large diffs are not rendered by default.

446 changes: 446 additions & 0 deletions assets/css/mediumish.css

Large diffs are not rendered by default.

Binary file added assets/img/default-img.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/demopic/1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/demopic/10.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/demopic/2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/demopic/3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/demopic/4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/demopic/5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/demopic/6.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/demopic/7.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/demopic/8.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/demopic/9.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/favicon.ico
Binary file not shown.
Binary file added assets/img/logo-eic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions assets/js/bootstrap.min.js

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions assets/js/ie10-viewport-bug-workaround.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
/*!
* IE10 viewport hack for Surface/desktop Windows 8 bug
* Copyright 2014-2017 The Bootstrap Authors
* Copyright 2014-2017 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/

// See the Getting Started docs for more information:
// https://getbootstrap.com/getting-started/#support-ie10-width

(function () {
'use strict'

if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
var msViewportStyle = document.createElement('style')
msViewportStyle.appendChild(
document.createTextNode(
'@-ms-viewport{width:auto!important}'
)
)
document.head.appendChild(msViewportStyle)
}

}())
4 changes: 4 additions & 0 deletions assets/js/jquery.min.js

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions assets/js/mediumish.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
$(function(){
var topOfOthDiv = $(".hideshare").offset().top;
$(window).scroll(function() {
if($(window).scrollTop() > topOfOthDiv) { //scrolled past the other div?
$(".share").hide(); //reached the desired point -- show div
}
else{
$(".share").show();
}
});
});
164 changes: 164 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,164 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="assets/img/favicon.ico">
<title>The EIC Incubator on Climate Collapse &amp; Society</title>
<!-- Bootstrap core CSS -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<!-- Fonts -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Righteous%7CMerriweather:300,300i,400,400i,700,700i" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="assets/css/mediumish.css" rel="stylesheet">
</head>
<body>

<!-- Begin Nav
================================================== -->
<nav class="navbar navbar-toggleable-md navbar-light bg-white fixed-top mediumnavigation">
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="container">
<!-- Begin Logo -->
<a class="navbar-brand" href="index.html">
<img src="assets/img/logo-eic.png" alt="logo">
</a>
<!-- End Logo -->
<div class="collapse navbar-collapse" id="navbarsExampleDefault">
<!-- Begin Menu -->
<!--
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">Stories <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="post.html">Post</a>
</li>
<li class="nav-item">
<a class="nav-link" href="author.html">Author</a>
</li>
</ul>
-->
<!-- End Menu -->
<!-- Begin Search -->
<!--
<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="text" placeholder="Search">
<span class="search-icon"><svg class="svgIcon-use" width="25" height="25" viewbox="0 0 25 25"><path d="M20.067 18.933l-4.157-4.157a6 6 0 1 0-.884.884l4.157 4.157a.624.624 0 1 0 .884-.884zM6.5 11c0-2.62 2.13-4.75 4.75-4.75S16 8.38 16 11s-2.13 4.75-4.75 4.75S6.5 13.62 6.5 11z"></path></svg></span>
</form>
-->
<!-- End Search -->
</div>
</div>
</nav>
<!-- End Nav
================================================== -->

<!-- Begin Article
================================================== -->
<div class="container">
<div class="row">

<!-- Begin Fixed Left Share -->
<div class="col-md-2 col-xs-12">
</div>
<!-- End Fixed Left Share -->

<!-- Begin Post -->
<div class="col-md-8 col-md-offset-2 col-xs-12">
<div class="mainheading">

<h1 class="posttitle">The EIC Incubator on Climate Collapse & Society</h1>

</div>

<!-- Begin Featured Image -->
<img class="featured-image img-fluid" src="assets/img/demopic/10.jpg" alt="">
<!-- End Featured Image -->

<!-- Begin Post Content -->
<div class="article-post">
<p>Newsroom members of the
<a href="http://www.eic.network"> EIC.network </a>
endorsed the creation of the EIC Incubator Stichting, an independent Foundation registered in 2023 under the Dutch Law (
<a href="https://www.kvk.nl/bestellen/#/89603060"> KVK number 89603060 </a>).
</p><p>
The main focus of this Foundation is to match existing newsroom investments in investigative journalism with outside grant making and donations, and primarily focus on the impact of Climate Collapse on Society with more resources.
</p><p>
Think about a similar rollout like EIC.network's <a href="https://eic.network/projects/football-leaks.html">Football Leaks</a> series of revelations, or the <a href="https://eic.network/projects/predator-files.html">Predator Files</a>, only focused on <b>Energy</b>, including geopolitical and secret services war-games, illustrated with crime stories and strong characters, as well as with new and surprising implications for European societies. The stories will be richer than if done by a single newsroom, wider in approach, deeper in scope, European wide.
</p><p>

The aim of the Incubator is to do investigative stories that are larger and more impactful, not for financial benefits, but for the benefit of the European public interest. The EIC Incubator will serve to steward and scale such cross border and cross-disciplinary investigative journalism in Europe.
</p><p>

To do so, the EIC Incubator will offer journalists working with EIC newsrooms the opportunity to be released of the time constraints and limitations imposed by newsrooms (targeted focus on national/local angles and audiences).
They will be hosted in a Lab-like research/doing environment, for up to a year, and will be supported financially under the form of a story-producing Fellowship that will be matched with work done by the EIC newsrooms. We will focus on journalists with great <i>ideas and leads</i>, substantiated by insightful data and <i>a solid preliminary research</i>.
</p><p>

Secondly, the EIC Incubator develops and maintains independently-deployed collaborative technologies under the <a href="https://github.com/liquidinvestigations">Liquid Lab</a>, an affordable and safe bundle of tools for collaborative knowledge production between concerned citizens, investigative journalists, media organizations, and research activists.
</p><p>

This transformative approach will grow an interinstitutional pool of talent around a journalistic R&D, yielding in-depth and high-impact stories and tools.
</p><p>

The role of Director for this Foundation is taken by <a href="https://ro.linkedin.com/in/stefan-candea-43ab8819">Stefan Candea</a>, currently the coordinator and co-founder of the EIC network. He is in the process of requesting an ANBI status for the Incubator.
</p><p>

<a href="https://www.standaard.be/auteur/karel-verhoeven">Karel Verhoeven</a> (Belgium), <a href="https://expresso.pt/autores/2015-05-05-Micael-Pereira-e9bf5c4f">Micael Pereira</a> (Portugal) and <a href="https://activewatch.ro/cine-suntem/">Liana Ganea</a> (Romania) are forming the kick-off Supervisory Board, which will grow based on cooptation up to 9 members. The majority of the Board will be made from people who are not part of the EIC.network newsrooms.
</p><p>

<ul>
<li>
<a href="http://www.eic.network">EIC.network</a> stands for European Investigative Collaborations, a special partnership between European newsrooms since 2016. It works as a multilingual, investigative newsroom across European media;
</li><li>
EIC Incubator is an independent Foundation registered in the Netherlands- Please find here the Articles of Incorporation and the Policy Plan;
</li><li>
For discussing stories ideas, please get in touch with Stefan at <a href="mailto:[email protected]">[email protected]</a>
</li><li>
For discussing tech related matters, please get in touch with Gabi at <a href="mailto:[email protected]">[email protected]</a>
</li><li>
For more details on how to financially support the EIC Incubator please get in touch with Andreea at <a href="mailto:[email protected]">[email protected]</a>.</p>
</li>
</ul>
</p>
</div>
<!-- End Post Content -->
</div>
<!-- End Post -->
</div>
</div>
<!-- End Article
================================================== -->

<div class="hideshare"></div>


<!-- Begin Footer
================================================== -->
<div class="container">
<div class="footer">
<p class="pull-right">
Copyright &copy; 2023 EIC
</p>
<div class="clearfix">
</div>
</div>
</div>
<!-- End Footer
================================================== -->

<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="assets/js/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js" integrity="sha384-DztdAPBWPRXSA/3eYEEUWrWCy7G5KFbe8fFjk5JAIxUYHKkDx6Qin1DkWx51bBrb" crossorigin="anonymous"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/ie10-viewport-bug-workaround.js"></script>
<script src="assets/js/mediumish.js"></script>
</body>
</html>

0 comments on commit 32e519c

Please sign in to comment.