Skip to content

Commit

Permalink
Generate Pelican site 2024-03-06T19:56:08+0000
Browse files Browse the repository at this point in the history
  • Loading branch information
Automated committed Mar 6, 2024
0 parents commit c51b4f3
Show file tree
Hide file tree
Showing 69 changed files with 16,706 additions and 0 deletions.
152 changes: 152 additions & 0 deletions archives.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,152 @@
<!DOCTYPE html>
<head>
<meta charset="utf-8" />
<!-- Set the viewport width to device width for mobile -->
<meta name="viewport" content="width=device-width" />

<title>SciPy Conferences</title>

<link rel="stylesheet" href="https://conference.scipy.org/theme/css/normalize.css" />
<link rel="stylesheet" href="https://conference.scipy.org/theme/css/foundation.min.css" />
<link rel="stylesheet" href="https://conference.scipy.org/theme/css/style.css" />
<link rel="stylesheet" href="https://conference.scipy.org/theme/css/pygments.css" />
<link rel="shortcut icon" href="https://conference.scipy.org/theme/images/icons/favicon.ico"/>
<script src="https://conference.scipy.org/theme/js/custom.modernizr.js"></script>
</head>

<body>

<!-- Nav Bar -->
<nav>
<div class="top-bar">
<div class="row">
<div class="large-9 large-centered columns">
<a href=""><img src="https://conference.scipy.org/theme/images/scipy_logo_2022.gif" border="0" alt="SciPy Website"/></a>
<!-- <h1><a href="https://conference.scipy.org">SciPy Conferences</a></h1> -->
</div>
</div>
</div>

<!-- Show menu items and pages -->
<div class="row">
<div class="large-9 columns">
<ul class="button-group navigation">
<li><a href="/" class="button secondary small">Home</a></li>
<li><a href="/past.html" class="button secondary small">Past Conferences</a></li>
<li><a href="/proceedings" class="button secondary small">Proceedings</a></li>
<li><a href="/archives.html" class="button secondary small">News</a></li>

</ul>
</div>
</div>
</nav>
<!-- End Nav -->


<!-- Main Page Content and Sidebar -->
<div class="row">

<!-- Main Blog Content -->
<div class="large-9 columns">

<h3>Archives</h3>

<table class="table-archive">
<tbody>
<tr>
<td>Mon 28 October 2013</td>
<td><a href='news/2013/10/28/scipy2013-debrief-survey-results/'>SciPy2013 Debrief -- Survey Results</a></td>
</tr>
<tr>
<td>Wed 30 October 2013</td>
<td><a href='news/2013/10/30/euroscipy2013-debrief/'>EuroSciPy2013 Debrief</a></td>
</tr>
<tr>
<td>Tue 05 November 2013</td>
<td><a href='news/2013/11/05/scipyargentina2013-debrief/'>SciPyArgentina2013 Debrief</a></td>
</tr>
<tr>
<td>Thu 20 February 2014</td>
<td><a href='news/2014/02/20/scipy2014-announcement/'>SciPy2014 Announcement</a></td>
</tr>
<tr>
<td>Sun 02 March 2014</td>
<td><a href='news/2014/03/02/jhepc-and-wssspe-at-scipy2014/'>JHEPC and WSSSPE at SciPy2014</a></td>
</tr>
<tr>
<td>Fri 07 March 2014</td>
<td><a href='news/2014/03/07/submit-tutorials-and-bofs/'>Submit, Tutorials, and BOFs!</a></td>
</tr>
<tr>
<td>Sat 15 March 2014</td>
<td><a href='news/2014/03/15/deadline-extension/'>Deadline Extension</a></td>
</tr>
<tr>
<td>Sat 12 April 2014</td>
<td><a href='news/2014/04/12/scipy2014-registration-open/'>SciPy2014 Registration Open</a></td>
</tr>
<tr>
<td>Sat 12 April 2014</td>
<td><a href='news/2014/04/12/scipy2014-submissions-diversity-funding/'>SciPy2014 Submissions, Diversity Funding</a></td>
</tr>
<tr>
<td>Tue 22 April 2014</td>
<td><a href='news/2014/04/22/why-i-scipy/'>Why I SciPy</a></td>
</tr>
<tr>
<td>Fri 09 May 2014</td>
<td><a href='news/2014/05/09/euroscipy2013-proceedings/'>EuroSciPy2013 Proceedings</a></td>
</tr>
<tr>
<td>Thu 15 May 2014</td>
<td><a href='news/2014/05/15/early-bird-extension-and-new-keynote/'>Early Bird Extension and new Keynote</a></td>
</tr>
<tr>
<td>Thu 31 July 2014</td>
<td><a href='news/2014/07/31/scipy2014-debrief-survey-results/'>SciPy2014 Debrief -- Survey Results</a></td>
</tr>
<tr>
<td>Wed 25 March 2015</td>
<td><a href='news/2015/03/25/euroscipy-2015-call-for-presentations-posters-and-tutorials/'>EuroSciPy 2015 call for presentations, posters and tutorials</a></td>
</tr>
</tbody>
</table>

