Project

General

Profile

« Previous | Next » 

Revision 60869

[Graph | Trunk]: Add explore and cases section in home page

View differences:

home.component.html
115 115
    </div>
116 116
  </div>
117 117
</div>
118
<div id="explore" class="explore">
119
  <div class="uk-section uk-text-small uk-container uk-container-large">
120
    <div class="uk-text-center uk-margin-large-top">
121
      <img class="uk-width-medium" src="assets/common-assets/logo-large-explore.png">
122
      <h2 class="uk-margin-remove-bottom">Discover the content of the graph with EXPLORE</h2>
123
      <h6 class="uk-margin-top"><span class="portal-color">Explore</span> all open access <span class="portal-color">research outcomes</span>.</h6>
124
    </div>
125
    <div class="uk-flex uk-flex-center uk-margin-large-top uk-margin-xlarge-bottom">
126
      <form class="uk-flex uk-flex-wrap">
127
        <div class="uk-margin-small-top">
128
          <entities-selection [simpleView]="true" currentEntity="all" [selectedEntity]="selectedEntity"
129
                              [properties]="properties" [onChangeNavigate]="false" [allEnable]="true"
130
                              (selectionChange)="entityChanged($event)"
131
          ></entities-selection>
132
        </div>
133
        <div class="uk-margin-small-top uk-width-expand">
134
          <div class="uk-inline">
135
            <a *ngIf="keyword.length > 0" class="uk-form-icon uk-form-icon-flip" (click)="keyword = ''" uk-icon="icon: close"></a>
136
            <input type="text" class="uk-input uk-width-xlarge@l uk-width-large@m uk-width-medium"
137
                   placeholder="Search by title, author, doi, abstract, content..."
138
                   [(ngModel)]="keyword"
139
                   name="keyword">
140
          </div>
141
          <div class=" quickSelectionsBox uk-width-xlarge@l uk-width-large@m uk-width-medium">
142
            <quick-selections *ngIf="selectedEntity == 'result'" [resultTypes]="resultTypes"
143
                              [quickFilter]="resultsQuickFilter"
144
                              [properties]="properties">
145
            </quick-selections>
146
          </div>
147
        </div>
148
        <div class="uk-margin-small-top">
149
          <button (click)="goTo()" type="submit" class="uk-button portal-button uk-text-bold uk-margin-small-left">
150
            Search
151
          </button>
152
        </div>
153
        </form>
154
    </div>
155
  </div>
156
</div>
118 157
<div>
119
  Explore
120
</div>
121
<div id="cases">
122 158
  <div class="uk-section uk-container uk-container-large">
159
    <div class="uk-text-center">
160
      <h2 class="uk-margin-remove-bottom">Use Cases</h2>
161
      <h6 class="uk-margin-small-top">Brief presentations of our success stories</h6>
162
    </div>
123 163
    <div class="uk-padding-small">
124
      <div class="uk-text-center">
125
        <h2 class="uk-margin-remove-bottom">Use Cases</h2>
126
        <h6 class="uk-margin-small-top">Brief presentations of our success stories</h6>
127
      </div>
128
      <div class="uk-grid uk-child-width-1-3@m uk-child-width-1-1" uk-grid>
129
        <div class="">
130

  
164
      <div class="uk-grid uk-child-width-1-3@m uk-child-width-1-1 uk-margin-large-top" uk-height-match="target: .uk-text-justify" uk-grid>
165
        <div>
166
          <div class="case">
167
            <img src="assets/graph-assets/home/cases/open-maps.png">
168
          </div>
169
          <h4 class="uk-text-bold uk-text-center uk-margin-top">Open Knowledge maps</h4>
170
          <div class="uk-text-justify">
171
            VIPER, the Visual Project Explorer enables funders, institutions and researchers to systematically explore a
172
            project’s output, and to understand its reception in different areas.
173
          </div>
174
          <div class="uk-text-center uk-margin-top">
175
            <a class="uk-text-uppercase uk-text-bold uk-text-small" href="https://www.openaire.eu/viper-the-visual-project-explorer" target="_blank">
176
              <span>Read More</span>
177
              <icon name="arrow_right" class="uk-margin-small-left"></icon>
178
            </a>
179
          </div>
131 180
        </div>
181
        <div>
182
          <div class="case">
183
            <img src="assets/graph-assets/home/cases/ec.png">
184
          </div>
185
          <h4 class="uk-text-bold uk-text-center uk-margin-top">European Commission</h4>
186
          <div class="uk-text-justify">
187
            The EC Participant Portal is using the OpenAIRE Research Graph to collect information about publications and
188
            datasets resulting from H2020 funded projects.
189
          </div>
190
          <div class="uk-text-center uk-margin-top">
191
            <a class="uk-text-uppercase uk-text-bold uk-text-small" href="https://www.openaire.eu/reporting-research-outputs-to-the-ec-using-the-openaire-api" target="_blank">
192
              <span>Read More</span>
193
              <icon name="arrow_right" class="uk-margin-small-left"></icon>
194
            </a>
195
          </div>
196
        </div>
197
        <div>
198
          <div class="case">
199
            <img src="assets/graph-assets/home/cases/orcid.png">
200
          </div>
201
          <h4 class="uk-text-bold uk-text-center uk-margin-top">ORCID</h4>
202
          <div class="uk-text-justify">
203
            ORCID data is used to enrich the research product records of the OpenAIRE Research Graph. Through EXPLORE,
204
            ORCID users can instantly identify their works, enrich the OpenAIRE Research Graph and their ORCID profiles.
205
          </div>
206
          <div class="uk-text-center uk-margin-top">
207
            <a class="uk-text-uppercase uk-text-bold uk-text-small" href="https://www.openaire.eu/openaire-explore-integration-with-the-orcid-search-and-link-wizard" target="_blank">
208
              <span>Read More</span>
209
              <icon name="arrow_right" class="uk-margin-small-left"></icon>
210
            </a>
211
          </div>
212
        </div>
132 213
      </div>
133 214
    </div>
134 215
  </div>

Also available in: Unified diff