Skip to content

Commit

Permalink
New post with PyDay2022 presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vilardellsalles committed Jun 16, 2024
1 parent 0797a36 commit cfba2f8
Show file tree
Hide file tree
Showing 59 changed files with 4,284 additions and 599 deletions.
6 changes: 3 additions & 3 deletions docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<link rel="preload" as="font" type="font/woff2" crossorigin href="/_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.woff2" />

<link rel="stylesheet" type="text/css" href="/_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="/_static/css/custom.css?v=10eb1289" />
<link rel="stylesheet" type="text/css" href="/_static/css/custom.css?v=afe0da9d" />

<!-- Pre-loaded scripts that we'll load fully later -->
<link rel="preload" as="script" href="/_static/scripts/bootstrap.js?digest=5b4479735964841361fd" />
Expand All @@ -46,7 +46,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docbuild:last-update" content="January 12, 2024"/>
<meta name="docbuild:last-update" content="June 16, 2024"/>



Expand Down Expand Up @@ -441,7 +441,7 @@ <h1>404</h1>
</div>

<div class="footer-item"><p class="last-updated">
Last updated on January 12, 2024.
Last updated on June 16, 2024.
<br/>
</p></div>

Expand Down
21 changes: 5 additions & 16 deletions docs/PyDayBCN2022.html
Original file line number Diff line number Diff line change
Expand Up @@ -7296,6 +7296,7 @@
}
.reveal .slides {
text-align: left;
margin-top: -5%;
}
.reveal.fade {
opacity: 1;
Expand All @@ -7322,6 +7323,10 @@
margin: 5px 5px 0 0;
}

div.jp-RenderedHTMLCommon h1 {
margin-top: 0 !important;
}