</div>
<!-- End Main Content -->

<!-- Sidebar -->
<aside class="large-3 columns">
<h5 class="sidebar-title">Site</h5>
<ul class="side-nav">
<li><a href="https://conference.scipy.org/archives.html">Archives</a>
<li><a href="https://conference.scipy.org/tags.html">Tags</a>
</ul>


<h5 class="sidebar-title">Categories</h5>
<ul class="side-nav">
<li><a href="https://conference.scipy.org/category/euroscipy.html">EuroSciPy</a></li>
<li><a href="https://conference.scipy.org/category/scipy.html">SciPy</a></li>
<li><a href="https://conference.scipy.org/category/scipyargentina.html">SciPyArgentina</a></li>

</ul>



</aside> <!-- End Sidebar -->

</div> <!-- End Main Content and Sidebar -->


<!-- Footer -->
<footer class="row">
<div class="large-12 columns">
<hr />
<div class="row">
<div class="large-6 columns">
<p>SciPy Conferences by SciPy Organizers <scipy-organizers@scipy.org></p>
</div>
</div>
</div>
</footer>
92 changes: 92 additions & 0 deletions author/anthony-scopatz.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
<!DOCTYPE html>
<head>
<meta charset="utf-8" />
<!-- Set the viewport width to device width for mobile -->
<meta name="viewport" content="width=device-width" />

<title>SciPy Conferences - Anthony Scopatz <scopatz@gmail.com></title>

<link rel="stylesheet" href="https://conference.scipy.org/theme/css/normalize.css" />
<link rel="stylesheet" href="https://conference.scipy.org/theme/css/foundation.min.css" />
<link rel="stylesheet" href="https://conference.scipy.org/theme/css/style.css" />
<link rel="stylesheet" href="https://conference.scipy.org/theme/css/pygments.css" />
<link rel="shortcut icon" href="https://conference.scipy.org/theme/images/icons/favicon.ico"/>
<script src="https://conference.scipy.org/theme/js/custom.modernizr.js"></script>
</head>

<body>

<!-- Nav Bar -->
<nav>
<div class="top-bar">
<div class="row">
<div class="large-9 large-centered columns">
<a href=""><img src="https://conference.scipy.org/theme/images/scipy_logo_2022.gif" border="0" alt="SciPy Website"/></a>
<!-- <h1><a href="https://conference.scipy.org">SciPy Conferences</a></h1> -->
</div>
</div>
</div>

<!-- Show menu items and pages -->
<div class="row">
<div class="large-9 columns">
<ul class="button-group navigation">
<li><a href="/" class="button secondary small">Home</a></li>
<li><a href="/past.html" class="button secondary small">Past Conferences</a></li>
<li><a href="/proceedings" class="button secondary small">Proceedings</a></li>
<li><a href="/archives.html" class="button secondary small">News</a></li>

</ul>
</div>
</div>
</nav>
<!-- End Nav -->


<!-- Main Page Content and Sidebar -->
<div class="row">

<!-- Main Blog Content -->
<div class="large-9 columns">




</div>
<!-- End Main Content -->

