Skip to content

Commit

Permalink
Add talk from Sean
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Sep 19, 2023
1 parent 8646d72 commit c779e48
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 13 deletions.
31 changes: 20 additions & 11 deletions components/Instructors.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,16 @@

<script setup lang="ts">
const instructors = ref([
{
name: "Romain SACCHI",
instid: "rs",
designation:
"Researcher at the Technology Assessment Group of the Paul Scherrer Institute",
imgUrl: "/images/instructors/romain-sacchi.jpeg",
bio: "Romain Sacchi is a researcher at the Technology Assessment Group of the Paul Scherrer Institute since June 2019. He contributes within the field of LCA applied to future mobility technologies. More specifically, Romain investigates the opportunities and challenges related to the electrification of mobility, considering all the environmentally-relevant phases along the life cycle of transportation services. More recently, he developed a keen interest in energy system models and Integrated Assessment Models and their application to LCA.",
linkedIn: "https://www.linkedin.com/in/romainsacchi/",
github: "https://github.com/romainsacchi",
},
{
name: "Bo WEIDEMA",
instid: "bw",
Expand All @@ -75,16 +85,6 @@ const instructors = ref([
linkedIn: "https://www.linkedin.com/in/michaelweinold/",
github: "https://github.com/michaelweinold",
},
{
name: "Romain SACCHI",
instid: "rs",
designation:
"Researcher at the Technology Assessment Group of the Paul Scherrer Institute",
imgUrl: "/images/instructors/romain-sacchi.jpeg",
bio: "Romain Sacchi is a researcher at the Technology Assessment Group of the Paul Scherrer Institute since June 2019. He contributes within the field of LCA applied to future mobility technologies. More specifically, Romain investigates the opportunities and challenges related to the electrification of mobility, considering all the environmentally-relevant phases along the life cycle of transportation services. More recently, he developed a keen interest in energy system models and Integrated Assessment Models and their application to LCA.",
linkedIn: "https://www.linkedin.com/in/romainsacchi/",
github: "https://github.com/romainsacchi",
},
{
name: "Sander van Nielen",
instid: "svn",
Expand Down Expand Up @@ -130,9 +130,18 @@ const instructors = ref([
linkedIn: "https://www.linkedin.com/in/tom4m3/",
github: "https://github.com/tngTUDOR",
},
{
name: "Sean Pollard",
instid: "spollard",
designation: "",
imgUrl: "/images/instructors/sean-pollard.jpg",
bio: "Sean Pollard is a software engineer at ecoinvent, and a pretty chill dude.",
linkedIn: "https://www.linkedin.com/in/sean-pollard-1992bb26/",
github: "https://github.com/seanjpollard",
},
{
name: "Chris Mutel",
instid: "cm",
instid: "cmutel",
designation: "",
imgUrl: "/images/instructors/chris-mutel.jpg",
bio: "Chris Mutel develops software for sustainability, and is the creator of the LCA Framework Brightway",
Expand Down
14 changes: 12 additions & 2 deletions pages/programme.vue
Original file line number Diff line number Diff line change
Expand Up @@ -356,15 +356,25 @@
</td>
</tr>
<tr class="active-row">
<td>9:45 - 10:15</td>
<td>9:45 - 10:00</td>
<td>Salle Ellipse</td>
<td>
Matchbox: Matching mismatched databases by
<NuxtLink :to="{ hash: '#cmhimself' }" external="true"
<NuxtLink :to="{ hash: '#cmutel' }" external="true"
>Chris MUTEL</NuxtLink
>
</td>
</tr>
<tr class="active-row">
<td>10:00 - 10:15</td>
<td>Salle Ellipse</td>
<td>
The ecoinvent glossary by
<NuxtLink :to="{ hash: '#spollard' }" external="true"
>Sean POLLARD</NuxtLink
>
</td>
</tr>
<tr class="active-row">
<td>10:15 - 10:45</td>
<td>Salle Ellipse</td>
Expand Down
Binary file added public/images/instructors/sean-pollard.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c779e48

Please sign in to comment.