Project

General

Profile

« Previous | Next » 

Revision 60877

[Graph|Trunk]

- Add meta tags in index.html - to properly be updated from each page
- update jsonld urls
- add json ld where missing
- update descriptions

View differences:

references.component.ts
11 11
@Component({
12 12
  selector: 'references',
13 13
  template: `
14
    <schema2jsonld [URL]="properties.domain + '/resources/references'"
15
                   [logoURL]="properties.domain + '/assets/common-assets/logo-small-graph.png'"
16
                   [description]="description"  type="other" [name]="title">
17
    </schema2jsonld>
14 18
    <div>
15 19
      <div class="uk-section">
16 20
        <div class="uk-margin-large-left uk-margin-medium-bottom">
......
170 174
})
171 175
export class ReferencesComponent implements OnInit, OnDestroy {
172 176
  properties: EnvProperties = properties;
173
  description = "The OpenAIRE Research Graph references";
177
  description = "How to cite? Bibliographic references relative to the implementation of the OpenAIRE research graph processing pipeline and how to cite the graph results. ";
174 178
  title = "OpenAIRE - Research Graph | References";
175 179
  subs: Subscription[] = [];
176 180
  public breadcrumbs: Breadcrumb[] = [

Also available in: Unified diff