-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 7defe97
Showing
11 changed files
with
2,686 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,139 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-us"> | ||
<head> | ||
<meta name="generator" content="Hugo 0.111.3"> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
|
||
|
||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootswatch/4.6.0/cosmo/bootstrap.min.css"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"> | ||
<link rel="stylesheet" href="https://seismo-learn.org/links/main.css"> | ||
<title>Seismo Links </title> | ||
</head> | ||
|
||
<body> | ||
<main class="container"> | ||
<nav class="navbar sticky-top navbar-expand navbar-light"> | ||
<a class="navbar-brand" href="https://seismo-learn.org/links/"> | ||
<img src="https://seismo-learn.org/links//logo.png" style="width:30px" /> | ||
Seismo Links | ||
</a> | ||
|
||
<div class="collapse navbar-collapse"> | ||
<ul class="navbar-nav ml-auto"> | ||
|
||
<a class="nav-item nav-link active" href="/links/"> | ||
<i class="fas fa-home"></i> | ||
</a> | ||
|
||
<a class="nav-item nav-link active" href="https://github.com/seismo-learn/links"> | ||
<i class="fab fa-github"></i> | ||
</a> | ||
|
||
<a class="nav-item nav-link active" | ||
href="https://github.com/seismo-learn/links/edit/main/content/_index.md"> | ||
<i class="fas fa-edit"></i> | ||
</a> | ||
</ul> | ||
</div> | ||
</nav> | ||
|
||
|
||
<article> | ||
|
||
|
||
<div class="card-columns mt-4"> | ||
|
||
<div class="card text-center"> | ||
<div class="card-body" onclick="location.href = 'journals'"> | ||
<p class="card-text"> | ||
<a href="https://seismo-learn.org/links/journals" target="_self" class="iconLink"> | ||
<i class="fas fa-book-open fa-5x"></i> | ||
<h5 class='card-title'>Journals</h5> | ||
</a> | ||
</p> | ||
</div> | ||
</div> | ||
|
||
<div class="card text-center"> | ||
<div class="card-body" onclick="location.href = 'codes'"> | ||
<p class="card-text"> | ||
<a href="https://seismo-learn.org/links/codes" target="_self" class="iconLink"> | ||
<i class="fas fa-code fa-5x"></i> | ||
<h5 class='card-title'>Codes</h5> | ||
</a> | ||
</p> | ||
</div> | ||
</div> | ||
|
||
<div class="card text-center"> | ||
<div class="card-body" onclick="location.href = 'database'"> | ||
<p class="card-text"> | ||
<a href="https://seismo-learn.org/links/database" target="_self" class="iconLink"> | ||
<i class="fas fa-database fa-5x"></i> | ||
<h5 class='card-title'>Database</h5> | ||
</a> | ||
</p> | ||
</div> | ||
</div> | ||
|
||
<div class="card text-center"> | ||
<div class="card-body" onclick="location.href = 'learning'"> | ||
<p class="card-text"> | ||
<a href="https://seismo-learn.org/links/learning" target="_self" class="iconLink"> | ||
<i class="fas fa-graduation-cap fa-5x"></i> | ||
<h5 class='card-title'>Learning</h5> | ||
</a> | ||
</p> | ||
</div> | ||
</div> | ||
|
||
<div class="card text-center"> | ||
<div class="card-body" onclick="location.href = 'jobs'"> | ||
<p class="card-text"> | ||
<a href="https://seismo-learn.org/links/jobs" target="_self" class="iconLink"> | ||
<i class="fas fa-ad fa-5x"></i> | ||
<h5 class='card-title'>Jobs</h5> | ||
</a> | ||
</p> | ||
</div> | ||
</div> | ||
|
||
<div class="card text-center"> | ||
<div class="card-body" onclick="location.href = 'tools'"> | ||
<p class="card-text"> | ||
<a href="https://seismo-learn.org/links/tools" target="_self" class="iconLink"> | ||
<i class="fas fa-tools fa-5x"></i> | ||
<h5 class='card-title'>Tools</h5> | ||
</a> | ||
</p> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
|
||
|
||
|
||
|
||
</article> | ||
<hr/> | ||
<footer> | ||
<div class="container text-center"> | ||
|
||
© Copyright 2018 - 2024, <a href="https://seismo-learn.org/">seismo-learn</a>. </br> <a href="https://github.com/seismo-learn/links#contributing">Contributions</a> are welcomed. | ||
|
||
</div> | ||
<div class="container text-center"> | ||
|
||
Built by <a href="https://gohugo.io/">Hugo</a> on 2024/12/13. | ||
|
||
</div> | ||
</footer> | ||
|
||
</main> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.0/js/bootstrap.bundle.min.js"></script> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-us"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
|
||
|
||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootswatch/4.6.0/cosmo/bootstrap.min.css"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"> | ||
<link rel="stylesheet" href="https://seismo-learn.org/links/main.css"> | ||
<title>Seismo Links | Jobs</title> | ||
</head> | ||
|
||
<body> | ||
<main class="container"> | ||
<nav class="navbar sticky-top navbar-expand navbar-light"> | ||
<a class="navbar-brand" href="https://seismo-learn.org/links/"> | ||
<img src="https://seismo-learn.org/links//logo.png" style="width:30px" /> | ||
Seismo Links | ||
</a> | ||
|
||
<div class="collapse navbar-collapse"> | ||
<ul class="navbar-nav ml-auto"> | ||
|
||
<a class="nav-item nav-link active" href="/links/"> | ||
<i class="fas fa-home"></i> | ||
</a> | ||
|
||
<a class="nav-item nav-link active" href="https://github.com/seismo-learn/links"> | ||
<i class="fab fa-github"></i> | ||
</a> | ||
|
||
<a class="nav-item nav-link active" | ||
href="https://github.com/seismo-learn/links/edit/main/content/jobs.md"> | ||
<i class="fas fa-edit"></i> | ||
</a> | ||
</ul> | ||
</div> | ||
</nav> | ||
|
||
|
||
|
||
|
||
<article> | ||
|
||
<h1>Jobs</h1> | ||
<h3 id="job-boards">Job Boards</h3> | ||
<ul> | ||
<li><a href="https://groups.google.com/a/earthscope.org/g/jobs">Incorporated Research Institutions for Seismology (IRIS) Job Announcements</a></li> | ||
<li><a href="https://findajob.agu.org/">American Geophysical Union (AGU) Career Center</a></li> | ||
<li><a href="https://community.geodynamics.org/c/job-postings/">Computational Infrastructure for Geodynamics (CIG) Jobs Postings</a></li> | ||
<li><a href="https://www.earthworks-jobs.com">EarthWorks Jobs</a></li> | ||
<li><a href="https://www.egu.eu/jobs/">European Geosciences Union (EGU) Jobs</a></li> | ||
<li><a href="http://www.geosociety.org/GSA/Publications/GSA_Today/Job_Board/GSA/GSAToday/Job_Board.aspx">Geological Society of America (GSA) Geoscience Job Board</a></li> | ||
<li><a href="https://www.jsps.go.jp/english/e-fellow/index.html">Japan Society for the Promotion of Science (JSPS) Postdoctoral Fellowships</a></li> | ||
<li><a href="https://www.seismosoc.org/jobs/job-listings/">Seismological Society of America (SSA) Job Listings</a></li> | ||
<li><a href="https://www.timeshighereducation.com/unijobs/en-us/">THEunijobs</a>: International university and academic jobs</li> | ||
</ul> | ||
<h3 id="universityinstitution-jobs">University/Institution Jobs</h3> | ||
<ul> | ||
<li><a href="https://applications.caltech.edu">Caltech Academic Positions and Opportunities</a></li> | ||
<li><a href="https://jobs.carnegiescience.edu/jobs">Carnegie Institution for Science Jobs Listing</a></li> | ||
<li><a href="https://ig.utexas.edu/about/job-listings">Institute for Geophysics at University of Texas Institute Job Listings</a></li> | ||
<li><a href="https://www.ldeo.columbia.edu/about-ldeo/office-director/postdoc-applications">Lamont-Doherty Earth Observatory at Columbia University Postdoctoral Fellowships</a></li> | ||
<li><a href="https://www.ntu.edu.sg/research/research-careers">Nanyang Technological University Jobs</a></li> | ||
<li><a href="https://scripps.ucsd.edu/portal/jobs">Scripps Institution of Oceanography at UC San Diego Jobs</a></li> | ||
<li><a href="https://www.usgs.gov/centers/mendenhall">U.S. Geological Survey (USGS) Mendenhall Research Fellowship Program</a></li> | ||
</ul> | ||
|
||
|
||
</article> | ||
<hr/> | ||
<footer> | ||
<div class="container text-center"> | ||
|
||
© Copyright 2018 - 2024, <a href="https://seismo-learn.org/">seismo-learn</a>. </br> <a href="https://github.com/seismo-learn/links#contributing">Contributions</a> are welcomed. | ||
|
||
</div> | ||
<div class="container text-center"> | ||
|
||
Built by <a href="https://gohugo.io/">Hugo</a> on 2024/12/13. | ||
|
||
</div> | ||
</footer> | ||
|
||
</main> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.0/js/bootstrap.bundle.min.js"></script> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.