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

Adds people credits page #572

Merged
merged 6 commits into from
Oct 10, 2023
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
Binary file added assets/images/people/SNAP-team-bubbles.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/people/breen_bw.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/people/fresco_bw.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/people/littell3_bw.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/people/marchenko_bw.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/people/rupp_bw2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/people/walsh_bw.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions components/Navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@
>About</nuxt-link
>
</div>
<div class="navbar-item">
<nuxt-link :to="{ name: 'credits' }" exact-active-class="is-active"
>Credits</nuxt-link
>
</div>
<div class="navbar-item">
<nuxt-link :to="{ name: 'data' }" exact-active-class="is-active"
>Data</nuxt-link
Expand Down
266 changes: 266 additions & 0 deletions pages/credits.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,266 @@
<template>
<section class="section">
<div class="content-wrapper">
<h1 class="title is-2">The people behind Northern Climate Reports</h1>

<div class="content is-size-4">
<p>
Northern Climate Reports would not be possible without contributions
from a wide variety of climate science professionals. These include
ecosystem modelers and boreal ecologists who interpret and look for
patterns in massive amounts of data, plus geospatial data analysts and
software developers who verify the data and create visualizations that
aid understanding. Science communicators and administrative staff
round out the team, using graphic design, writing, and organizational
skills to help this tool work for a wide variety of users.
</p>
</div>
</div>

<div class="person mt-5 columns">
<div class="column is-3 is-offset-2">
<img src="~assets/images/people/breen_bw.jpg" />
</div>
<div class="column is-5">
<h3 class="subtitle is-3">Amy Breen</h3>
<div class="content is-size-5">
<p>
Dr. Amy Breen is an expert in Arctic vegetation ecology, short- and
long-term effects of climate change and disturbance on vegetation.
Her research interests include field studies and modeling to
understand and forecast changes in Arctic terrestrial ecosystems,
particularly the response of vegetation to disturbance and climate
change.
</p>
<p>
<a href="https://www.researchgate.net/profile/Amy-Breen"
>Learn more about Dr. Breen</a
>
</p>
</div>
</div>
</div>

<div class="person mt-5 columns">
<div class="column is-3 is-offset-2">
<img src="~assets/images/people/littell3_bw.jpg" />
</div>
<div class="column is-5">
<h3 class="subtitle is-3">Jeremy Littell</h3>
<div class="content is-size-5">
<p>
Dr. Jeremy Littell is a Research Ecologist with the Alaska Climate
Adaptation Science Center (CASC). He conducts research on the role
of climate and ecological drought in Alaska and other forested
ecosystems. He also facilitates the use of climate information in
planning, adaptation, and vulnerability assessment.
</p>
<p>
Littell&rsquo;s background is the ecoclimatology of western North
America's forests. His doctoral work at the University of Washington
focused on ecological and climatic controls on wildfire in the
western US and the role of climate in Douglas-fir tree growth across
its climatic range. He also worked as a research scientist at the
University of Washington Climate Impacts Group, collaborating with
resource managers in federal and state agencies to better understand
and use climate information in planning and adaptation.
</p>
<p>At the Alaska CASC, his current work addresses two main themes:</p>
<ul>
<li>
Development, coordination, and translation of climate science
products for Alaska
</li>
<li>
Observing and Understanding the Impacts of climate on Alaskan
Forests
</li>
</ul>
<p>
Jeremy also serves as an author on the Alaska chapter of the
National Climate Assessment (NCA).
</p>
<p>
<a href="https://www.usgs.gov/staff-profiles/jeremy-littell"
>Learn more about Dr. Littell</a
>
</p>
</div>
</div>
</div>

<div class="person mt-5 columns">
<div class="column is-3 is-offset-2">
<img src="~assets/images/people/fresco_bw.jpg" />
</div>
<div class="column is-5">
<h3 class="subtitle is-3">Nancy Fresco</h3>

<div class="content is-size-5">
<p>
Dr. Nancy Fresco is a Research Assistant Professor at UAF's
International Arctic Research Center, and has been the Network
Coordinator for the Scenarios Network for Alaska + Arctic Planning
since its start in 2007. Her background is in biology, landscape
ecology, and forestry.
</p>
<p>
She has worked on a wide range of interdisciplinary collaborative
projects with partners ranging from small communities and
non-profits to state, federal, and international agencies. Dr.
Fresco’s work focuses on connecting northern climate data and model
projections to the real-world needs, concerns, and questions of
those who live and work here.
</p>
<p>
Nancy works closely with SNAP&rsquo;s programmers, spatial analysts,
and communications experts to create resources to aid in adaptation
planning.
</p>
<p>
<a href="https://www.researchgate.net/profile/Nancy-Fresco"
>Learn more about Dr. Fresco</a
>
</p>
</div>
</div>
</div>

<div class="person mt-5 columns">
<div class="column is-3 is-offset-2">
<img src="~assets/images/people/marchenko_bw.jpg" />
</div>
<div class="column is-5">
<h3 class="subtitle is-3">Sergey Marchenko</h3>

