86 lines
5.6 KiB
HTML
86 lines
5.6 KiB
HTML
<style>
|
|
.submission.short-form > header {
|
|
background: url('/app/assets/images/cards/submission-card.jpg');
|
|
background-position: center;
|
|
background-size: cover !important;
|
|
background-repeat: no-repeat;
|
|
}
|
|
.submission.short-form .tools {
|
|
padding-bottom: 8px;
|
|
}
|
|
.submission.short-form input[data-path="organisation"][name="pic"],
|
|
.submission.short-form input[data-path="organisation.address"][name="postcode"],
|
|
.submission.short-form input[data-path="proposal"][name="number"] { min-width: 180px; }
|
|
.submission.short-form textarea { min-height: 120px; }
|
|
.submission.short-form [data-part="funding"] textarea[name="needs"],
|
|
.submission.short-form textarea[name="genderBalance"],
|
|
.submission.short-form [data-part="problem"] textarea,
|
|
.submission.short-form [data-part="solution"] textarea,
|
|
.submission.short-form [data-part="competition"] textarea,
|
|
.submission.short-form [data-part="impacts"] textarea { min-height: 430px; }
|
|
.submission.short-form [data-part="general"] select[name="estimatedTRL"]+div.eicui-select-selection span { white-space: normal; }
|
|
.submission.short-form .tools .contributors { white-space: nowrap; }
|
|
.submission.short-form .tools .contributors [eicchip],
|
|
.submission.short-form .tools .contributors [eicchip] label { cursor: pointer; }
|
|
.submission.short-form [data-part] h2 { white-space: normal; }
|
|
</style>
|
|
<article eiccard media class="submission short-form">
|
|
<header>
|
|
<h1>Short proposal ${models.submission.data.proposal.number}</h1>
|
|
<h2>
|
|
<span eicchip primary>short ${models.submission.data.version}</span>
|
|
<span eicchip primary>${models.submission.data.status}</span>
|
|
${models.submission.data.resubmitted ? `<span eicchip accent>resubmission</span>`:''}
|
|
</h2>
|
|
</header>
|
|
<section>
|
|
<div eicalert danger class="display:none;">
|
|
<p small><span danger>Please note that after <b>December 31st 2023 at 23:59 (GMT +1)</b>, it will no longer be possible to submit a short proposal via the current EIC Platform.</span></p>
|
|
<div small>
|
|
Nonetheless, the platform will remain accessible to consult previous proposals, drafts, results and to access the coaching module.
|
|
Should you intend to submit a new short proposal as of <b>January 3, 2024</b> you can do so via the <a href="https://ec.europa.eu/info/funding-tenders/opportunities/portal/" target="_blank" title="Funding and Tenders Portal">Funding and Tenders Portal</a>.
|
|
Please note that the templates and rules for the short proposal will change under the <a href="https://eic.ec.europa.eu/eic-2024-work-programme_en" target="_blank" title="EIC Work Programme 2024">EIC Work Programme 2024</a>.
|
|
We invite you to read them carefully. The new rules will come into force from <b>January 1, 2024</b>.
|
|
More detailed information will be available shortly on our <a href="https://eic.ec.europa.eu/eic-accelerator-application-platform-frequently-asked-questions_en" target="_blank" title="EIC Website">website</a>.
|
|
</div>
|
|
</div>
|
|
<div class="tools cols-2 right">
|
|
<div class="cols-2">
|
|
<div class="updated"><label small>last saved</label><span class="date" small></span> by <span class="contributor"></span></div>
|
|
<div class="created"><label small>created</label><span class="date" small></span> by <span class="contributor"></span></div>
|
|
</div>
|
|
<div class="contributors"></div>
|
|
</div>
|
|
<div class="form cols-2 left">
|
|
<input type="hidden" name="version" data-path="" value="1.0" />
|
|
<div class="tabs-extended vertical">
|
|
<section>
|
|
<menu eictab>
|
|
<li data-target="general">General<span xxsmall eicbadge danger></span></li>
|
|
<li data-target="problem">Opportunity<span xxsmall eicbadge danger></span></li>
|
|
<li data-target="solution">Solution<span xxsmall eicbadge danger></span></li>
|
|
<li data-target="competition">Competition<span xxsmall eicbadge danger></span></li>
|
|
<li data-target="impacts">Impacts<span xxsmall eicbadge danger></span></li>
|
|
<li data-target="company">Company<span xxsmall eicbadge danger></span></li>
|
|
<li data-target="team">Team<span xxsmall eicbadge danger></span></li>
|
|
<li data-target="funding">Funding<span xxsmall eicbadge danger></span></li>
|
|
<li data-target="documents">Documents<span xxsmall eicbadge danger></span></li>
|
|
<li data-target="status">Submission<span xxsmall eicbadge danger></span></li>
|
|
<li data-target="consent">Data sharing<span xxsmall eicbadge danger></span></li>
|
|
</menu>
|
|
</section>
|
|
</div>
|
|
<div class="content" data-part="general"></div>
|
|
<div class="content" data-part="problem"></div>
|
|
<div class="content" data-part="solution"></div>
|
|
<div class="content" data-part="competition"></div>
|
|
<div class="content" data-part="impacts"></div>
|
|
<div class="content" data-part="company"></div>
|
|
<div class="content" data-part="team"></div>
|
|
<div class="content" data-part="funding"></div>
|
|
<div class="content" data-part="documents"></div>
|
|
<div class="content" data-part="status"></div>
|
|
<div class="content" data-part="consent"></div>
|
|
</div>
|
|
</section>
|
|
</article> |