Skip to content

Commit

Permalink
Merge pull request #59 from eucp-project/add_more_to_about
Browse files Browse the repository at this point in the history
Add two more questions to about page
  • Loading branch information
SarahAlidoost authored Nov 5, 2021
2 parents 17a61a4 + 80bb47d commit cfe5889
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ see the [Atlas about page](https://eucp-project.github.io/atlas/about).
## Citation

To cite this repository, use the information avialable at [CITATION.cff](CITATION.cff),
and to cite the content of the Atlas, see the [Atlas references page]FIXME.
and to cite the content of the Atlas, see the [Atlas about page](https://eucp-project.github.io/atlas/about).

## License

Expand Down
11 changes: 0 additions & 11 deletions components/mapSelector.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,6 @@
<Dropdown v-model="selectedDataset" :options="datasets" alttext="Select a dataset. CMIP6, CMIP5 and CORDEX are available." @input="$emit('input', updatedValue)" />
<Dropdown v-model="selectedMethod" :options="methods" alttext="Select a method. See More info for explanations of the methods." @input="$emit('input', updatedValue)" />
<Dropdown v-model="selectedConstrained" :options="constrainedOptions" alttext="Whether to display constrained or unconstrained projections." @input="$emit('input', updatedValue)" />
<div class="flex-grow w-full">
<p class="absolute bottom-10 left-1/4 text-center text-sm">
Figures can be used under a
<a href="https://creativecommons.org/licenses/by/4.0/"> CC-BY 4.0 licence.
</a>
see <NuxtLink :to="`/about`" class="hover:text-blue-400 underline">ABOUT</NuxtLink> page on how to cite the Atlas.
</p>
<a href="https://creativecommons.org/licenses/by/4.0/">
<img class="absolute bottom-10 right-1/3" src="~/static/ccby_logo.png" alt="CC BY Logo">
</a>
</div>
</span>
</template>

Expand Down
2 changes: 1 addition & 1 deletion content/questions/more_info.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
question: Where can I find more information?
sort: 10
sort: 11
---

Please view the references section below for more on the background research
Expand Down
2 changes: 1 addition & 1 deletion content/questions/use_methods.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
question: What if I want to apply these methods myself?
sort: 9
sort: 10
---

For three of the methods, software implementation are available:
Expand Down
13 changes: 13 additions & 0 deletions content/questions/which_maps.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
question: Which maps are available?
sort: 9
---

![available combinations](placeholder.png)

_The ASK unconstrained maps:_

The ASK methodology does not use the information on
a prior or unconstrained range, instead using the information from a model-based
estimate of the human fingerprint in the observed climate, to scale the
multi-model mean future climate response.
10 changes: 10 additions & 0 deletions content/questions/who.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
question: Who are these projections for?
sort: 5
---

Climate projections can be useful for many people, from communities to
policymakers to businesses. We have prepared some example use cases to
illustrate the utility of the projections in this Atlas.
See the
<NuxtLink :to="`/examples`" class="hover:text-blue-400 underline">EXAMPLES</NuxtLink>.
9 changes: 9 additions & 0 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@
class="bg-center bg-no-repeat bg-contain flex-grow"
:style="{backgroundImage: `url(${map.path})`}"
>
<p class="absolute bottom-8 left-1/4 text-center text-sm">
Figures can be used under a
<a href="https://creativecommons.org/licenses/by/4.0/"> CC-BY 4.0 licence.
</a>
see <NuxtLink :to="`/about`" class="hover:text-blue-400 underline">ABOUT</NuxtLink> on how to cite the Atlas.
</p>
<a href="https://creativecommons.org/licenses/by/4.0/">
<img class="absolute bottom-8 right-1/3" src="~/static/ccby_logo.png" alt="CC BY Logo">
</a>
<!-- <p v-if="maps.length>1" class="text-xl m-24"> {{ getLetter(id) }} </p> -->
</span>
</div>
Expand Down

0 comments on commit cfe5889

Please sign in to comment.