.reveal div.highlight {
margin: 0;
}
Expand Down Expand Up @@ -7772,22 +7777,6 @@ <h1 id="Many-other-tools">Many other tools<a class="anchor-link" href="#Many-oth
</div>
</div>
</div>
</div></section></section><section><section>
<div class="jp-Cell jp-MarkdownCell jp-Notebook-cell">
<div class="jp-Cell-inputWrapper" tabindex="0">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea"><div class="jp-InputPrompt jp-InputArea-prompt">
</div><div class="jp-RenderedHTMLCommon jp-RenderedMarkdown jp-MarkdownOutput" data-mime-type="text/markdown">
<h1 id="Find-me">Find me<a class="anchor-link" href="#Find-me"></a></h1><ul>
<li>Over 10 years developing software in Python.</li>
<li>Senior Engineer for Space Traffic Management at GMV.</li>
<li><a href="https://supportastronomer.net">https://supportastronomer.net</a></li>
</ul>
<h2 id="WE-ARE-HIRING!">WE ARE HIRING!<a class="anchor-link" href="#WE-ARE-HIRING!"></a></h2><p><img align="left" alt="No description has been provided for this image" src="https://www.gmv.com/themes/gmv/images/logo.svg" width="200px"/></p>
</div>
</div>
</div>
</div></section></section>
</div>
</div>
Expand Down
21 changes: 21 additions & 0 deletions docs/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,24 @@ small {
.ablog-cloud-5 {
font-size: 140%;
}

/* Adapted from https://www.w3schools.com/howto/howto_css_responsive_iframes.asp */
.slides {
position: relative;
overflow: hidden;
width: 80%;
padding-top: 60%; /* 4:3 aspect ratio */
display: block;
margin: auto;
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
}
108 changes: 94 additions & 14 deletions docs/blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<link rel="preload" as="font" type="font/woff2" crossorigin href="_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.woff2" />

<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="_static/css/custom.css?v=10eb1289" />
<link rel="stylesheet" type="text/css" href="_static/css/custom.css?v=afe0da9d" />

<!-- Pre-loaded scripts that we'll load fully later -->
<link rel="preload" as="script" href="_static/scripts/bootstrap.js?digest=5b4479735964841361fd" />
Expand All @@ -45,7 +45,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docbuild:last-update" content="January 12, 2024"/>
<meta name="docbuild:last-update" content="June 16, 2024"/>

<link
rel="alternate"
Expand Down Expand Up @@ -363,13 +363,13 @@ <h3><a href="blog/tag.html">Tags</a></h3>



<li class="ablog-cloud ablog-cloud-1">
<li class="ablog-cloud ablog-cloud-3">
<a href="blog/tag/python.html">python</a>
</li>



<li class="ablog-cloud ablog-cloud-1">
<li class="ablog-cloud ablog-cloud-3">
<a href="blog/tag/software.html">software</a>
</li>

Expand Down Expand Up @@ -397,6 +397,12 @@ <h3>
<ul>


<li>
<a href="blog/2022.html">2022 (1)</a>
</li>



<li>
<a href="blog/2017.html">2017 (1)</a>
</li>
Expand Down Expand Up @@ -473,6 +479,80 @@ <h1>
</h1>


<div class="section ablog-post">
<h2 class="ablog-post-title">
<a href="posts/PyDayBCN2022.html">Lightning talk at PyDayBCN2022</a>
</h2>
<ul class="ablog-archive">
<li>


<i class="fa fa-calendar"></i>

November 26, 2022

</li>

<li id="published">
<span>

<i class="fa fa-edit"></i>

</span>
June 16, 2024
</li>





<li id="ablog-sidebar-item tags ablog__tags">
<span>


<i class="fa-fw fa fa-tags"></i>


</span>


<a href="blog/tag/astronomy.html">astronomy</a>





<a href="blog/tag/software.html">software</a>





<a href="blog/tag/engineering.html">engineering</a>





<a href="blog/tag/python.html">python</a>



</li>


</ul>
<p class="ablog-post-excerpt"><p>During the <a class="reference external" href="https://pybcn.org/events/pyday_bcn/pyday_bcn_2022/">PyDayBCN2022 event</a>, I gave a lightning talk
to illustrate the possible uses that <a class="reference external" href="https://www.astropy.org/">Astropy</a> can
have in other fields. I finally decided to place the talk as a post entry to
learn how to integrate slides into a web page using the
<a class="reference external" href="https://nbconvert.readthedocs.io/en/latest/">Jupyter nbconvert</a> tool.</p>
</p>

<p class="ablog-post-expand"><a href="posts/PyDayBCN2022.html"><em>Read more ...</em></a></p>
<hr/>
</div>

<div class="section ablog-post">
<h2 class="ablog-post-title">
<a href="posts/time-scales-and-leap-second.html">Time scales and leap second</a>
Expand Down Expand Up @@ -510,13 +590,13 @@ <h2 class="ablog-post-title">
</span>


<a href="blog/tag/time.html">time</a>
<a href="blog/tag/astronomy.html">astronomy</a>





<a href="blog/tag/astronomy.html">astronomy</a>
<a href="blog/tag/time.html">time</a>



Expand Down Expand Up @@ -574,19 +654,19 @@ <h2 class="ablog-post-title">
</span>


<a href="blog/tag/engineering.html">engineering</a>
<a href="blog/tag/software.html">software</a>





<a href="blog/tag/python.html">python</a>
<a href="blog/tag/engineering.html">engineering</a>





<a href="blog/tag/software.html">software</a>
<a href="blog/tag/python.html">python</a>



Expand Down Expand Up @@ -642,25 +722,25 @@ <h2 class="ablog-post-title">
</span>


<a href="blog/tag/engineering.html">engineering</a>
<a href="blog/tag/astronomer.html">astronomer</a>





<a href="blog/tag/telescope.html">telescope</a>
<a href="blog/tag/astronomy.html">astronomy</a>





<a href="blog/tag/astronomer.html">astronomer</a>
<a href="blog/tag/engineering.html">engineering</a>





<a href="blog/tag/astronomy.html">astronomy</a>
<a href="blog/tag/telescope.html">telescope</a>



Expand Down Expand Up @@ -720,7 +800,7 @@ <h2 class="ablog-post-title">
</div>

<div class="footer-item"><p class="last-updated">
Last updated on January 12, 2024.
Last updated on June 16, 2024.
<br/>
</p></div>

Expand Down
Loading

0 comments on commit cfba2f8

Please sign in to comment.