|
1 | 1 | <template>
|
2 | 2 | <main class="pa-15 mb-10">
|
3 | 3 | <!-- main_title -->
|
| 4 | + <h1 class="text-h4 text-xl-h3 mb-2 mb-xl-6"> |
| 5 | + FAIRsharing Sustainability |
| 6 | + </h1> |
| 7 | + |
| 8 | + <p |
| 9 | + :class="['mb-4 lato-font-medium lato-text-sm',{'lato-text-md':$vuetify.breakpoint.xlOnly }]" |
| 10 | + > |
| 11 | + Since 2011, FAIRsharing is a sustainable service operating with and for the international researcher community |
| 12 | + and other stakeholders involved in the research life cycle. The FAIRsharing resource, along its core operational |
| 13 | + team, are based at the University of Oxford, UK. As with the vast majority of the community resources, |
| 14 | + FAIRsharing is mainly funded by continuous and multiple R&D and infrastructure projects, but it is also supported |
| 15 | + by University-enabled access to DOI generation and the member-only ORCID API. |
| 16 | + </p> |
| 17 | + |
| 18 | + <p |
| 19 | + :class="['mb-4 lato-font-medium lato-text-sm',{'lato-text-md':$vuetify.breakpoint.xlOnly }]" |
| 20 | + > |
| 21 | + Other key factors contributing to its sustainability are the extensive network of national and international |
| 22 | + collaborations and formal endorsements by organizations and research infrastructures in all disciplines, |
| 23 | + including RDA, EOSC, and ELIXIR. A key example is the flourishing |
| 24 | + <a href="/community_champions">FAIRsharing Community Champions Programme</a> |
| 25 | + that roots the growth and relevance of FAIRsharing into communities of practice. |
| 26 | + </p> |
| 27 | + |
4 | 28 | <h1 class="text-h4 text-xl-h3 mb-2 mb-xl-6">
|
5 | 29 | FAIRsharing Data Preservation Policy
|
6 | 30 | </h1>
|
|
33 | 57 | </a>.
|
34 | 58 | </p>
|
35 | 59 |
|
36 |
| - <h2 class="text-h5 text-xl-h4 mb-2 mb-xl-6"> |
| 60 | + <h1 class="text-h4 text-xl-h3 mb-2 mb-xl-6"> |
37 | 61 | Contact
|
38 |
| - </h2> |
| 62 | + </h1> |
39 | 63 |
|
40 | 64 | <p
|
41 | 65 | :class="['mb-4 lato-font-medium lato-text-sm',{'lato-text-md':$vuetify.breakpoint.xlOnly }]"
|
|
49 | 73 | <script>
|
50 | 74 |
|
51 | 75 | export default {
|
52 |
| - name: "PreservationPolicy", |
| 76 | + name: "SustainabilityAndPreservation", |
53 | 77 | data: () => {
|
54 | 78 | return {}
|
55 | 79 | }
|
|
0 commit comments