Commiting first draft of openaire library for angular portals
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@50169 d315682c-612b-4755-9ff5-7f18f6832af3
|
@ -0,0 +1 @@
|
|||
<?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'><svg enable-background="new 0 0 20 20" height="20px" id="Layer_1" version="1.1" viewBox="0 0 48 48" width="20px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path id="home" clip-rule="evenodd" d="M44.715,23.711c-0.381,0.382-1,0.382-1.381,0l-8.939-8.938 c-0.064-0.051-0.119-0.106-0.17-0.171l-3.83-3.829c-0.064-0.051-0.119-0.106-0.17-0.171L24,4.377L4.667,23.711 c-0.381,0.382-1,0.382-1.381,0c-0.381-0.381-0.381-1,0-1.381L23.191,2.425c0.031-0.047,0.053-0.101,0.094-0.144 C23.482,2.085,23.742,1.994,24,2c0.258-0.006,0.518,0.084,0.715,0.281c0.043,0.042,0.062,0.096,0.096,0.144L30,7.616V4.997 c0,0,0,0,0,0c0-0.552,0.447-1,1-1h4c0.277,0,0.527,0.112,0.707,0.293C35.889,4.471,36,4.721,36,4.997v8.619l8.715,8.714 C45.096,22.711,45.096,23.33,44.715,23.711z M34,5.997h-2v3.619l2,2V5.997z M10,21.997c0.552,0,1,0.448,1,1v19c0,1.105,0.896,2,2,2 h6l0,0v-13c0-0.553,0.447-1,1-1h8c0.553,0,1,0.447,1,1v13l0,0h6c1.105,0,2-0.895,2-2v-19c0-0.552,0.447-1,1-1s1,0.448,1,1v19 c0,2.209-1.791,4-4,4H13c-2.209,0-4-1.791-4-4v-19C9,22.444,9.448,21.997,10,21.997z M27,43.996v-12h-6v12l0,0H27L27,43.996z" fill-rule="evenodd" fill="#fff"/></svg>
|
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 24 KiB |
After Width: | Height: | Size: 38 KiB |
After Width: | Height: | Size: 81 KiB |
After Width: | Height: | Size: 103 KiB |
After Width: | Height: | Size: 3.5 KiB |
After Width: | Height: | Size: 410 B |
After Width: | Height: | Size: 3.0 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 4.5 KiB |
After Width: | Height: | Size: 7.8 KiB |
After Width: | Height: | Size: 4.0 KiB |
After Width: | Height: | Size: 4.1 KiB |
After Width: | Height: | Size: 4.1 KiB |
|
@ -0,0 +1,579 @@
|
|||
|
||||
.tm-toolbar .uk-subnav-line .custom-discover-li {
|
||||
/*color:#05007A !important;
|
||||
background:#fff;*/
|
||||
display: block;
|
||||
background:#Fb6e50 !important; color:#fff !important;
|
||||
|
||||
}
|
||||
.tm-toolbar .uk-subnav-line .custom-discover-li a{
|
||||
/*color:#05007A !important;*/
|
||||
}
|
||||
|
||||
.custom-discover-toolbar ul.uk-subnav.uk-subnav-line{
|
||||
background-color: #f25f30 !important;
|
||||
}
|
||||
|
||||
.custom-discover-toolbar .inner {
|
||||
background-color: #f25f30 !important;
|
||||
}
|
||||
|
||||
.custom-discover-toolbar{
|
||||
border-top-color:#f25f30 !important;
|
||||
}
|
||||
.custom-footer{
|
||||
position:relative;
|
||||
bottom:0;
|
||||
left:0;
|
||||
}
|
||||
.custom-external {
|
||||
background: rgba(0, 0, 0, 0) url("/assets/external-link.svg") no-repeat scroll left 10%;
|
||||
min-height: 15px;
|
||||
background-size: 15px 15px;
|
||||
padding-left: 16px;
|
||||
}
|
||||
h2 .custom-external {
|
||||
min-height: 20px;
|
||||
background-size: 20px 20px;
|
||||
padding-left: 21px;
|
||||
background: rgba(0, 0, 0, 0) url("/assets/external-link.svg") no-repeat scroll left center;
|
||||
|
||||
}
|
||||
|
||||
.pseudo-external{
|
||||
padding-left: 16px;
|
||||
}
|
||||
|
||||
.custom-navbar-toggle-icon, .custom-user-mini-panel{
|
||||
color:#444 !important
|
||||
}
|
||||
.custom-user-mini-panel a{
|
||||
color:rgb(36, 91, 204);
|
||||
}
|
||||
.custom-main-content{
|
||||
min-height: 550px;
|
||||
}
|
||||
|
||||
.custom-autocomplete .uk-nav-autocomplete > li > a:hover {
|
||||
background: #00a8e6 none repeat scroll 0 0;
|
||||
box-shadow: 0 0 5px rgba(0, 0, 0, 0.05) inset;
|
||||
color: #FFF;
|
||||
outline: medium none;
|
||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
.custom-autocomplete .uk-nav-navbar > li > a {
|
||||
color: #444;
|
||||
}
|
||||
.custom-description-list-horizontal{ line-height:200%}
|
||||
.uk-alert-default {
|
||||
background: #fff none repeat scroll 0 0;
|
||||
border: 1px solid #ddd;
|
||||
border-radius: 4px;
|
||||
color: #444;
|
||||
height: 30px;
|
||||
max-width: 100%;
|
||||
padding: 4px 6px;
|
||||
|
||||
}
|
||||
.custom-hidden-dropdown-menu {position:static !important;}
|
||||
.searchFilterBoxValues {overflow:auto; max-height:200px; }
|
||||
.selected-filters-box {margin:5px; background-color:#F8F8F8; }
|
||||
.search-form {margin:5px; }
|
||||
.clickable { cursor:pointer; }
|
||||
.search-filters .uk-accordion-title{
|
||||
font-size: 14px;
|
||||
line-height: 18px;
|
||||
}
|
||||
.search-results {
|
||||
min-height: 1100px;
|
||||
}
|
||||
.searchPaging {
|
||||
min-height: 46px;
|
||||
}
|
||||
.helper-left-right {
|
||||
margin-top: 75px;
|
||||
max-width: 20%;
|
||||
}
|
||||
|
||||
.errors-in-searchTableView{
|
||||
margin-top: 75px;
|
||||
}
|
||||
|
||||
@media (min-width: 960px) {
|
||||
.float-children-right-at-medium > * {
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 959px) {
|
||||
.margin-small-top-at-small {
|
||||
margin-top: 10px !important;
|
||||
}
|
||||
}
|
||||
|
||||
.other-results {
|
||||
min-height: 300px;
|
||||
}
|
||||
.OPEN {
|
||||
background: rgba(0, 0, 0, 0) url("/assets/unlock.svg") no-repeat scroll right top;
|
||||
padding-right: 25px;
|
||||
min-height: 20px;
|
||||
background-size: 20px 20px;
|
||||
font-weight: 400;
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
|
||||
.EMBARGO, .CLOSED, .RESTRICTED {
|
||||
background: rgba(0, 0, 0, 0) url("/assets/lock.svg") no-repeat scroll right top;
|
||||
padding-right: 25px;
|
||||
min-height: 20px;
|
||||
background-size: 20px 20px;
|
||||
font-weight: 400;
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
.sc39 {
|
||||
background: rgba(0, 0, 0, 0) url("/assets/sc39.png") no-repeat scroll right center;
|
||||
padding-right: 24px;
|
||||
}
|
||||
|
||||
.projectIcon {
|
||||
display: inline-table;
|
||||
}
|
||||
|
||||
.dateFilter .mydp{
|
||||
margin-top:5px;
|
||||
}
|
||||
|
||||
|
||||
/*.tooltip {
|
||||
max-width: none;
|
||||
background: rgba(100, 100, 100, 1);
|
||||
}*/
|
||||
.tooltip-custom-font-size {
|
||||
font-size: 120%;
|
||||
}
|
||||
|
||||
.custom-select-mini{
|
||||
max-width:170px !important;
|
||||
}
|
||||
.custom-icon {
|
||||
line-height: unset;
|
||||
}
|
||||
/*.custom-tab-content-large{
|
||||
min-height: 800px;
|
||||
}
|
||||
*/
|
||||
.custom-tab-content {
|
||||
min-height: 250px;
|
||||
}
|
||||
|
||||
.custom-dataTable-content {
|
||||
min-height: 600px;
|
||||
}
|
||||
|
||||
.custom-html-table-height {
|
||||
height: 500px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.filterItem span {
|
||||
display: inline-flex;
|
||||
}
|
||||
.filterItem .filterName {
|
||||
max-width: 71%;
|
||||
|
||||
}
|
||||
.browseFilters .filterItem .filterName {
|
||||
max-width: 68%;
|
||||
}
|
||||
|
||||
.filterItem .filterNumber {
|
||||
width: 20%;
|
||||
}
|
||||
.filterItem span {
|
||||
|
||||
white-space: nowrap;
|
||||
}
|
||||
.browseFilters .filterItem span div {
|
||||
/*min-width: 45px;*/
|
||||
}
|
||||
.filterItem span div {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
/*min-width: 81px;*/
|
||||
}
|
||||
|
||||
.browseFilters{
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
max-height:265px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.custom-offcanvas-close {
|
||||
position: relative;
|
||||
right: 0;
|
||||
top: 0;
|
||||
}
|
||||
.uk-link{
|
||||
color: #292C3D !important;
|
||||
}
|
||||
.uk-breadcrumb > :last-child > * {
|
||||
color:#cbcbcb !important;
|
||||
}
|
||||
.uk-breadcrumb .uk-active a{
|
||||
color: #767779 !important;
|
||||
}
|
||||
|
||||
.publicationTitleIcon {
|
||||
background: url("/assets/publication.png") no-repeat;
|
||||
}
|
||||
.datasetTitleIcon {
|
||||
background: url("/assets/dataset.png") no-repeat;
|
||||
}
|
||||
.projectTitleIcon {
|
||||
background: url("/assets/project.png") no-repeat;
|
||||
}
|
||||
.organizationTitleIcon {
|
||||
background: url("/assets/organization.png") no-repeat;
|
||||
}
|
||||
.datasourceTitleIcon {
|
||||
background: url("/assets/datasource.png") no-repeat;
|
||||
}
|
||||
.entityTitleIcon{
|
||||
background-repeat: :no-repeat;
|
||||
content: '';
|
||||
display: inline-block;
|
||||
height: 36px;
|
||||
width: 42px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.entityIcon{
|
||||
height: 15px;
|
||||
width: 20px;
|
||||
|
||||
}
|
||||
/*.uk-tab{
|
||||
border-bottom: 1px #cbcbcb solid;
|
||||
}*/
|
||||
|
||||
|
||||
.label-blue, .label-compatibility {
|
||||
background:#d4f3ff;
|
||||
color:#00a0de
|
||||
}
|
||||
.label-green, .label-openaccessmandate {
|
||||
background:#d1f6e8;
|
||||
color:#01a566
|
||||
}
|
||||
.label-yellow, .label-underCuration {
|
||||
background:#fef5d2;
|
||||
color:#cca607
|
||||
}
|
||||
.label-red, .label-funder {
|
||||
background:#fef0ef;
|
||||
color:#f54f43
|
||||
}
|
||||
.label-grey, .label-language, .label-country{
|
||||
background: #f8f8f8;
|
||||
color: #666;
|
||||
}
|
||||
.label-orange, .label-sc39{
|
||||
background: #fef5d2;
|
||||
color: #f0506e;
|
||||
|
||||
}
|
||||
|
||||
.label-OPEN, .label-open {
|
||||
background: #F25F2F;
|
||||
color: #fff;
|
||||
}
|
||||
.label-CLOSED, .label-EMBARGO, .label-RESTRICTED, .label-closed {
|
||||
background: #0F0F0F;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
.label-publication{
|
||||
background: #4687E6;
|
||||
color: #fff
|
||||
}
|
||||
.label-dataset{
|
||||
background: #1e906c;
|
||||
color: #fff
|
||||
}
|
||||
.label-software{
|
||||
background: #b737ff;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
.label-project
|
||||
{ background: #d0307f;
|
||||
color: #fff}
|
||||
|
||||
.label-dataprovider
|
||||
{ background: #00a0de;
|
||||
color: #fff}
|
||||
|
||||
.label-organization
|
||||
{ background: #fbcd0d;
|
||||
color: #414141}
|
||||
|
||||
|
||||
|
||||
.uk-tab {
|
||||
display: -ms-flexbox;
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
-ms-flex-wrap: wrap;
|
||||
-webkit-flex-wrap: wrap;
|
||||
flex-wrap: wrap;
|
||||
margin-left: -20px;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
position: relative;
|
||||
}
|
||||
.uk-tab::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 20px;
|
||||
right: 0;
|
||||
border-bottom: 1px solid #e5e5e5;
|
||||
}
|
||||
.uk-tab-left::before {
|
||||
border-bottom: none !important;
|
||||
}
|
||||
.mainPageSearchForm{
|
||||
background-image: url("./explore_1.jpg"); background-color: rgb(255, 255, 255); box-sizing: border-box; min-height: calc(100vh - 412.767px);
|
||||
}
|
||||
|
||||
.searchForm, .generalSearchForm{
|
||||
background-image: url('./search_general_3.jpg'); box-sizing: border-box; height: 250px;
|
||||
}
|
||||
.publicationsSearchForm{
|
||||
background-image: url('./search_pubs_1.jpg'); box-sizing: border-box; height: 250px;
|
||||
}
|
||||
.projectsSearchForm{
|
||||
background-image: url('./projects_search.jpg'); box-sizing: border-box; height: 250px;
|
||||
}
|
||||
.organizationsSearchForm{
|
||||
background-image: url('./search_organizations.jpg'); box-sizing: border-box; height: 250px;
|
||||
}
|
||||
.datasetsSearchForm{
|
||||
background-image: url('./search_data.jpg'); box-sizing: border-box; height: 250px;
|
||||
}
|
||||
.softwareSearchForm{
|
||||
background-image: url('./search_data.jpg'); box-sizing: border-box; height: 250px;
|
||||
}
|
||||
.datasourcesSearchForm, .compatibleDatasourcesSearchForm,
|
||||
.compatibleDatasourcesTableSearchForm {
|
||||
background-image: url('./providers_search.jpg'); box-sizing: border-box; height: 250px;
|
||||
}
|
||||
.journalsSearchForm, .journalsTableSearchForm{
|
||||
background-image: url('./search_journals.jpg'); box-sizing: border-box; height: 250px;
|
||||
}
|
||||
.entityRegistriesSearchForm, .entityRegistriesTableSearchForm {
|
||||
background-image: url('./search_registries.jpg'); box-sizing: border-box; height: 250px;
|
||||
}
|
||||
|
||||
.divider-table tbody td, .uk-table th {
|
||||
border-bottom: 1px solid #E5E5E5;
|
||||
}
|
||||
|
||||
#feedback {
|
||||
float: left;
|
||||
position: fixed;
|
||||
top: calc(50% - 47px);
|
||||
right: 0;
|
||||
z-index: 10000;
|
||||
display: block;
|
||||
|
||||
}
|
||||
|
||||
#feedback a {
|
||||
background: #666;
|
||||
border-radius: 5px 0 0 5px;
|
||||
box-shadow:none;
|
||||
border: none!important;
|
||||
display: block;
|
||||
padding: 20px 12px;
|
||||
transition: all .2s ease-in-out;
|
||||
opacity:0.5;
|
||||
|
||||
}
|
||||
|
||||
#feedback a:hover {
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
.descriptionText{
|
||||
Padding-left: 25px !important;
|
||||
Border-left: 10px solid #fafafa;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
top: calc(-0.1 * 1em);
|
||||
vertical-align: middle;
|
||||
margin-right: 10px;
|
||||
border-left: 8px solid #e5e5e5;
|
||||
margin-top: 8px;
|
||||
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
li span {
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
.item span {
|
||||
width: 100px;
|
||||
margin-left: 1em;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.item span div {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}*/
|
||||
|
||||
.custom-offcanvas-bar{
|
||||
background: grey !important;
|
||||
width:100% !important;
|
||||
|
||||
}
|
||||
.custom-offcanvas-bar .filtersModal{
|
||||
color:grey !important;
|
||||
|
||||
}
|
||||
.list-horizontal{
|
||||
display: flex;
|
||||
}
|
||||
.list-horizontal span{
|
||||
margin-right:5px;
|
||||
padding-left: 0px !important;
|
||||
|
||||
}
|
||||
.list-horizontal-line span {
|
||||
margin-right: 5px;
|
||||
border-right: 1px solid #f1f1f1;
|
||||
padding-right: 5px;
|
||||
|
||||
}
|
||||
|
||||
.list-horizontal-line > span:last-child {
|
||||
border-right:none;
|
||||
}
|
||||
body {
|
||||
font-family: Raleway, Arial, sans-serif !important;
|
||||
}
|
||||
html {
|
||||
color: #444 !important;
|
||||
}
|
||||
|
||||
h2, h4{
|
||||
font-weight: 400;
|
||||
text-transform: none;
|
||||
}
|
||||
.linkdropdown{
|
||||
min-width:250px;
|
||||
}
|
||||
.uk-button-action{
|
||||
background-color: #D6352B;
|
||||
color: #fff
|
||||
}
|
||||
.uk-pagination>.uk-active>* {
|
||||
color: #fff !important;
|
||||
background-color: #296EE9 !important;
|
||||
|
||||
}
|
||||
.uk-pagination>*>* {
|
||||
color:#666 !important;
|
||||
}
|
||||
h2, .uk-h2{
|
||||
font-size:28px !important;
|
||||
}
|
||||
.app-box {
|
||||
border: #e5e5e5 solid 1px;
|
||||
}
|
||||
|
||||
.uk-subnav-line li:hover .home-icon svg #home{
|
||||
fill: #05007A !important;
|
||||
|
||||
}
|
||||
svg #home{
|
||||
fill: white !important;
|
||||
|
||||
}
|
||||
.tm-toolbar .uk-subnav-line li a:hover, .tm-toolbar .uk-subnav-line li:hover a{
|
||||
display: block;
|
||||
color: #d4d4d4 !important;
|
||||
}
|
||||
|
||||
.tm-toolbar .uk-subnav-line li:hover {display: block;} /* remove the others*/
|
||||
|
||||
.helper-grid>*{
|
||||
padding-left: 25px !important;
|
||||
}
|
||||
.cite-this-button{
|
||||
font-size: 14px;
|
||||
padding: 3px;
|
||||
}
|
||||
.link-to-button{
|
||||
font-size: 12px;
|
||||
padding: 3px;
|
||||
}
|
||||
.dropBasket{
|
||||
border-top: 1px solid #ccc;
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
.basket-title {
|
||||
|
||||
padding-top: 40px;
|
||||
|
||||
}
|
||||
.basket-badge {
|
||||
position: relative;
|
||||
right: 16px;
|
||||
top: -16px;
|
||||
text-align: center;
|
||||
border-radius: 90%;
|
||||
border-radius: 90%;
|
||||
|
||||
}
|
||||
.explore-numbers h2, .explore-numbers div{
|
||||
color: #f25f30 !important;
|
||||
font-weight: 500 !important;
|
||||
}
|
||||
|
||||
.explore-numbers h2{
|
||||
font-size: 36px !important;
|
||||
}
|
||||
|
||||
.developlink{
|
||||
text-transform: none !important;
|
||||
color: #fff !important;
|
||||
background: #d13f96;
|
||||
font-weight: 600;
|
||||
}
|
||||
.providelink{
|
||||
text-transform: none !important;
|
||||
color: #fff !important;
|
||||
background: #28beff !important;
|
||||
font-weight: 600;
|
||||
}
|
||||
.connectlink{
|
||||
background-color: #ffc800 !important;
|
||||
font-weight: 600;
|
||||
color: #fff !important;
|
||||
}
|
||||
.monitorlink{
|
||||
background-color: #8bcc00 !important;
|
||||
font-weight: 600;
|
||||
color: #fff !important;
|
||||
}
|
After Width: | Height: | Size: 446 KiB |
After Width: | Height: | Size: 14 KiB |
|
@ -0,0 +1 @@
|
|||
<?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'><svg enable-background="new 0 0 64 64" width="20px" height="20px" version="1.1" viewBox="0 0 64 64" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Ebene_2"/><g id="Ebene_1"><g><path d="M48,27c-0.553,0-1,0.448-1,1v27H9V17h27c0.553,0,1-0.448,1-1s-0.447-1-1-1H8c-0.552,0-1,0.448-1,1v40c0,0.553,0.448,1,1,1 h40c0.553,0,1-0.447,1-1V28C49,27.448,48.553,27,48,27z"/><path d="M56,7H44c-0.553,0-1,0.448-1,1s0.447,1,1,1h10h1v1v10c0,0.552,0.447,1,1,1s1-0.448,1-1V8C57,7.448,56.553,7,56,7z"/><path d="M54,9c-0.256,0-0.512,0.098-0.707,0.293l-22,22c-0.391,0.391-0.391,1.023,0,1.414C31.488,32.902,31.744,33,32,33 s0.512-0.098,0.707-0.293l22-22C54.902,10.512,55,10.256,55,10s-0.098-0.512-0.293-0.707S54.256,9,54,9z"/></g></g></svg>
|
After Width: | Height: | Size: 904 B |
After Width: | Height: | Size: 735 B |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 5.3 KiB |
After Width: | Height: | Size: 109 KiB |
After Width: | Height: | Size: 264 KiB |
After Width: | Height: | Size: 261 KiB |
After Width: | Height: | Size: 193 B |
After Width: | Height: | Size: 18 KiB |
|
@ -0,0 +1 @@
|
|||
<?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'><svg width="20px" height="20px" id="els2_x5F_basic" style="enable-background:new 0 0 40 40;" version="1.1" viewBox="0 0 40 40" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M29.688,17H10.294c-1.817,0-3.3,1.482-3.3,3.298 v12.381c0,1.817,1.482,3.299,3.3,3.299h19.395c1.817,0,3.3-1.482,3.3-3.299V20.298C32.988,18.482,31.506,17,29.688,17z" style="fill:none;stroke:#999999;stroke-width:1.33;stroke-miterlimit:10;"/><path d="M28,17v-6.094C28,6.558,24.4,3,20,3 s-8,3.558-8,7.906V17" style="fill:none;stroke:#999999;stroke-width:1.33;stroke-miterlimit:10;"/><line style="fill:none;stroke:#999999;stroke-width:1.33;stroke-linecap:round;stroke-miterlimit:10;" x1="20" x2="20" y1="23" y2="30"/></svg>
|
After Width: | Height: | Size: 878 B |
After Width: | Height: | Size: 9.7 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 2.5 KiB |
After Width: | Height: | Size: 3.1 KiB |
After Width: | Height: | Size: 4.5 KiB |
After Width: | Height: | Size: 5.9 KiB |
After Width: | Height: | Size: 6.9 KiB |
After Width: | Height: | Size: 7.4 KiB |
After Width: | Height: | Size: 9.7 KiB |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 3.7 KiB |
After Width: | Height: | Size: 3.9 KiB |
After Width: | Height: | Size: 4.5 KiB |
After Width: | Height: | Size: 4.7 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 14 KiB |
|
@ -0,0 +1,2 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<browserconfig><msapplication><tile><square70x70logo src="/ms-icon-70x70.png"/><square150x150logo src="/ms-icon-150x150.png"/><square310x310logo src="/ms-icon-310x310.png"/><TileColor>#ffffff</TileColor></tile></msapplication></browserconfig>
|
After Width: | Height: | Size: 735 B |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 5.9 KiB |
After Width: | Height: | Size: 5.3 KiB |
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"name": "App",
|
||||
"icons": [
|
||||
{
|
||||
"src": "\/android-icon-36x36.png",
|
||||
"sizes": "36x36",
|
||||
"type": "image\/png",
|
||||
"density": "0.75"
|
||||
},
|
||||
{
|
||||
"src": "\/android-icon-48x48.png",
|
||||
"sizes": "48x48",
|
||||
"type": "image\/png",
|
||||
"density": "1.0"
|
||||
},
|
||||
{
|
||||
"src": "\/android-icon-72x72.png",
|
||||
"sizes": "72x72",
|
||||
"type": "image\/png",
|
||||
"density": "1.5"
|
||||
},
|
||||
{
|
||||
"src": "\/android-icon-96x96.png",
|
||||
"sizes": "96x96",
|
||||
"type": "image\/png",
|
||||
"density": "2.0"
|
||||
},
|
||||
{
|
||||
"src": "\/android-icon-144x144.png",
|
||||
"sizes": "144x144",
|
||||
"type": "image\/png",
|
||||
"density": "3.0"
|
||||
},
|
||||
{
|
||||
"src": "\/android-icon-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image\/png",
|
||||
"density": "4.0"
|
||||
}
|
||||
]
|
||||
}
|
After Width: | Height: | Size: 9.7 KiB |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 31 KiB |
After Width: | Height: | Size: 4.4 KiB |
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 3.6 KiB |
After Width: | Height: | Size: 4.5 KiB |
After Width: | Height: | Size: 3.9 KiB |
After Width: | Height: | Size: 564 KiB |
After Width: | Height: | Size: 344 KiB |
After Width: | Height: | Size: 5.3 KiB |
After Width: | Height: | Size: 357 KiB |
After Width: | Height: | Size: 483 KiB |
After Width: | Height: | Size: 2.3 MiB |
After Width: | Height: | Size: 307 KiB |
After Width: | Height: | Size: 396 KiB |
After Width: | Height: | Size: 446 KiB |
After Width: | Height: | Size: 502 KiB |
After Width: | Height: | Size: 615 KiB |
|
@ -0,0 +1,103 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
|
||||
<url>
|
||||
<loc><![CDATA[https://demo.openaire.eu]]></loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.5</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc><![CDATA[https://demo.openaire.eu/participate/deposit-publications-data]]></loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.5</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc><![CDATA[https://demo.openaire.eu/participate/claim]]></loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.5</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc><![CDATA[https://demo.openaire.eu/search/find]]></loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.5</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc><![CDATA[https://demo.openaire.eu/search/find/publications]]></loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.5</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc><![CDATA[https://demo.openaire.eu/search/find/datasets]]></loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.5</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc><![CDATA[https://demo.openaire.eu/search/find/projects]]></loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.5</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc><![CDATA[https://demo.openaire.eu/search/find/people]]></loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.5</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc><![CDATA[https://demo.openaire.eu/search/find/organizations]]></loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.5</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc><![CDATA[https://demo.openaire.eu/search/find/dataproviders]]></loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.5</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc><![CDATA[https://demo.openaire.eu/search/advanced/publications]]></loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.5</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc><![CDATA[https://demo.openaire.eu/search/advanced/datasets]]></loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.5</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc><![CDATA[https://demo.openaire.eu/search/advanced/projects]]></loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.5</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc><![CDATA[https://demo.openaire.eu/search/advanced/people]]></loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.5</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc><![CDATA[https://demo.openaire.eu/search/advanced/organizations]]></loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.5</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc><![CDATA[https://demo.openaire.eu/search/advanced/dataproviders]]></loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.5</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc><![CDATA[https://demo.openaire.eu/search/content-providers]]></loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.5</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc><![CDATA[https://demo.openaire.eu/search/entity-registries]]></loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.5</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>![CDATA[https://demo.openaire.eu/participate/deposit-publications]</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.5</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>![CDATA[https://demo.openaire.eu/participate/deposit-datasets]</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.5</priority>
|
||||
</url>
|
||||
</urlset>
|
After Width: | Height: | Size: 331 KiB |
|
@ -0,0 +1 @@
|
|||
<?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'><svg width="20px" height="20px" id="els2_x5F_basic" style="enable-background:new 0 0 40 40;" version="1.1" viewBox="0 0 40 40" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M29.7,19.021H10.306 c-1.817,0-3.3,1.482-3.3,3.298v12.381c0,1.817,1.482,3.299,3.3,3.299H29.7c1.817,0,3.3-1.482,3.3-3.299V22.32 C33,20.503,31.518,19.021,29.7,19.021z" style="fill:none;stroke:#D53B23;stroke-width:1.33;stroke-miterlimit:10;"/><path d="M28,12.064v-1.158C28,6.558,24.4,3,20,3 s-8,3.558-8,7.906v8.115" style="fill:none;stroke:#D53B23;stroke-width:1.33;stroke-miterlimit:10;"/><line style="fill:none;stroke:#D53B23;stroke-width:1.33;stroke-linecap:round;stroke-miterlimit:10;" x1="20.012" x2="20.012" y1="25.021" y2="32.021"/></svg>
|
After Width: | Height: | Size: 904 B |