Skip to content

Commit

Permalink
fix(about): Broken ecogenomics.org links now redirect to SCMB/google …
Browse files Browse the repository at this point in the history
…scholar.
  • Loading branch information
aaronmussig committed Mar 28, 2023
1 parent d18193b commit f696eb9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pages/about.vue
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
<img alt="Phil Hugenholtz" src="~/assets/images/gtdb-team/phil.jpg">
</template>
<template v-slot:name>
<a href="https://ecogenomic.org/personnel/prof-phil-hugenholtz" target="_blank">Phil Hugenholtz</a>
<a href="https://scmb.uq.edu.au/profile/324/phil-hugenholtz" target="_blank">Phil Hugenholtz</a>
</template>
</AboutAvatar>

Expand All @@ -146,7 +146,7 @@
<img alt="Maria Chuvochina" src="~/assets/images/gtdb-team/maria.jpg">
</template>
<template v-slot:name>
<a href="https://ecogenomic.org/personnel/dr-maria-chuvochina" target="_blank">Maria Chuvochina</a>
<a href="https://scmb.uq.edu.au/profile/1458/maria-chuvochina" target="_blank">Maria Chuvochina</a>
</template>
</AboutAvatar>

Expand All @@ -156,7 +156,7 @@
<img alt="Christian Rinke" src="~/assets/images/gtdb-team/chris.jpg">
</template>
<template v-slot:name>
<a href="https://ecogenomic.org/personnel/dr-christian-rinke" target="_blank">Christian Rinke</a>
<a href="https://scmb.uq.edu.au/profile/513/chris-rinke" target="_blank">Christian Rinke</a>
</template>
</AboutAvatar>
</div>
Expand All @@ -175,7 +175,7 @@
<img alt="Donovan Parks" src="~/assets/images/gtdb-team/donovan.jpg">
</template>
<template v-slot:name>
<a href="https://ecogenomic.org/personnel/dr-donovan-parks" target="_blank">Donovan Parks</a>
<a href="https://scholar.google.com.au/citations?user=A87iE7wAAAAJ" target="_blank">Donovan Parks</a>
</template>
</AboutAvatar>

Expand All @@ -185,7 +185,7 @@
<img alt="Pierre Chaumeil" src="~/assets/images/gtdb-team/pierre.jpg">
</template>
<template v-slot:name>
<a href="https://ecogenomic.org/personnel/mr-pierre-chaumeil" target="_blank">Pierre Chaumeil</a>
<a href="https://scmb.uq.edu.au/profile/1278/pierre-alain-chaumeil" target="_blank">Pierre Chaumeil</a>
</template>
</AboutAvatar>

Expand All @@ -195,7 +195,7 @@
<img alt="Aaron Mussig" src="~/assets/images/gtdb-team/aaron.jpg">
</template>
<template v-slot:name>
<a href="https://ecogenomic.org/personnel/mr-aaron-mussig" target="_blank">Aaron Mussig</a>
<a href="https://scholar.google.com.au/citations?user=-wSKhB0AAAAJ" target="_blank">Aaron Mussig</a>
</template>
</AboutAvatar>
</div>
Expand All @@ -214,7 +214,7 @@
<img alt="Adam Skarshewski" src="~/assets/images/gtdb-team/adam.jpg">
</template>
<template v-slot:name>
<a href="https://ecogenomic.org/personnel/mr-adam-skarshewski" target="_blank">Adam Skarshewski</a>
Adam Skarshewski
</template>
</AboutAvatar>
</div>
Expand Down

0 comments on commit f696eb9

Please sign in to comment.