74 lines
4.6 KiB
HTML
74 lines
4.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 textarea { min-height: 240px; }
|
|
.submission.short-form input[data-path=""][name="PICNumber"],
|
|
.submission.short-form input[data-path=""][name="CEOPhoneNumberCode"],
|
|
.submission.short-form input[data-path=""][name="CompanyPostalCode"] { min-width: 180px; }
|
|
.submission.short-form .tools .contributors { white-space: nowrap; }
|
|
.submission.short-form .tools .contributors [eicchip],
|
|
.submission.short-form .tools .contributors [eicchip] label { cursor: pointer; }
|
|
</style>
|
|
<article eiccard media class="submission short-form legacy">
|
|
<header>
|
|
<h1>Short proposal ${models.submission.data.ProposalId}</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>
|
|
<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>
|
|
<div class="updated">last saved: <span class="date"></span> by <span class="contributor"></span></div>
|
|
<div class="created">created: <span class="date"></span> by <span class="contributor"></span></div>
|
|
</div>
|
|
<div class="contributors"></div>
|
|
</div>
|
|
<div eicalert info>
|
|
This form has been extracted from the previous submission platform and is filled a deprecated submission template.
|
|
You cannot make any more changes to it or use it for submission. If it was not submitted at the time, please start over your proposal using the latest template. If you submitted your proposal at the time with this template, you are still able to see the result of the evaluation through the "submission" tab. Thank you for your understanding.
|
|
</div>
|
|
<div class="form cols-2 left">
|
|
<div class="tabs-extended vertical">
|
|
<section>
|
|
<menu eictab>
|
|
<li data-target="what">What</li>
|
|
<li data-target="why">Why</li>
|
|
<li data-target="who">Who</li>
|
|
<li data-target="how">How</li>
|
|
<li data-target="amount">How much</li>
|
|
<li data-target="whom">For whom</li>
|
|
<li data-target="impact">Impact</li>
|
|
<li data-target="documents">Documents</li>
|
|
<li data-target="status">Submission</li>
|
|
</menu>
|
|
</section>
|
|
</div>
|
|
<div class="content" data-part="what"></div>
|
|
<div class="content" data-part="why"></div>
|
|
<div class="content" data-part="who"></div>
|
|
<div class="content" data-part="how"></div>
|
|
<div class="content" data-part="amount"></div>
|
|
<div class="content" data-part="whom"></div>
|
|
<div class="content" data-part="impact"></div>
|
|
<div class="content" data-part="documents"></div>
|
|
<div class="content" data-part="status"></div>
|
|
</div>
|
|
</section>
|
|
</article> |