-
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
1 parent
d29e19e
commit 0f85ca3
Showing
56 changed files
with
1,364 additions
and
230 deletions.
There are no files selected for viewing
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
Binary file not shown.
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,77 @@ | ||
{ | ||
"cells": [ | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"# Adding a new post" | ||
] | ||
}, | ||
{ | ||
"cell_type": "code", | ||
"execution_count": 1, | ||
"metadata": {}, | ||
"outputs": [], | ||
"source": [ | ||
"title = \"Some thoughts about the 2017 ACM Software System Award for Project Jupyter\"" | ||
] | ||
}, | ||
{ | ||
"cell_type": "code", | ||
"execution_count": 2, | ||
"metadata": {}, | ||
"outputs": [], | ||
"source": [ | ||
"tags_list = ['Jupyter', 'IPython', 'jupyterlab', 'Binder', 'opensource', 'python']" | ||
] | ||
}, | ||
{ | ||
"cell_type": "code", | ||
"execution_count": 3, | ||
"metadata": {}, | ||
"outputs": [ | ||
{ | ||
"name": "stdout", | ||
"output_type": "stream", | ||
"text": [ | ||
"\u001b[33;01m[2018-05-02T22:18:39Z] WARNING: Nikola: The RSS_LINKS_APPEND_QUERY option is deprecated, use FEED_LINKS_APPEND_QUERY instead.\u001b[39;49;00m\n", | ||
"\u001b[33;01m[2018-05-02T22:18:39Z] WARNING: Nikola: The RSS_READ_MORE_LINK option is deprecated, use FEED_READ_MORE_LINK instead.\u001b[39;49;00m\n", | ||
"Creating New Post\n", | ||
"-----------------\n", | ||
"\n", | ||
"Title: Some thoughts about the 2017 ACM Software System Award for Project Jupyter\n", | ||
"Scanning posts......done!\n", | ||
"\u001b[33;01m[2018-05-02T22:18:40Z] NOTICE: compile_ipynb: No kernel specified, assuming \"python3\".\u001b[39;49;00m\n", | ||
"\u001b[37m[2018-05-02T22:18:41Z] INFO: new_post: Your post's text is at: posts/some-thoughts-about-the-2017-acm-software-system-award-for-project-jupyter.ipynb\u001b[39;49;00m\n" | ||
] | ||
} | ||
], | ||
"source": [ | ||
"tags = ', '.join(tags_list)\n", | ||
"\n", | ||
"!nikola new_post -f ipynb --title=\"{title}\" --tags=\"{tags}\"" | ||
] | ||
} | ||
], | ||
"metadata": { | ||
"kernelspec": { | ||
"display_name": "Python 3", | ||
"language": "python", | ||
"name": "python3" | ||
}, | ||
"language_info": { | ||
"codemirror_mode": { | ||
"name": "ipython", | ||
"version": 3 | ||
}, | ||
"file_extension": ".py", | ||
"mimetype": "text/x-python", | ||
"name": "python", | ||
"nbconvert_exporter": "python", | ||
"pygments_lexer": "ipython3", | ||
"version": "3.6.3" | ||
} | ||
}, | ||
"nbformat": 4, | ||
"nbformat_minor": 2 | ||
} |
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
26 changes: 26 additions & 0 deletions
26
cache/posts/some-thoughts-about-the-2017-acm-software-system-award-for-project-jupyter.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,26 @@ | ||
|
||
<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt"> | ||
</div> | ||
<div class="inner_cell"> | ||
<div class="text_cell_render border-box-sizing rendered_html"> | ||
<p>I am very happy to inform you that <strong>Project Jupyter</strong> has been awarded the 2017 <strong>ACM Software System Award</strong>!</p> | ||
<p>As part of the <em>Jupyter Steering Council</em>, I am one of the official recipients of the award, but I wanted to highlight that I am just one member of a large group of people (contributors and users) working together to push the <strong>Project Jupyter</strong> forward and beyond its limits.</p> | ||
<p><strong>Project Jupyter</strong> is an essential part of my life. It gave me the opportunity to work with amazing people, to learn a lot of new things, to help other people. Some years ago, I left academia for several reasons, but one of the most important ones was to find an opportunity to make a substantial impact on people’s lives. I wanted to be involved in something that could empower people to do amazing things. And I certainly believe that <strong>Project Jupyter</strong> filled that space and allowed me to achieve that goal more than I could imagine. | ||
<!-- TEASER_END --></p> | ||
<h3 id="Why-is-Project-Jupyter-receiving-the-ACM-Award?">Why is <strong>Project Jupyter</strong> receiving the ACM Award?<a class="anchor-link" href="#Why-is-Project-Jupyter-receiving-the-ACM-Award?">¶</a></h3><p>There are several reasons, but let’s focus on the following:</p> | ||
<p>1) <strong>Jupyter</strong> is explicitly designed for the task of computing interactively</p> | ||
<p><strong>Jupyter</strong> has become an important part of the daily workflow in research, education, journalism, and industry allowing people to process, analyze, and manipulate data and get insights from it in a fluid, pleasant, and effective way.</p> | ||
<p>2) <strong>Jupyter</strong> fosters communication and collaboration through open standardized formats</p> | ||
<p>The open and standardized <strong>Jupyter</strong> notebook file format is designed to capture, display and share natural language, code, and results in a single computational narrative. This is a key aspect of the scientific and research life cycle. You want to share your findings and thoughts with other people and <strong>Jupyter</strong> helps with that goal providing a self-contained and powerful computational narrative.</p> | ||
<p>The stability and interoperability of open standards also provide a foundation for others to experiment, collaborate, and build tools inspired by their unique goals and perspectives. We have also provided tools to support <strong>Jupyter</strong> deployment in multi-user environments, making it easier to access common computational resources and share live computational environments. <strong>JupyterHub</strong> (and <strong>Binder</strong>) now supports industry deployment, large-scale education and reproducible research.</p> | ||
<p>But the most important thing here, as I said before, is the <strong>Jupyter Community</strong>. <strong>IPython</strong> and <strong>Jupyter</strong> have grown to be the product of thousands of contributors and users. We are always seeking to ensure the project is welcoming, supports an increasingly diverse community, and helps solidify a foundation for it to be sustainable.</p> | ||
<p>Let’s make it crystal clear: <strong>The project exists to serve the community and wouldn’t be possible without you</strong>.</p> | ||
<p>So, thank <strong>YOU</strong> for your continuous support, contributions, and feedback!</p> | ||
<p><strong>PS</strong></p> | ||
<p>On a personal note, I would also like to thank <strong>Anaconda, Inc</strong>. I have been working here for a long time now and it was/is a great experience. I am grateful for the generous support they provided in building the next <strong>Jupyter</strong> experience, <strong>JupyterLab</strong>. And I am also grateful for the continuous support in my involvement with the <strong>Jupyter</strong> community. I really appreciate that!</p> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
|
||
|
Empty file.
26 changes: 26 additions & 0 deletions
26
.../posts/some-thoughts-about-the-2017-acm-software-system-award-for-project-jupyter.html.es
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,26 @@ | ||
|
||
<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt"> | ||
</div> | ||
<div class="inner_cell"> | ||
<div class="text_cell_render border-box-sizing rendered_html"> | ||
<p>I am very happy to inform you that <strong>Project Jupyter</strong> has been awarded the 2017 <strong>ACM Software System Award</strong>!</p> | ||
<p>As part of the <em>Jupyter Steering Council</em>, I am one of the official recipients of the award, but I wanted to highlight that I am just one member of a large group of people (contributors and users) working together to push the <strong>Project Jupyter</strong> forward and beyond its limits.</p> | ||
<p><strong>Project Jupyter</strong> is an essential part of my life. It gave me the opportunity to work with amazing people, to learn a lot of new things, to help other people. Some years ago, I left academia for several reasons, but one of the most important ones was to find an opportunity to make a substantial impact on people’s lives. I wanted to be involved in something that could empower people to do amazing things. And I certainly believe that <strong>Project Jupyter</strong> filled that space and allowed me to achieve that goal more than I could imagine. | ||
<!-- TEASER_END --></p> | ||
<h3 id="Why-is-Project-Jupyter-receiving-the-ACM-Award?">Why is <strong>Project Jupyter</strong> receiving the ACM Award?<a class="anchor-link" href="#Why-is-Project-Jupyter-receiving-the-ACM-Award?">¶</a></h3><p>There are several reasons, but let’s focus on the following:</p> | ||
<p>1) <strong>Jupyter</strong> is explicitly designed for the task of computing interactively</p> | ||
<p><strong>Jupyter</strong> has become an important part of the daily workflow in research, education, journalism, and industry allowing people to process, analyze, and manipulate data and get insights from it in a fluid, pleasant, and effective way.</p> | ||
<p>2) <strong>Jupyter</strong> fosters communication and collaboration through open standardized formats</p> | ||
<p>The open and standardized <strong>Jupyter</strong> notebook file format is designed to capture, display and share natural language, code, and results in a single computational narrative. This is a key aspect of the scientific and research life cycle. You want to share your findings and thoughts with other people and <strong>Jupyter</strong> helps with that goal providing a self-contained and powerful computational narrative.</p> | ||
<p>The stability and interoperability of open standards also provide a foundation for others to experiment, collaborate, and build tools inspired by their unique goals and perspectives. We have also provided tools to support <strong>Jupyter</strong> deployment in multi-user environments, making it easier to access common computational resources and share live computational environments. <strong>JupyterHub</strong> (and <strong>Binder</strong>) now supports industry deployment, large-scale education and reproducible research.</p> | ||
<p>But the most important thing here, as I said before, is the <strong>Jupyter Community</strong>. <strong>IPython</strong> and <strong>Jupyter</strong> have grown to be the product of thousands of contributors and users. We are always seeking to ensure the project is welcoming, supports an increasingly diverse community, and helps solidify a foundation for it to be sustainable.</p> | ||
<p>Let’s make it crystal clear: <strong>The project exists to serve the community and wouldn’t be possible without you</strong>.</p> | ||
<p>So, thank <strong>YOU</strong> for your continuous support, contributions, and feedback!</p> | ||
<p><strong>PS</strong></p> | ||
<p>On a personal note, I would also like to thank <strong>Anaconda, Inc</strong>. I have been working here for a long time now and it was/is a great experience. I am grateful for the generous support they provided in building the next <strong>Jupyter</strong> experience, <strong>JupyterLab</strong>. And I am also grateful for the continuous support in my involvement with the <strong>Jupyter</strong> community. I really appreciate that!</p> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
|
||
|
Empty file.
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,77 @@ | ||
<!DOCTYPE html> | ||
<html prefix=" | ||
og: http://ogp.me/ns# | ||
article: http://ogp.me/ns/article# | ||
" lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="description" content="My place to share some thoughts with the world."> | ||
<meta name="viewport" content="width=device-width"> | ||
<title>Posts for May 2018 | Damian's blog</title> | ||
<link href="../../assets/css/all-nocdn.css" rel="stylesheet" type="text/css"> | ||
<link rel="alternate" type="application/rss+xml" title="RSS (en)" href="../../rss.xml"> | ||
<link rel="alternate" type="application/rss+xml" title="RSS (es)" href="../../es/rss.xml"> | ||
<link rel="canonical" href="http://www.damian.oquanta.info/2018/05/index.html"> | ||
<script type="text/x-mathjax-config"> | ||
MathJax.Hub.Config({ | ||
tex2jax: { | ||
inlineMath: [ ['$','$'], ["\\(","\\)"] ], | ||
displayMath: [ ['$$','$$'], ["\\[","\\]"] ] | ||
}, | ||
displayAlign: 'left', // Change this to 'center' to center equations. | ||
"HTML-CSS": { | ||
styles: {'.MathJax_Display': {"margin": 0}} | ||
} | ||
}); | ||
</script><!--[if lt IE 9]><script src="/assets/js/html5.js"></script><![endif]--> | ||
</head> | ||
<body> | ||
<section class="social"><ul> | ||
<li><a href="../../index.html" title="Home"><i class="icon-home"></i></a></li> | ||
<li><a href="../../archive.html" title="Archives"><i class="icon-folder-open-alt"></i></a></li> | ||
<li><a href="../../categories/index.html" title="Tags"><i class="icon-tags"></i></a></li> | ||
<li><a href="../../rss.xml" title="RSS"><i class="icon-rss"></i></a></li> | ||
<li><a href="../../stories/about-me.html" title="About me"><i class="icon-user"></i></a></li> | ||
<li><a href="https://twitter.com/damian_avila" title="My Twitter"><i class="icon-twitter"></i></a></li> | ||
<li><a href="https://github.com/damianavila" title="My Github"><i class="icon-github"></i></a></li> | ||
<li><a href="https://plus.google.com/u/0/106896109587369688379/posts" title="My Google+"><i class="icon-google-plus"></i></a></li> | ||
|
||
</ul></section><section class="page-content"><div class="content" rel="main"> | ||
<article class="listpage"><header><h1>Posts for May 2018</h1> | ||
</header><div class="translationslist translations"> | ||
<h3 class="translationslist-intro">Also available in:</h3> | ||
<p><a href="../../es/2018/05/index.html" rel="alternate">Español | ||
</a></p> | ||
</div> | ||
|
||
<ul class="postlist"> | ||
<li> | ||
<time class="listdate" datetime="2018-05-02T19:18:40-03:00" title="2018-05-02 19:18">2018-05-02 19:18</time><a href="../../posts/some-thoughts-about-the-2017-acm-software-system-award-for-project-jupyter.html" class="listtitle">Some thoughts about the 2017 ACM Software System Award for Project Jupyter</a> | ||
</li> | ||
</ul></article><footer id="footer"><p>Contents © 2018 <a href="mailto:[email protected]">Damian Avila</a> - | ||
Powered by <a href="http://getnikola.com">Nikola</a> - | ||
Zen theme based in <a href="https://github.com/arusahni/website-template">Arusahni's website-template</a><br><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/ar/"> | ||
<img alt="Creative Commons License BY-NC-SA" style="border-width:0; margin-bottom:12px;" src="http://i.creativecommons.org/l/by-nc-sa/2.5/ar/88x31.png"></a></p> | ||
|
||
</footer> | ||
</div> | ||
</section><script data-gittip-username="damianavila" data-gittip-widget="button" src="//gttp.co/v1.js"></script><script type="text/javascript"> | ||
|
||
var _gaq = _gaq || []; | ||
_gaq.push(['_setAccount', 'UA-33259189-1']); | ||
_gaq.push(['_setDomainName', 'oquanta.info']); | ||
_gaq.push(['_trackPageview']); | ||
|
||
(function() { | ||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; | ||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; | ||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); | ||
})(); | ||
|
||
</script><script src="../../assets/js/all-nocdn.js" type="text/javascript"></script><script type="text/javascript"> | ||
$(function(){ | ||
$('.timeago').timeago(); | ||
}); | ||
</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 |
---|---|---|
|
@@ -44,10 +44,16 @@ <h3 class="translationslist-intro">Also available in:</h3> | |
</a></p> | ||
</div> | ||
|
||
<ul class="postlist"><li> | ||
<ul class="postlist"> | ||
<li> | ||
<a href="05/index.html">May</a> | ||
(1) | ||
</li> | ||
<li> | ||
<a href="02/index.html">February</a> | ||
(1) | ||
</li></ul></article><footer id="footer"><p>Contents © 2018 <a href="mailto:[email protected]">Damian Avila</a> - | ||
</li> | ||
</ul></article><footer id="footer"><p>Contents © 2018 <a href="mailto:[email protected]">Damian Avila</a> - | ||
Powered by <a href="http://getnikola.com">Nikola</a> - | ||
Zen theme based in <a href="https://github.com/arusahni/website-template">Arusahni's website-template</a><br><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/ar/"> | ||
<img alt="Creative Commons License BY-NC-SA" style="border-width:0; margin-bottom:12px;" src="http://i.creativecommons.org/l/by-nc-sa/2.5/ar/88x31.png"></a></p> | ||
|
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
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 |
---|---|---|
|
@@ -50,6 +50,9 @@ | |
|
||
</header><ul class="postlist"> | ||
<li> | ||
<time class="listdate" datetime="2018-05-02T19:18:40-03:00" title="2018-05-02 19:18">2018-05-02 19:18</time><a href="../posts/some-thoughts-about-the-2017-acm-software-system-award-for-project-jupyter.html" class="listtitle">Some thoughts about the 2017 ACM Software System Award for Project Jupyter</a><a></a> | ||
</li> | ||
<li> | ||
<time class="listdate" datetime="2017-12-17T18:12:53-03:00" title="2017-12-17 18:12">2017-12-17 18:12</time><a href="../posts/binder-%2B-nikola-%2B-jupyter-%2B-github-blogging-resourceless.html" class="listtitle">Binder + Nikola + Jupyter + Github = Blogging resourceless</a><a></a> | ||
</li> | ||
</ul></article><footer id="footer"><p>Contents © 2018 <a href="mailto:[email protected]">Damian Avila</a> - | ||
|
Oops, something went wrong.