<!-- Sidebar -->
<aside class="large-3 columns">
<h5 class="sidebar-title">Site</h5>
<ul class="side-nav">
<li><a href="https://conference.scipy.org/archives.html">Archives</a>
<li><a href="https://conference.scipy.org/tags.html">Tags</a>
</ul>


<h5 class="sidebar-title">Categories</h5>
<ul class="side-nav">
<li><a href="https://conference.scipy.org/category/euroscipy.html">EuroSciPy</a></li>
<li><a href="https://conference.scipy.org/category/scipy.html">SciPy</a></li>
<li><a href="https://conference.scipy.org/category/scipyargentina.html">SciPyArgentina</a></li>

</ul>



</aside> <!-- End Sidebar -->

</div> <!-- End Main Content and Sidebar -->


<!-- Footer -->
<footer class="row">
<div class="large-12 columns">
<hr />
<div class="row">
<div class="large-6 columns">
<p>SciPy Conferences by SciPy Organizers <scipy-organizers@scipy.org></p>
</div>
</div>
</div>
</footer>
92 changes: 92 additions & 0 deletions author/celia-cintas-nahuel-defosse.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
<!DOCTYPE html>
<head>
<meta charset="utf-8" />
<!-- Set the viewport width to device width for mobile -->
<meta name="viewport" content="width=device-width" />

<title>SciPy Conferences - Celia Cintas, Nahuel Defossé</title>

<link rel="stylesheet" href="https://conference.scipy.org/theme/css/normalize.css" />
<link rel="stylesheet" href="https://conference.scipy.org/theme/css/foundation.min.css" />
<link rel="stylesheet" href="https://conference.scipy.org/theme/css/style.css" />
<link rel="stylesheet" href="https://conference.scipy.org/theme/css/pygments.css" />
<link rel="shortcut icon" href="https://conference.scipy.org/theme/images/icons/favicon.ico"/>
<script src="https://conference.scipy.org/theme/js/custom.modernizr.js"></script>
</head>

<body>

<!-- Nav Bar -->
<nav>
<div class="top-bar">
<div class="row">
<div class="large-9 large-centered columns">
<a href=""><img src="https://conference.scipy.org/theme/images/scipy_logo_2022.gif" border="0" alt="SciPy Website"/></a>
<!-- <h1><a href="https://conference.scipy.org">SciPy Conferences</a></h1> -->
</div>
</div>
</div>

<!-- Show menu items and pages -->
<div class="row">
<div class="large-9 columns">
<ul class="button-group navigation">
<li><a href="/" class="button secondary small">Home</a></li>
<li><a href="/past.html" class="button secondary small">Past Conferences</a></li>
<li><a href="/proceedings" class="button secondary small">Proceedings</a></li>
<li><a href="/archives.html" class="button secondary small">News</a></li>

</ul>
</div>
</div>
</nav>
<!-- End Nav -->


<!-- Main Page Content and Sidebar -->
<div class="row">

<!-- Main Blog Content -->
<div class="large-9 columns">




</div>
<!-- End Main Content -->

<!-- Sidebar -->
<aside class="large-3 columns">
<h5 class="sidebar-title">Site</h5>
<ul class="side-nav">
<li><a href="https://conference.scipy.org/archives.html">Archives</a>
<li><a href="https://conference.scipy.org/tags.html">Tags</a>
</ul>


<h5 class="sidebar-title">Categories</h5>
<ul class="side-nav">
<li><a href="https://conference.scipy.org/category/euroscipy.html">EuroSciPy</a></li>
<li><a href="https://conference.scipy.org/category/scipy.html">SciPy</a></li>
<li><a href="https://conference.scipy.org/category/scipyargentina.html">SciPyArgentina</a></li>

</ul>



</aside> <!-- End Sidebar -->

</div> <!-- End Main Content and Sidebar -->


<!-- Footer -->
<footer class="row">
<div class="large-12 columns">
<hr />
<div class="row">
<div class="large-6 columns">
<p>SciPy Conferences by SciPy Organizers <scipy-organizers@scipy.org></p>
</div>
</div>
</div>
</footer>
Loading

0 comments on commit c51b4f3

Please sign in to comment.