<div class="content is-size-5">
<p>
Dr. Sergey Marchenko works at the University of Alaska Fairbanks
Geophysical Institute. Sergey does research in numerical modeling of
permafrost dynamics, climate-permafrost interactions, and the
influence of permafrost on landform and landscape development in
Arctic and sub-Arctic as well as across alpine environments of
mid-latitude.
</p>
<p>
Other research interests include altitudinal permafrost formation,
distribution and evolution in the mountain regions during the
quaternary, present and future; and spatial analysis & development
of scientific models on a high performance computing platform.
</p>
<p>
<a href="https://permafrost.gi.alaska.edu/users/sergey"
>Learn more about Dr. Marchenko</a
>
</p>
</div>
</div>
</div>

<div class="person mt-5 columns">
<div class="column is-3 is-offset-2">
<img src="~assets/images/people/rupp_bw2.jpg" />
</div>
<div class="column is-5">
<h3 class="subtitle is-3">Scott Rupp</h3>

<div class="content is-size-5">
<p>
Dr. Scott Rupp is Deputy Director of the International Arctic
Research Center at the University of Alaska Fairbanks. He is also
SNAP Director, and serves as the University Director for the US
Department of Interior’s Alaska CASC.
</p>
<p>
Dr. Rupp has more than 27 years of experience in ecosystem modeling
and climate change/climate impacts science. Recent work has focused
on modeling the response of subarctic and arctic ecosystems to
changes in global climate and disturbance regimes. Dr. Rupp served
as a member (2016–2017) of the Federal Advisory Committee on Climate
Change and Natural Resource Science.
</p>
<p>
Scott received a BS (1993) in Forest Management from Pennsylvania
State University and a PhD (1998) in Forest Ecology from the
University of Alaska Fairbanks. He is Professor of Forestry and has
been a faculty member at UAF since 2001.
</p>
<p>
<a href="https://www.researchgate.net/profile/T_Rupp"
>Learn more about Dr. Rupp</a
>
</p>
</div>
</div>
</div>

<div class="person mt-5 columns">
<div class="column is-3 is-offset-2">
<img src="~assets/images/people/walsh_bw.jpg" />
</div>
<div class="column is-5">
<h3 class="subtitle is-3">John Walsh</h3>

<div class="content is-size-5">
<p>
Dr. John Walsh is an expert in Arctic climate, weather, climate
change adaptation and sea ice who has worked at the University of
Alaska Fairbanks International Arctic Research Center for decades.
</p>
<p>
Specialties include climate modeling, addressing regional
vulnerabilities, downscaling models and more. His research has long
focused on Arctic sea ice, and he worked to establish the Historical
Sea Ice Atlas, a long-term database of sea ice levels back to the
1850s.
</p>
<p>
Among many other awards, Dr. Walsh was the winner of the 2022 Mohn
Prize for his outstanding research in the Arctic. In addition to
extensive scientific publications, Walsh has regularly served as an
author or editor of official climate reports such as the Arctic
Extreme Events chapter of AMAP's Climate Update report (2021) and a
new Report Card section on Arctic Precipitation in the BAMS State of
the Climate (2022).
</p>
<p>
The official assessment efforts to which John has contributed serve
to evaluate, integrate, and communicate recent science research,
primarily for public leaders and decision makers. He has aimed to
provide a balanced perspective on Alaska’s recent changes in the
face of both growing interest and comparatively sparse data
resources in the region.
</p>
<p>
<a
href="https://scholar.google.com/citations?user=agMbcb4AAAAJ&hl=en"
>
Learn more about Dr. Walsh
</a>
</p>
</div>
</div>
</div>
<div class="team content is-size-5 mt-6">
<h3>The Scenarios Network for Alaska + Arctic Planning Team</h3>
<img src="~assets/images/people/SNAP-team-bubbles.jpg" />
<p>
Above, clockwise from left: <strong>Josh Paul</strong>, Geospatial Data
Analyst; <strong>Carolyn Rosner</strong>, Graphic Designer;
<strong>Craig Stephenson</strong>, Software Developer;
<strong>Kyle Redilla</strong>, Geospatial Programmer;
<strong>Mike DeLue</strong>, Science Communicator;
<strong>Charlie Parr</strong>, Geospatial Data Analyst;
<strong>Mimi Lesniak</strong>, Assistant to the Director;
<strong>Bob Torgerson</strong>, Software Developer; and
<strong>Bruce Crevensten</strong>, Technical Lead.
<a href="https://uaf-snap.org/">https://uaf-snap.org/</a>
</p>
</div>
</section>
</template>
<style lang="scss" scoped>
.team {
text-align: center;
}
</style>
4 changes: 2 additions & 2 deletions utils/maps.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ export const getBaseMapAndLayers = function () {
maxZoom: 6,
center: [64.7, -155],
scrollWheelZoom: false,
dragging: false,
zoomControl: false,
// dragging: false,
// zoomControl: false,
doubleClickZoom: false,
attributionControl: false,
layers: layers,
Expand Down
Loading