Revised d4science base theme for EUlogo and EUlinks. Revised all dependent themes. Fixed BC2026 theme.
This commit is contained in:
parent
e3752df311
commit
2f586b695a
|
@ -18,9 +18,11 @@
|
|||
#linkProject= absolute link to project home site
|
||||
#descrProject= description of project
|
||||
|
||||
#ECLogo= include EC logo defaults to no
|
||||
#ECLogoStyle= custom style for EC logo defaults to max-width: 35px;
|
||||
#ECLogoAlt= alt text for EC logo defaults to EU H2020 programme
|
||||
#ECLogo= include EC logo, defaults to no
|
||||
#ECLogoLink= link to eu horizon programme
|
||||
#ECLogoSrc= logo flag image url
|
||||
#ECLogoStyle= custom style for EC logo defaults to max-width: 80px;
|
||||
#ECLogoAlt= alt text for EC logo defaults to EU Horizon programme
|
||||
#footerRow= custom HTML text for footer content
|
||||
|
||||
parent=d4science
|
||||
|
@ -46,7 +48,7 @@ linkPrivacy=https://www.iubenda.com/privacy-policy/441050
|
|||
linkProject=http://plus.aginfra.eu/
|
||||
|
||||
ECLogo=yes
|
||||
ECLogoStyle=max-width: 35px;
|
||||
ECLogoLink=http://ec.europa.eu/programmes/horizon2020/
|
||||
ECLogoAlt=EU H2020 programme
|
||||
|
||||
footerRow=AGINFRA PLUS receives funding from the European Unions Horizon 2020 research and innovation programme under grant agreement No. 731001 <br/> The views and opinions expressed in this website are the sole responsibility of the author and do not necessarily reflect the views of the European Commission.
|
||||
|
|
|
@ -18,9 +18,11 @@
|
|||
#linkProject= absolute link to project home site
|
||||
#descrProject= description of project
|
||||
|
||||
#ECLogo= include EC logo defaults to no
|
||||
#ECLogoStyle= custom style for EC logo defaults to max-width: 35px;
|
||||
#ECLogoAlt= alt text for EC logo defaults to EU H2020 programme
|
||||
#ECLogo= include EC logo, defaults to no
|
||||
#ECLogoLink= link to eu horizon programme
|
||||
#ECLogoSrc= logo flag image url
|
||||
#ECLogoStyle= custom style for EC logo defaults to max-width: 80px;
|
||||
#ECLogoAlt= alt text for EC logo defaults to EU Horizon programme
|
||||
#footerRow= custom HTML text for footer content
|
||||
|
||||
parent=d4science
|
||||
|
@ -46,7 +48,7 @@ linkPrivacy=https://www.iubenda.com/privacy-policy/441050
|
|||
linkProject=http://ariadne-infrastructure.eu
|
||||
|
||||
ECLogo=yes
|
||||
ECLogoStyle=max-width: 35px;
|
||||
ECLogoLink=http://ec.europa.eu/programmes/horizon2020/
|
||||
ECLogoAlt=EU H2020 programme
|
||||
|
||||
footerRow=ARIADNEplus is funded by the European Commission under the H2020 Programme, contract no. H2020-INFRAIA-2018-1-823914. <br/>The views and opinions expressed in this publication are the sole responsibility of the author and do not necessarily reflect the views of the European Commission.
|
||||
|
|
|
@ -18,9 +18,11 @@
|
|||
#linkProject= absolute link to project home site
|
||||
#descrProject= description of project
|
||||
|
||||
#ECLogo= include EC logo defaults to no
|
||||
#ECLogoStyle= custom style for EC logo defaults to max-width: 35px;
|
||||
#ECLogoAlt= alt text for EC logo defaults to EU H2020 programme
|
||||
#ECLogo= include EC logo, defaults to no
|
||||
#ECLogoLink= link to eu horizon programme
|
||||
#ECLogoSrc= logo flag image url
|
||||
#ECLogoStyle= custom style for EC logo defaults to max-width: 80px;
|
||||
#ECLogoAlt= alt text for EC logo defaults to EU Horizon programme
|
||||
#footerRow= custom HTML text for footer content
|
||||
|
||||
parent=d4science
|
||||
|
@ -32,7 +34,7 @@ contentBgImg=
|
|||
contentStyle=background: url("https://blue-cloud.d4science.org/generic-configurable-theme/images/custom/bb_background.jpg") no-repeat center center fixed; background-size: cover;
|
||||
|
||||
|
||||
logoSrc=https://blue-cloud.d4science.org/image/layout_set_logo?img_id=199274286
|
||||
logoSrc=https://blue-cloud.d4science.org/documents/199274161/0/logo-color_logintheme.png/7621a07d-7d69-4e0b-9514-9d059bc6468f?t=1694417188378
|
||||
logoAlt=Blue-Cloud Gateway
|
||||
logoStyle=height: 50px;
|
||||
|
||||
|
@ -46,7 +48,5 @@ linkPrivacy=https://www.iubenda.com/privacy-policy/441050
|
|||
linkProject=https://www.blue-cloud.org
|
||||
|
||||
ECLogo=yes
|
||||
ECLogoStyle=max-width: 35px;
|
||||
ECLogoAlt=EU H2020 programme
|
||||
|
||||
footerRow=Blue-Cloud has received funding from the European Unions Horizon programme call BG-07-2019-2020, topic: [A] 2019 - Blue Cloud services, Grant Agreement n.862409
|
||||
footerRow=The Blue-Cloud 2026 project has received funding from the European Union's Horizon Europe research and innovation programme under grant agreement No 101094227.<br/>The views and opinions expressed in this website are the sole responsibility of the author and do not necessarily reflect the views of the European Commission.
|
||||
|
|
|
@ -190,11 +190,11 @@
|
|||
<#if properties.linkProject?has_content><a href="${properties.linkProject!}" target="_blank">${properties.descrProject!}</a></#if>
|
||||
</div>
|
||||
<#if properties.ECLogo?has_content && properties.ECLogo='yes'>
|
||||
<div style="display: flex; padding-top: 10px; justify-content: space-between;">
|
||||
<div style="display: flex; padding-top: 10px; justify-content: space-between; gap: 10px;">
|
||||
<#if properties.footerRow?has_content><div>${kcSanitize(properties.footerRow)?no_esc}</div></#if>
|
||||
<div style="align-self: center;">
|
||||
<a href="http://ec.europa.eu/programmes/horizon2020/" target="_blank">
|
||||
<img class="float-right" alt="${properties.ECLogoAlt!}" src="${url.resourcesPath}/img/logo-ec.jpg" style="${properties.ECLogoStyle!}">
|
||||
<a href="${properties.ECLogoLink!}" target="_blank">
|
||||
<img class="float-right" alt="${properties.ECLogoAlt!}" src="${properties.ECLogoSrc!}" style="${properties.ECLogoStyle!}">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -28,8 +28,10 @@ linkPrivacy=https://www.iubenda.com/privacy-policy/441050
|
|||
descrProject=Project Home
|
||||
|
||||
ECLogo=no
|
||||
ECLogoStyle=max-width: 35px;
|
||||
ECLogoAlt=EU H2020 programme
|
||||
ECLogoLink=https://research-and-innovation.ec.europa.eu/funding/funding-opportunities/funding-programmes-and-open-calls/horizon-europe_en
|
||||
ECLogoSrc=https://services.d4science.org/documents/199274161/0/EN_fundedbyEU_VERTICAL_RGB_POS.png/c3736d53-11e9-40e1-88c9-eed816b4b7ac?t=1694429995786
|
||||
ECLogoStyle=max-width: 80px;
|
||||
ECLogoAlt=EU Horizon programme
|
||||
|
||||
#Uncomment the following line if needed
|
||||
#footerRow=Project has received funding from the European Union's Horizon programme ...
|
||||
|
|
|
@ -18,9 +18,11 @@
|
|||
#linkProject= absolute link to project home site
|
||||
#descrProject= description of project
|
||||
|
||||
#ECLogo= include EC logo defaults to no
|
||||
#ECLogoStyle= custom style for EC logo defaults to max-width: 35px;
|
||||
#ECLogoAlt= alt text for EC logo defaults to EU H2020 programme
|
||||
#ECLogo= include EC logo, defaults to no
|
||||
#ECLogoLink= link to eu horizon programme
|
||||
#ECLogoSrc= logo flag image url
|
||||
#ECLogoStyle= custom style for EC logo defaults to max-width: 80px;
|
||||
#ECLogoAlt= alt text for EC logo defaults to EU Horizon programme
|
||||
#footerRow= custom HTML text for footer content
|
||||
|
||||
parent=d4science
|
||||
|
@ -46,7 +48,5 @@ linkPrivacy=https://www.iubenda.com/privacy-policy/441050
|
|||
linkProject=
|
||||
|
||||
ECLogo=no
|
||||
ECLogoStyle=max-width: 35px;
|
||||
ECLogoAlt=EU H2020 programme
|
||||
|
||||
footerRow=Hypermedia Dante Network (HDN) is a National Project funded by the Italian National Research project (PRIN) funded by the Italian Ministry of Education, University and Research (MIUR)
|
||||
|
|
|
@ -18,9 +18,11 @@
|
|||
#linkProject= absolute link to project home site
|
||||
#descrProject= description of project
|
||||
|
||||
#ECLogo= include EC logo defaults to no
|
||||
#ECLogoStyle= custom style for EC logo defaults to max-width: 35px;
|
||||
#ECLogoAlt= alt text for EC logo defaults to EU H2020 programme
|
||||
#ECLogo= include EC logo, defaults to no
|
||||
#ECLogoLink= link to eu horizon programme
|
||||
#ECLogoSrc= logo flag image url
|
||||
#ECLogoStyle= custom style for EC logo defaults to max-width: 80px;
|
||||
#ECLogoAlt= alt text for EC logo defaults to EU Horizon programme
|
||||
#footerRow= custom HTML text for footer content
|
||||
|
||||
parent=d4science
|
||||
|
@ -47,7 +49,7 @@ linkProject=
|
|||
descrProject=
|
||||
|
||||
ECLogo=yes
|
||||
ECLogoStyle=max-width: 35px;
|
||||
ECLogoLink=http://ec.europa.eu/programmes/horizon2020/
|
||||
ECLogoAlt=EU H2020 programme
|
||||
|
||||
footerRow=DESIRA is a Horizon 2020 project funded by the European Commission. The views and opinions expressed in this publication are the sole responsibility of the author and do not necessarily reflect the views of the European Commission
|
||||
|
|
|
@ -26,7 +26,5 @@ linkProject=https://dev4.d4science.org
|
|||
descrProject=Go to D4Science Gateway
|
||||
|
||||
ECLogo=no
|
||||
ECLogoStyle=max-width: 35px;
|
||||
ECLogoAlt=EU H2020 programme
|
||||
|
||||
footerRow=
|
||||
|
|
|
@ -18,9 +18,11 @@
|
|||
#linkProject= absolute link to project home site
|
||||
#descrProject= description of project
|
||||
|
||||
#ECLogo= include EC logo defaults to no
|
||||
#ECLogoStyle= custom style for EC logo defaults to max-width: 35px;
|
||||
#ECLogoAlt= alt text for EC logo defaults to EU H2020 programme
|
||||
#ECLogo= include EC logo, defaults to no
|
||||
#ECLogoLink= link to eu horizon programme
|
||||
#ECLogoSrc= logo flag image url
|
||||
#ECLogoStyle= custom style for EC logo defaults to max-width: 80px;
|
||||
#ECLogoAlt= alt text for EC logo defaults to EU Horizon programme
|
||||
#footerRow= custom HTML text for footer content
|
||||
|
||||
parent=d4science
|
||||
|
@ -46,7 +48,7 @@ linkPrivacy=https://www.iubenda.com/privacy-policy/441050
|
|||
linkProject=https://www.eosc-pillar.eu
|
||||
|
||||
ECLogo=yes
|
||||
ECLogoStyle=max-width: 35px;
|
||||
ECLogoLink=http://ec.europa.eu/programmes/horizon2020/
|
||||
ECLogoAlt=EU H2020 programme
|
||||
|
||||
footerRow=EOSC Pillar has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreement No. 857650. <br/>The views and opinions expressed in this publication are the sole responsibility of the author and do not necessarily reflect the views of the European Commission.
|
||||
|
|
|
@ -18,9 +18,11 @@
|
|||
#linkProject= absolute link to project home site
|
||||
#descrProject= description of project
|
||||
|
||||
#ECLogo= include EC logo defaults to no
|
||||
#ECLogoStyle= custom style for EC logo defaults to max-width: 35px;
|
||||
#ECLogoAlt= alt text for EC logo defaults to EU H2020 programme
|
||||
#ECLogo= include EC logo, defaults to no
|
||||
#ECLogoLink= link to eu horizon programme
|
||||
#ECLogoSrc= logo flag image url
|
||||
#ECLogoStyle= custom style for EC logo defaults to max-width: 80px;
|
||||
#ECLogoAlt= alt text for EC logo defaults to EU Horizon programme
|
||||
#footerRow= custom HTML text for footer content
|
||||
|
||||
parent=d4science
|
||||
|
@ -46,7 +48,7 @@ linkPrivacy=https://www.iubenda.com/privacy-policy/441050
|
|||
linkProject=https://www.eoscsecretariat.eu
|
||||
|
||||
ECLogo=yes
|
||||
ECLogoStyle=max-width: 35px;
|
||||
ECLogoLink=http://ec.europa.eu/programmes/horizon2020/
|
||||
ECLogoAlt=EU H2020 programme
|
||||
|
||||
footerRow=EOSCsecretariat.eu has received funding from the European Unions Horizon Programme call H2020-INFRAEOSC-2018-4, grant Agreement number 831644. <br/>The views and opinions expressed in this publication are the sole responsibility of the author and do not necessarily reflect the views of the European Commission.
|
||||
|
|
|
@ -22,7 +22,7 @@ linkProject=http://plus.aginfra.eu/
|
|||
descrProject=
|
||||
|
||||
ECLogo=yes
|
||||
ECLogoStyle=max-width: 35px;
|
||||
ECLogoLink=http://ec.europa.eu/programmes/horizon2020/
|
||||
ECLogoAlt=EU H2020 programme
|
||||
|
||||
footerRow=AGINFRA PLUS receives funding from the European Unions Horizon 2020 research and innovation programme under grant agreement No. 731001 <br/> The views and opinions expressed in this website are the sole responsibility of the author and do not necessarily reflect the views of the European Commission.
|
||||
|
|
|
@ -18,9 +18,11 @@
|
|||
#linkProject= absolute link to project home site
|
||||
#descrProject= description of project
|
||||
|
||||
#ECLogo= include EC logo defaults to no
|
||||
#ECLogoStyle= custom style for EC logo defaults to max-width: 35px;
|
||||
#ECLogoAlt= alt text for EC logo defaults to EU H2020 programme
|
||||
#ECLogo= include EC logo, defaults to no
|
||||
#ECLogoLink= link to eu horizon programme
|
||||
#ECLogoSrc= logo flag image url
|
||||
#ECLogoStyle= custom style for EC logo defaults to max-width: 80px;
|
||||
#ECLogoAlt= alt text for EC logo defaults to EU Horizon programme
|
||||
#footerRow= custom HTML text for footer content
|
||||
|
||||
parent=d4science
|
||||
|
@ -46,7 +48,7 @@ linkPrivacy=https://www.iubenda.com/privacy-policy/441050
|
|||
linkProject=http://www.gemex-h2020.eu/index.php
|
||||
|
||||
ECLogo=yes
|
||||
ECLogoStyle=max-width: 35px;
|
||||
ECLogoLink=http://ec.europa.eu/programmes/horizon2020/
|
||||
ECLogoAlt=EU H2020 programme
|
||||
|
||||
footerRow=This project has received funding from the European Union's Horizon 2020 Framework Programme for Research and Innovation (H2020-LCE-2016-23) under grant agreement No. 727550. This publication/multimedia product/presentation reflects the views of the author, and the European Union cannot be held responsible for any use which might be made of the information contained therein.
|
||||
|
|
|
@ -18,9 +18,11 @@
|
|||
#linkProject= absolute link to project home site
|
||||
#descrProject= description of project
|
||||
|
||||
#ECLogo= include EC logo defaults to no
|
||||
#ECLogoStyle= custom style for EC logo defaults to max-width: 35px;
|
||||
#ECLogoAlt= alt text for EC logo defaults to EU H2020 programme
|
||||
#ECLogo= include EC logo, defaults to no
|
||||
#ECLogoLink= link to eu horizon programme
|
||||
#ECLogoSrc= logo flag image url
|
||||
#ECLogoStyle= custom style for EC logo defaults to max-width: 80px;
|
||||
#ECLogoAlt= alt text for EC logo defaults to EU Horizon programme
|
||||
#footerRow= custom HTML text for footer content
|
||||
|
||||
parent=d4science
|
||||
|
@ -46,7 +48,7 @@ linkPrivacy=https://www.iubenda.com/privacy-policy/441050
|
|||
linkProject=https://cordis.europa.eu/project/rcn/224947/factsheet/en?WT.mc_id=RSS-Feed&WT.rss_f=project&WT.rss_a=224947&WT.rss_ev=a
|
||||
|
||||
ECLogo=yes
|
||||
ECLogoStyle=max-width: 35px;
|
||||
ECLogoLink=http://ec.europa.eu/programmes/horizon2020/
|
||||
ECLogoAlt=EU H2020 programme
|
||||
|
||||
footerRow=In-vivo Gene Editing by NanotransducErs (I-GENE) has received funding from the European Unions Horizon programme call H2020-EU.1.2.1, Grant Agreement n.862714<br/>The views and opinions expressed in this publication are the sole responsibility of the author and do not necessarily reflect the views of the European Commission.
|
||||
|
|
|
@ -18,9 +18,11 @@
|
|||
#linkProject= absolute link to project home site
|
||||
#descrProject= description of project
|
||||
|
||||
#ECLogo= include EC logo defaults to no
|
||||
#ECLogoStyle= custom style for EC logo defaults to max-width: 35px;
|
||||
#ECLogoAlt= alt text for EC logo defaults to EU H2020 programme
|
||||
#ECLogo= include EC logo, defaults to no
|
||||
#ECLogoLink= link to eu horizon programme
|
||||
#ECLogoSrc= logo flag image url
|
||||
#ECLogoStyle= custom style for EC logo defaults to max-width: 80px;
|
||||
#ECLogoAlt= alt text for EC logo defaults to EU Horizon programme
|
||||
#footerRow= custom HTML text for footer content
|
||||
|
||||
parent=d4science
|
||||
|
@ -48,7 +50,7 @@ linkProject=
|
|||
descrProject=
|
||||
|
||||
ECLogo=yes
|
||||
ECLogoStyle=max-width: 35px;
|
||||
ECLogoLink=http://ec.europa.eu/programmes/horizon2020/
|
||||
ECLogoAlt=EU H2020 programme
|
||||
|
||||
footerRow=iMarine was supported by the European Union's research and innovation programmes. <br/> The views and opinions expressed in this website are the sole responsibility of the author and do not necessarily reflect the views of the European Commission.
|
||||
|
|
|
@ -18,9 +18,11 @@
|
|||
#linkProject= absolute link to project home site
|
||||
#descrProject= description of project
|
||||
|
||||
#ECLogo= include EC logo defaults to no
|
||||
#ECLogoStyle= custom style for EC logo defaults to max-width: 35px;
|
||||
#ECLogoAlt= alt text for EC logo defaults to EU H2020 programme
|
||||
#ECLogo= include EC logo, defaults to no
|
||||
#ECLogoLink= link to eu horizon programme
|
||||
#ECLogoSrc= logo flag image url
|
||||
#ECLogoStyle= custom style for EC logo defaults to max-width: 80px;
|
||||
#ECLogoAlt= alt text for EC logo defaults to EU Horizon programme
|
||||
#footerRow= custom HTML text for footer content
|
||||
|
||||
parent=d4science
|
||||
|
@ -46,7 +48,7 @@ linkPrivacy=https://www.iubenda.com/privacy-policy/441050
|
|||
linkProject=https://www.moving-h2020.eu
|
||||
|
||||
ECLogo=yes
|
||||
ECLogoStyle=max-width: 35px;
|
||||
ECLogoLink=http://ec.europa.eu/programmes/horizon2020/
|
||||
ECLogoAlt=EU H2020 programme
|
||||
|
||||
footerRow=MOVING project has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreement No. 862739. This website reflects only the authors view and REA and the EC are not responsible for any use that may be made of the information it contains.
|
||||
|
|
|
@ -26,7 +26,5 @@ linkProject=https://next.d4science.org/
|
|||
descrProject=Go to D4Science Gateway
|
||||
|
||||
ECLogo=no
|
||||
ECLogoStyle=max-width: 35px;
|
||||
ECLogoAlt=EU H2020 programme
|
||||
|
||||
footerRow=
|
|
@ -18,9 +18,11 @@
|
|||
#linkProject= absolute link to project home site
|
||||
#descrProject= description of project
|
||||
|
||||
#ECLogo= include EC logo defaults to no
|
||||
#ECLogoStyle= custom style for EC logo defaults to max-width: 35px;
|
||||
#ECLogoAlt= alt text for EC logo defaults to EU H2020 programme
|
||||
#ECLogo= include EC logo, defaults to no
|
||||
#ECLogoLink= link to eu horizon programme
|
||||
#ECLogoSrc= logo flag image url
|
||||
#ECLogoStyle= custom style for EC logo defaults to max-width: 80px;
|
||||
#ECLogoAlt= alt text for EC logo defaults to EU Horizon programme
|
||||
#footerRow= custom HTML text for footer content
|
||||
|
||||
parent=d4science
|
||||
|
@ -45,7 +47,7 @@ linkPrivacy=https://www.iubenda.com/privacy-policy/441050
|
|||
linkProject=https://www.openaire.eu/connect
|
||||
|
||||
ECLogo=yes
|
||||
ECLogoStyle=max-width: 35px;
|
||||
ECLogoLink=http://ec.europa.eu/programmes/horizon2020/
|
||||
ECLogoAlt=EU H2020 programme
|
||||
|
||||
footerRow=OpenAIRE Connect is a Horizon 2020 project (Project n. 643410) funded by the European Commission. The views and opinions expressed in this publication are the sole responsibility of the author and do not necessarily reflect the views of the European Commission.
|
||||
|
|
|
@ -18,9 +18,11 @@
|
|||
#linkProject= absolute link to project home site
|
||||
#descrProject= description of project
|
||||
|
||||
#ECLogo= include EC logo defaults to no
|
||||
#ECLogoStyle= custom style for EC logo defaults to max-width: 35px;
|
||||
#ECLogoAlt= alt text for EC logo defaults to EU H2020 programme
|
||||
#ECLogo= include EC logo, defaults to no
|
||||
#ECLogoLink= link to eu horizon programme
|
||||
#ECLogoSrc= logo flag image url
|
||||
#ECLogoStyle= custom style for EC logo defaults to max-width: 80px;
|
||||
#ECLogoAlt= alt text for EC logo defaults to EU Horizon programme
|
||||
#footerRow= custom HTML text for footer content
|
||||
|
||||
parent=d4science
|
||||
|
@ -46,7 +48,7 @@ linkPrivacy=https://www.iubenda.com/privacy-policy/441050
|
|||
linkProject=http://www.parthenos-project.eu
|
||||
|
||||
ECLogo=yes
|
||||
ECLogoStyle=max-width: 35px;
|
||||
ECLogoLink=http://ec.europa.eu/programmes/horizon2020/
|
||||
ECLogoAlt=EU H2020 programme
|
||||
|
||||
footerRow=PARTHENOS is a Horizon 2020 project funded by the European Commission. The views and opinions expressed in this publication are the sole responsibility of the author and do not necessarily reflect the views of the European Commission.
|
||||
|
|
|
@ -18,9 +18,11 @@
|
|||
#linkProject= absolute link to project home site
|
||||
#descrProject= description of project
|
||||
|
||||
#ECLogo= include EC logo defaults to no
|
||||
#ECLogoStyle= custom style for EC logo defaults to max-width: 35px;
|
||||
#ECLogoAlt= alt text for EC logo defaults to EU H2020 programme
|
||||
#ECLogo= include EC logo, defaults to no
|
||||
#ECLogoLink= link to eu horizon programme
|
||||
#ECLogoSrc= logo flag image url
|
||||
#ECLogoStyle= custom style for EC logo defaults to max-width: 80px;
|
||||
#ECLogoAlt= alt text for EC logo defaults to EU Horizon programme
|
||||
#footerRow= custom HTML text for footer content
|
||||
|
||||
parent=d4science
|
||||
|
@ -46,7 +48,7 @@ linkPrivacy=https://www.iubenda.com/privacy-policy/441050
|
|||
linkProject=https://performfish.eu
|
||||
|
||||
ECLogo=yes
|
||||
ECLogoStyle=max-width: 35px;
|
||||
ECLogoLink=http://ec.europa.eu/programmes/horizon2020/
|
||||
ECLogoAlt=EU H2020 programme
|
||||
|
||||
footerRow=PerformFISH has received funding from the European Union's Horizon 2020 research and innovation programme under Grant Agreement no 727610 (PerformFISH). This output reflects the views only of the author(s), and the European Union cannot be held responsible for any use which may be made of the information contained therein.
|
||||
|
|
|
@ -18,9 +18,11 @@
|
|||
#linkProject= absolute link to project home site
|
||||
#descrProject= description of project
|
||||
|
||||
#ECLogo= include EC logo defaults to no
|
||||
#ECLogoStyle= custom style for EC logo defaults to max-width: 35px;
|
||||
#ECLogoAlt= alt text for EC logo defaults to EU H2020 programme
|
||||
#ECLogo= include EC logo, defaults to no
|
||||
#ECLogoLink= link to eu horizon programme
|
||||
#ECLogoSrc= logo flag image url
|
||||
#ECLogoStyle= custom style for EC logo defaults to max-width: 80px;
|
||||
#ECLogoAlt= alt text for EC logo defaults to EU Horizon programme
|
||||
#footerRow= custom HTML text for footer content
|
||||
|
||||
parent=d4science
|
||||
|
@ -46,7 +48,7 @@ linkPrivacy=https://www.iubenda.com/privacy-policy/441050
|
|||
linkProject=https://risis2.eu
|
||||
|
||||
ECLogo=yes
|
||||
ECLogoStyle=max-width: 35px;
|
||||
ECLogoLink=http://ec.europa.eu/programmes/horizon2020/
|
||||
ECLogoAlt=EU H2020 programme
|
||||
|
||||
footerRow=RISIS2 has received funding by the European Union under Horizon2020 Research and Innovation Programme Grant Agreement n. 24091 <br/> The views and opinions expressed in this publication are the sole responsibility of the author and do not necessarily reflect the views of the European Commission.
|
||||
|
|
|
@ -18,9 +18,11 @@
|
|||
#linkProject= absolute link to project home site
|
||||
#descrProject= description of project
|
||||
|
||||
#ECLogo= include EC logo defaults to no
|
||||
#ECLogoStyle= custom style for EC logo defaults to max-width: 35px;
|
||||
#ECLogoAlt= alt text for EC logo defaults to EU H2020 programme
|
||||
#ECLogo= include EC logo, defaults to no
|
||||
#ECLogoLink= link to eu horizon programme
|
||||
#ECLogoSrc= logo flag image url
|
||||
#ECLogoStyle= custom style for EC logo defaults to max-width: 80px;
|
||||
#ECLogoAlt= alt text for EC logo defaults to EU Horizon programme
|
||||
#footerRow= custom HTML text for footer content
|
||||
|
||||
parent=d4science
|
||||
|
@ -47,7 +49,5 @@ linkProject=
|
|||
descrProject=
|
||||
|
||||
ECLogo=no
|
||||
ECLogoStyle=max-width: 35px;
|
||||
ECLogoAlt=EU H2020 programme
|
||||
|
||||
footerRow=This Gateway is an access point to the Virtual Research Environments (VREs) managed by INGV-Pisa (Istituto Nazionale di Geofisica e Vulcanologia) for promoting collaborative research in Computational Solid Earth Sciences.
|
||||
|
|
|
@ -18,9 +18,11 @@
|
|||
#linkProject= absolute link to project home site
|
||||
#descrProject= description of project
|
||||
|
||||
#ECLogo= include EC logo defaults to no
|
||||
#ECLogoStyle= custom style for EC logo defaults to max-width: 35px;
|
||||
#ECLogoAlt= alt text for EC logo defaults to EU H2020 programme
|
||||
#ECLogo= include EC logo, defaults to no
|
||||
#ECLogoLink= link to eu horizon programme
|
||||
#ECLogoSrc= logo flag image url
|
||||
#ECLogoStyle= custom style for EC logo defaults to max-width: 80px;
|
||||
#ECLogoAlt= alt text for EC logo defaults to EU Horizon programme
|
||||
#footerRow= custom HTML text for footer content
|
||||
|
||||
parent=d4science
|
||||
|
@ -46,7 +48,5 @@ linkPrivacy=https://www.iubenda.com/privacy-policy/441050
|
|||
linkProject=https://www.d4science.org/
|
||||
|
||||
ECLogo=no
|
||||
ECLogoStyle=max-width: 35px;
|
||||
ECLogoAlt=EU H2020 programme
|
||||
|
||||
footerRow=D4Science is supporting the operation of a large set of diverse Initiatives, Communities of Practice, and Projects by offering VREs and Services.
|
||||
|
|
|
@ -18,9 +18,11 @@
|
|||
#linkProject= absolute link to project home site
|
||||
#descrProject= description of project
|
||||
|
||||
#ECLogo= include EC logo defaults to no
|
||||
#ECLogoStyle= custom style for EC logo defaults to max-width: 35px;
|
||||
#ECLogoAlt= alt text for EC logo defaults to EU H2020 programme
|
||||
#ECLogo= include EC logo, defaults to no
|
||||
#ECLogoLink= link to eu horizon programme
|
||||
#ECLogoSrc= logo flag image url
|
||||
#ECLogoStyle= custom style for EC logo defaults to max-width: 80px;
|
||||
#ECLogoAlt= alt text for EC logo defaults to EU Horizon programme
|
||||
#footerRow= custom HTML text for footer content
|
||||
|
||||
parent=d4science
|
||||
|
@ -46,7 +48,7 @@ linkPrivacy=https://www.iubenda.com/privacy-policy/441050
|
|||
linkProject=http://www.sobigdata.eu
|
||||
|
||||
ECLogo=yes
|
||||
ECLogoStyle=max-width: 35px;
|
||||
ECLogoLink=http://ec.europa.eu/programmes/horizon2020/
|
||||
ECLogoAlt=EU H2020 programme
|
||||
|
||||
footerRow=SoBigData.eu receives funding from the European Unions Horizon 2020 research and innovation programme under grant agreements No. 654024 and 871042<br/>The views and opinions expressed in this website are the sole responsibility of the author and do not necessarily reflect the views of the European Commission.
|
||||
|
|
|
@ -18,9 +18,11 @@
|
|||
#linkProject= absolute link to project home site
|
||||
#descrProject= description of project
|
||||
|
||||
#ECLogo= include EC logo defaults to no
|
||||
#ECLogoStyle= custom style for EC logo defaults to max-width: 35px;
|
||||
#ECLogoAlt= alt text for EC logo defaults to EU H2020 programme
|
||||
#ECLogo= include EC logo, defaults to no
|
||||
#ECLogoLink= link to eu horizon programme
|
||||
#ECLogoSrc= logo flag image url
|
||||
#ECLogoStyle= custom style for EC logo defaults to max-width: 80px;
|
||||
#ECLogoAlt= alt text for EC logo defaults to EU Horizon programme
|
||||
#footerRow= custom HTML text for footer content
|
||||
|
||||
parent=d4science
|
||||
|
@ -46,7 +48,5 @@ linkPrivacy=https://www.iubenda.com/privacy-policy/441050
|
|||
linkProject=http://territoriaperti.univaq.it
|
||||
|
||||
ECLogo=no
|
||||
ECLogoStyle=max-width: 35px;
|
||||
ECLogoAlt=EU H2020 programme
|
||||
|
||||
footerRow=Interdisciplinary information system of Territori Aperti for the prevention and management of natural disasters, as well as for the improvement of the reconstruction and development processes of the affected areas.<br/> The system supports scientific research with the creation of new knowledge and skills through the management and enhancement of data and analytical processes.
|
||||
|
|
|
@ -21,6 +21,5 @@ linkProject=http://www.google.it
|
|||
descrProject=A
|
||||
|
||||
ECLogo=yes
|
||||
ECLogoStyle=max-width: 35px;
|
||||
ECLogoLink=http://ec.europa.eu/programmes/horizon2020/
|
||||
ECLogoAlt=EU H2020 programme
|
||||
|
||||
|
|
Loading…
Reference in New Issue