Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert member organizations and contact member pages #87

Merged
merged 4 commits into from
Oct 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions content/about/member-contacts.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
title: "Contacts for the IVOA Member Organizations"
date: 2024-10-01T11:52:48+02:00
draft: false
tags:
- about
---

| **Acronym** | **VO Project/Country** | **Primary Contact** |
| ---: | :--- | :---: |
| NOVA | [Argentina Virtual Observatory](http://nova.org.ar/) | [Sebastian Gurovich](mailto:[email protected]) |
| ArVO | [Armenian Virtual Observatory](http://arvo.sci.am) | [Areg Mickaelian](mailto:[email protected]) |
| AstroGrid | [Virtual Observatory United Kingdom](http://astrogrid.roe.ac.uk/) | [Andy Lawrence](mailto:[email protected]) |
| ASVO | [Australian All-Sky Virtual Observatory](http://www.asvo.org.au/) | [Simon O'Toole](mailto:[email protected]) |
| BRAVO | [Brazilian Virtual Observatory](http://www.lna.br/bravo/) | [Rafael Santos](mailto:[email protected]) |
| China-VO | [Chinese Virtual Observatory](http://www.china-vo.org) | [Chenzhou Cui](mailto:[email protected]) |
| ChiVO | [Chile Virtual Observatory](http://www.chivo.cl) | [Mauricio Solar](mailto:[email protected]) |
| CVO | [Canadian Virtual Observatory](http://services.cadc-ccda.hia-iha.nrc-cnrc.gc.ca/cvo/) | [JJ Kavelaars](mailto:[email protected]) |
| ESA | [ESA](https://www.cosmos.esa.int/web/esdc) | [Christophe Arviset](mailto:[email protected]) |
| EURO-VO | [European Virtual Observatory](http://www.euro-vo.org/) | [Mark Allen](mailto:[email protected]) |
| GAVO | [German Astrophysical Virtual Observatory](http://www.g-vo.org/) | [Joachim Wambsganss](mailto:[email protected]) |
| NLVO | [Netherland Virtual Observatory](http://www.virtualobservatory.nl) | [Yan Grange](mailto:[email protected]) |
| JVO | [Japanese Virtual Observatory](http://jvo.nao.ac.jp/) | [Yuji Shirasaki](mailto:[email protected]) |
| KazVO | [Kazakstan Virtual Observatory](https://fai.kz/) | [Chingis Omarov](mailto:[email protected]) |
| OV-France | [Observatoire Virtuel France](http://www.france-vo.org/) | [Franck Le Petit](mailto:[email protected]) |
| RVO | [Russian Virtual Observatory](http://www.inasan.rssi.ru/eng/rvo/) | [Oleg Malkov](mailto:[email protected]) |
| SA<sup>3</sup> | [South Africa Astroinformatics Alliance](http://www.sa3.ac.za) | [Patricia Whitelock](mailto:[email protected]) |
| SKAO | [Square Kilometre Array Observatory](https://www.skao.int/) | [Antonio Chrysostomou](mailto:[email protected]) |
| SVO | [Spanish Virtual Observatory](http://svo.cab.inta-csic.es/) | [Enrique Solano](mailto:[email protected]) |
| UkrVO | [Ukrainian Virtual Observatory](http://www.ukr-vo.org) | [Irina Vavilova](mailto:[email protected]) |
| USVOA | [US Virtual Observatory Alliance](http://usvoa.cfa.harvard.edu) | [Pepi Fabbiano](mailto:[email protected]) |
| VO-India | [Virtual Observatory India](http://vo.iucaa.ernet.in/%7Evoi/) | [Ajit Kembhavi](mailto:[email protected]) |
| VObs.it | [Italian Virtual Observatory](http://vobs.it) | [Marco Molinaro](mailto:[email protected]) |

44 changes: 44 additions & 0 deletions content/about/member-organizations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
title: "Member Organizations"
date: 2024-10-01T12:51:12+02:00
draft: false
tags:
- about
---

Here's the picture of the IVOA _family_ members with related logos.

Contact points for the single
[IVOA Member Organizations](../contacts) can be found [here](../contacts).

{{< side-image image="ivoa-members.png" position="left" >}}
- [Argentine Virtual Observatory](http://nova.conicet.gov.ar/)
- [Armenian Virtual Observatory](http://www.aras.am/Arvo/arvo.htm)
- [AstroGrid, United Kingdom](http://astrogrid.roe.ac.uk/)
- [Australian All-Sky Virtual Observatory](http://www.asvo.org.au)
- [Brazilian Virtual Observatory](http://bravo.iag.usp.br/)
- [Chinese Virtual Observatory](http://www.china-vo.org)
- [Canadian Virtual Observatory](http://www.cadc-ccda.hia-iha.nrc-cnrc.gc.ca/cvo/)
- [Chilean Virtual Observatory](http://www.chivo.cl/)
- [European Space Agency](https://www.cosmos.esa.int/web/esdc)
- [European Virtual Observatory](http://www.euro-vo.org/)
- [German Astrophysical Virtual Observatory](http://www.g-vo.org/)
- [Japanese Virtual Observatory](http://jvo.nao.ac.jp/)
- [Kazakhstan Virtual Observatory](https://vo.fai.kz/)
- [Netherlands Virtual Observatory](http://www.virtualobservatory.nl)
- [Observatoire Virtuel France](http://www.france-vo.org/)
- [Russian Virtual Observatory](http://www.inasan.ru/en/organizational-activity/rvo/)
- [Square Kilometer Array Observatory](http://www.skatelescope.org)
- [South African Astroinformatics Alliance](http://www.sa3.ac.za/)
- [Spanish Virtual Observatory](http://svo.cab.inta-csic.es/)
- [Italian Virtual Observatory](http://vobs.astro.it)
- [Ukrainian Virtual Observatory](http://ukr-vo.org)
- [US Virtual Observatory Alliance](http://usvoa.cfa.harvard.edu)
- [Virtual Observatory India](http://voi.iucaa.in)
{{</ side-image >}}

IVOA Partners

{{< side-image image="OAD.jpg" position="left" >}}
[IAU Office of Astronomy for Development (OAD)](http://www.astro4dev.org/)
{{</ side-image >}}
3 changes: 3 additions & 0 deletions layouts/shortcodes/floating.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<div class="{{ if .Get 0 }}floating {{ .Get 0 }}{{ else }}floating{{ end }}">
{{ .Inner | markdownify }}
</div>
12 changes: 12 additions & 0 deletions layouts/shortcodes/side-image.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<section class="with-image {{ .Get "position" }}">
<aside>
{{- if (.Get "thumbnail") }}
<a href="{{ .Get "image" }}"><img src="{{- .Get "thumbnail" }}" /></a>
{{- else }}
<img src="{{- .Get "image" }}" />
{{- end }}
</aside>
<main>
{{- .Inner | markdownify }}
</main>
</section>
Binary file added static/about/member-organizations/OAD.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 43 additions & 1 deletion static/css/ivoa.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ body {

h1, h2, h3 {
color: #012647;
clear: both;
}

body > main > article > header > h1 {
Expand Down Expand Up @@ -244,6 +245,31 @@ section > main + aside { margin-left: 1em }
}


/* =============================================================================
SECTION WITH A SIDE IMAGE
*/

.with-image {
display : grid;
grid-template-columns: auto 1fr;
grid-template-areas : "image content";
column-gap: 1em;
}

.with-image.right {
grid-template-columns: 1fr auto;
grid-template-areas : "content image";
}

.with-image > aside {
grid-area : image;
margin-top: 1em;
}

.with-image > aside > img { max-width: 30vw }
.with-image > main { grid-area: content }


/* =============================================================================
CARROUSEL
*/
Expand Down Expand Up @@ -404,4 +430,20 @@ section > main.carrousel {
.sitemap .card { border: none }
.sitemap .card:nth-child(1) > .card-title { border-bottom-color: #5dbbf5 }
.sitemap .card:nth-child(2) > .card-title { border-bottom-color: #399110 }
.sitemap .card:nth-child(3) > .card-title { border-bottom-color: #aa3f3f }
.sitemap .card:nth-child(3) > .card-title { border-bottom-color: #aa3f3f }


/* =============================================================================
FLOATING
*/

.floating {
margin: 1em;
margin-top: 0;
}
.floating.left { float: left ; margin-left: 0; }
.floating.right { float: right; margin-right: 0; }

.floating > img {
max-width: 30vw;
}
Loading