1
0
mirror of https://gitlab.com/Anson-Projects/projects.git synced 2025-07-26 08:01:36 +00:00

typo fix and description change

This commit is contained in:
2021-09-05 14:10:25 -07:00
parent f77160f6cd
commit d8b71f451a
7 changed files with 26 additions and 26 deletions

View File

@@ -1,7 +1,7 @@
---
title: "Julia for Matlabbers"
description: |
Everything a Matlab programmer needs to know about Julia.
Everything a Matlab programmer needs to know to get started with Julia.
draft: false
author:
- name: Anson Biggs
@@ -17,8 +17,8 @@ creative_commons: CC BY
preview: preview.png
---
Pluto is a harder format to work this than I initially thought so if the notebook does not show up below you can find it at https://julia.ansonbiggs.com/ or the repository https://gitlab.com/MisterBiggs/julia-for-matlabbers
Pluto is unfortunately a more proprietary format than I initially thought and lacks proper tooling to easily export into a more open format. If the notebook does not show up below you can find it at https://julia.ansonbiggs.com/ or the repository https://gitlab.com/MisterBiggs/julia-for-matlabbers
<iframe style="height: 80vh; width: 80vh%"
<iframe style="height: 80vh;"
src="https://julia.ansonbiggs.com/">
</iframe>

View File

@@ -88,7 +88,7 @@ code span.wa { color: #5e5e5e; font-style: italic; } /* Warning */
<!--radix_placeholder_meta_tags-->
<title>Julia for Matlabbers</title>
<meta property="description" itemprop="description" content="Everything a Matlab programmer needs to know about Julia."/>
<meta property="description" itemprop="description" content="Everything a Matlab programmer needs to know to get started with Julia."/>
<link rel="license" href="https://creativecommons.org/licenses/by/4.0/"/>
@@ -100,19 +100,19 @@ code span.wa { color: #5e5e5e; font-style: italic; } /* Warning */
<!-- https://developers.facebook.com/docs/sharing/webmasters#markup -->
<meta property="og:title" content="Julia for Matlabbers"/>
<meta property="og:type" content="article"/>
<meta property="og:description" content="Everything a Matlab programmer needs to know about Julia."/>
<meta property="og:description" content="Everything a Matlab programmer needs to know to get started with Julia."/>
<meta property="og:locale" content="en_US"/>
<!-- https://dev.twitter.com/cards/types/summary -->
<meta property="twitter:card" content="summary"/>
<meta property="twitter:title" content="Julia for Matlabbers"/>
<meta property="twitter:description" content="Everything a Matlab programmer needs to know about Julia."/>
<meta property="twitter:description" content="Everything a Matlab programmer needs to know to get started with Julia."/>
<!--/radix_placeholder_meta_tags-->
<!--radix_placeholder_rmarkdown_metadata-->
<script type="text/json" id="radix-rmarkdown-metadata">
{"type":"list","attributes":{"names":{"type":"character","attributes":{},"value":["title","description","draft","author","date","output","categories","creative_commons","preview"]}},"value":[{"type":"character","attributes":{},"value":["Julia for Matlabbers"]},{"type":"character","attributes":{},"value":["Everything a Matlab programmer needs to know about Julia.\n"]},{"type":"logical","attributes":{},"value":[false]},{"type":"list","attributes":{},"value":[{"type":"list","attributes":{"names":{"type":"character","attributes":{},"value":["name","url"]}},"value":[{"type":"character","attributes":{},"value":["Anson Biggs"]},{"type":"character","attributes":{},"value":["https://ansonbiggs.com"]}]}]},{"type":"character","attributes":{},"value":["08-24-2021"]},{"type":"list","attributes":{"names":{"type":"character","attributes":{},"value":["distill::distill_article"]}},"value":[{"type":"list","attributes":{"names":{"type":"character","attributes":{},"value":["self_contained"]}},"value":[{"type":"logical","attributes":{},"value":[false]}]}]},{"type":"character","attributes":{},"value":["Julia","Matlab"]},{"type":"character","attributes":{},"value":["CC BY"]},{"type":"character","attributes":{},"value":["preview.png"]}]}
{"type":"list","attributes":{"names":{"type":"character","attributes":{},"value":["title","description","draft","author","date","output","categories","creative_commons","preview"]}},"value":[{"type":"character","attributes":{},"value":["Julia for Matlabbers"]},{"type":"character","attributes":{},"value":["Everything a Matlab programmer needs to know to get started with Julia.\n"]},{"type":"logical","attributes":{},"value":[false]},{"type":"list","attributes":{},"value":[{"type":"list","attributes":{"names":{"type":"character","attributes":{},"value":["name","url"]}},"value":[{"type":"character","attributes":{},"value":["Anson Biggs"]},{"type":"character","attributes":{},"value":["https://ansonbiggs.com"]}]}]},{"type":"character","attributes":{},"value":["08-24-2021"]},{"type":"list","attributes":{"names":{"type":"character","attributes":{},"value":["distill::distill_article"]}},"value":[{"type":"list","attributes":{"names":{"type":"character","attributes":{},"value":["self_contained"]}},"value":[{"type":"logical","attributes":{},"value":[false]}]}]},{"type":"character","attributes":{},"value":["Julia","Matlab"]},{"type":"character","attributes":{},"value":["CC BY"]},{"type":"character","attributes":{},"value":["preview.png"]}]}
</script>
<!--/radix_placeholder_rmarkdown_metadata-->
@@ -1456,7 +1456,7 @@ code span.wa { color: #5e5e5e; font-style: italic; } /* Warning */
<!--radix_placeholder_front_matter-->
<script id="distill-front-matter" type="text/json">
{"title":"Julia for Matlabbers","description":"Everything a Matlab programmer needs to know about Julia.","authors":[{"author":"Anson Biggs","authorURL":"https://ansonbiggs.com","affiliation":"&nbsp;","affiliationURL":"#","orcidID":""}],"publishedDate":"2021-08-24T00:00:00.000-07:00","citationText":"Biggs, 2021"}
{"title":"Julia for Matlabbers","description":"Everything a Matlab programmer needs to know to get started with Julia.","authors":[{"author":"Anson Biggs","authorURL":"https://ansonbiggs.com","affiliation":"&nbsp;","affiliationURL":"#","orcidID":""}],"publishedDate":"2021-08-24T00:00:00.000-07:00","citationText":"Biggs, 2021"}
</script>
<!--/radix_placeholder_front_matter-->
@@ -1473,7 +1473,7 @@ code span.wa { color: #5e5e5e; font-style: italic; } /* Warning */
<div class="dt=tag">Matlab</div>
</div>
<!--/radix_placeholder_categories-->
<p><p>Everything a Matlab programmer needs to know about Julia.</p></p>
<p><p>Everything a Matlab programmer needs to know to get started with Julia.</p></p>
</div>
<div class="d-byline">
@@ -1483,8 +1483,8 @@ code span.wa { color: #5e5e5e; font-style: italic; } /* Warning */
</div>
<div class="d-article">
<p>Pluto is a harder format to work this than I initially thought so if the notebook does not show up below you can find it at <a href="https://julia.ansonbiggs.com/" class="uri">https://julia.ansonbiggs.com/</a> or the repository <a href="https://gitlab.com/MisterBiggs/julia-for-matlabbers" class="uri">https://gitlab.com/MisterBiggs/julia-for-matlabbers</a></p>
<iframe style="height: 80vh; width: 80vh%" src="https://julia.ansonbiggs.com/">
<p>Pluto is unfortunately a more proprietary format than I initially thought and lacks proper tooling to easily export into a more open format. If the notebook does not show up below you can find it at <a href="https://julia.ansonbiggs.com/" class="uri">https://julia.ansonbiggs.com/</a> or the repository <a href="https://gitlab.com/MisterBiggs/julia-for-matlabbers" class="uri">https://gitlab.com/MisterBiggs/julia-for-matlabbers</a></p>
<iframe style="height: 80vh;" src="https://julia.ansonbiggs.com/">
</iframe>
<div class="sourceCode" id="cb1"><pre class="sourceCode r distill-force-highlighting-css"><code class="sourceCode r"></code></pre></div>
<!--radix_placeholder_article_footer-->

View File

@@ -2229,7 +2229,7 @@ function init_posts_list() {
<div class="dt-tag">Julia</div>
<div class="dt-tag">Matlab</div>
</div>
<p>Everything a Matlab programmer needs to know about Julia.</p>
<p>Everything a Matlab programmer needs to know to get started with Julia.</p>
</div>
</a>
<a href="posts/2021-04-14-iss-eclipse-determination/" class="post-preview">

View File

@@ -12,7 +12,7 @@
<title>Julia for Matlabbers</title>
<dc:creator>Anson Biggs</dc:creator>
<link>https://projects.ansonbiggs.com/posts/2021-08-24-julia-for-matlabbers</link>
<description>Everything a Matlab programmer needs to know about Julia.</description>
<description>Everything a Matlab programmer needs to know to get started with Julia.</description>
<category>Julia</category>
<category>Matlab</category>
<guid>https://projects.ansonbiggs.com/posts/2021-08-24-julia-for-matlabbers</guid>

View File

@@ -88,7 +88,7 @@ code span.wa { color: #5e5e5e; font-style: italic; } /* Warning */
<!--radix_placeholder_meta_tags-->
<title>Anson's Projects: Julia for Matlabbers</title>
<meta property="description" itemprop="description" content="Everything a Matlab programmer needs to know about Julia."/>
<meta property="description" itemprop="description" content="Everything a Matlab programmer needs to know to get started with Julia."/>
<link rel="canonical" href="https://projects.ansonbiggs.com/posts/2021-08-24-julia-for-matlabbers/"/>
<link rel="license" href="https://creativecommons.org/licenses/by/4.0/"/>
@@ -101,7 +101,7 @@ code span.wa { color: #5e5e5e; font-style: italic; } /* Warning */
<!-- https://developers.facebook.com/docs/sharing/webmasters#markup -->
<meta property="og:title" content="Anson&#39;s Projects: Julia for Matlabbers"/>
<meta property="og:type" content="article"/>
<meta property="og:description" content="Everything a Matlab programmer needs to know about Julia."/>
<meta property="og:description" content="Everything a Matlab programmer needs to know to get started with Julia."/>
<meta property="og:url" content="https://projects.ansonbiggs.com/posts/2021-08-24-julia-for-matlabbers/"/>
<meta property="og:image" content="https://projects.ansonbiggs.com/posts/2021-08-24-julia-for-matlabbers/preview.png"/>
<meta property="og:image:width" content="500"/>
@@ -112,7 +112,7 @@ code span.wa { color: #5e5e5e; font-style: italic; } /* Warning */
<!-- https://dev.twitter.com/cards/types/summary -->
<meta property="twitter:card" content="summary_large_image"/>
<meta property="twitter:title" content="Anson&#39;s Projects: Julia for Matlabbers"/>
<meta property="twitter:description" content="Everything a Matlab programmer needs to know about Julia."/>
<meta property="twitter:description" content="Everything a Matlab programmer needs to know to get started with Julia."/>
<meta property="twitter:url" content="https://projects.ansonbiggs.com/posts/2021-08-24-julia-for-matlabbers/"/>
<meta property="twitter:image" content="https://projects.ansonbiggs.com/posts/2021-08-24-julia-for-matlabbers/preview.png"/>
<meta property="twitter:image:width" content="500"/>
@@ -129,7 +129,7 @@ code span.wa { color: #5e5e5e; font-style: italic; } /* Warning */
<!--radix_placeholder_rmarkdown_metadata-->
<script type="text/json" id="radix-rmarkdown-metadata">
{"type":"list","attributes":{"names":{"type":"character","attributes":{},"value":["title","description","draft","author","date","output","categories","creative_commons","preview","citation_url","canonical_url"]}},"value":[{"type":"character","attributes":{},"value":["Julia for Matlabbers"]},{"type":"character","attributes":{},"value":["Everything a Matlab programmer needs to know about Julia."]},{"type":"logical","attributes":{},"value":[false]},{"type":"list","attributes":{},"value":[{"type":"list","attributes":{"names":{"type":"character","attributes":{},"value":["name","url"]}},"value":[{"type":"character","attributes":{},"value":["Anson Biggs"]},{"type":"character","attributes":{},"value":["https://ansonbiggs.com"]}]}]},{"type":"character","attributes":{},"value":["08-24-2021"]},{"type":"list","attributes":{"names":{"type":"character","attributes":{},"value":["distill::distill_article"]}},"value":[{"type":"list","attributes":{"names":{"type":"character","attributes":{},"value":["self_contained"]}},"value":[{"type":"logical","attributes":{},"value":[false]}]}]},{"type":"character","attributes":{},"value":["Julia","Matlab"]},{"type":"character","attributes":{},"value":["CC BY"]},{"type":"character","attributes":{},"value":["preview.png"]},{"type":"character","attributes":{},"value":["https://projects.ansonbiggs.com/posts/2021-08-24-julia-for-matlabbers/"]},{"type":"character","attributes":{},"value":["https://projects.ansonbiggs.com/posts/2021-08-24-julia-for-matlabbers/"]}]}
{"type":"list","attributes":{"names":{"type":"character","attributes":{},"value":["title","description","draft","author","date","output","categories","creative_commons","preview","citation_url","canonical_url"]}},"value":[{"type":"character","attributes":{},"value":["Julia for Matlabbers"]},{"type":"character","attributes":{},"value":["Everything a Matlab programmer needs to know to get started with Julia."]},{"type":"logical","attributes":{},"value":[false]},{"type":"list","attributes":{},"value":[{"type":"list","attributes":{"names":{"type":"character","attributes":{},"value":["name","url"]}},"value":[{"type":"character","attributes":{},"value":["Anson Biggs"]},{"type":"character","attributes":{},"value":["https://ansonbiggs.com"]}]}]},{"type":"character","attributes":{},"value":["08-24-2021"]},{"type":"list","attributes":{"names":{"type":"character","attributes":{},"value":["distill::distill_article"]}},"value":[{"type":"list","attributes":{"names":{"type":"character","attributes":{},"value":["self_contained"]}},"value":[{"type":"logical","attributes":{},"value":[false]}]}]},{"type":"character","attributes":{},"value":["Julia","Matlab"]},{"type":"character","attributes":{},"value":["CC BY"]},{"type":"character","attributes":{},"value":["preview.png"]},{"type":"character","attributes":{},"value":["https://projects.ansonbiggs.com/posts/2021-08-24-julia-for-matlabbers/"]},{"type":"character","attributes":{},"value":["https://projects.ansonbiggs.com/posts/2021-08-24-julia-for-matlabbers/"]}]}
</script>
<!--/radix_placeholder_rmarkdown_metadata-->
@@ -2079,7 +2079,7 @@ document.addEventListener('DOMContentLoaded', function() {
<!--radix_placeholder_front_matter-->
<script id="distill-front-matter" type="text/json">
{"title":"Julia for Matlabbers","description":"Everything a Matlab programmer needs to know about Julia.","authors":[{"author":"Anson Biggs","authorURL":"https://ansonbiggs.com","affiliation":"&nbsp;","affiliationURL":"#","orcidID":""}],"publishedDate":"2021-08-24T00:00:00.000-07:00","citationText":"Biggs, 2021"}
{"title":"Julia for Matlabbers","description":"Everything a Matlab programmer needs to know to get started with Julia.","authors":[{"author":"Anson Biggs","authorURL":"https://ansonbiggs.com","affiliation":"&nbsp;","affiliationURL":"#","orcidID":""}],"publishedDate":"2021-08-24T00:00:00.000-07:00","citationText":"Biggs, 2021"}
</script>
<!--/radix_placeholder_front_matter-->
@@ -2115,7 +2115,7 @@ document.addEventListener('DOMContentLoaded', function() {
<a href="../../index.html#category:Matlab" class="dt-tag">Matlab</a>
</div>
<!--/radix_placeholder_categories-->
<p><p>Everything a Matlab programmer needs to know about Julia.</p></p>
<p><p>Everything a Matlab programmer needs to know to get started with Julia.</p></p>
</div>
<div class="d-byline">
@@ -2125,8 +2125,8 @@ document.addEventListener('DOMContentLoaded', function() {
</div>
<div class="d-article">
<p>Pluto is a harder format to work this than I initially thought so if the notebook does not show up below you can find it at <a href="https://julia.ansonbiggs.com/" class="uri">https://julia.ansonbiggs.com/</a> or the repository <a href="https://gitlab.com/MisterBiggs/julia-for-matlabbers" class="uri">https://gitlab.com/MisterBiggs/julia-for-matlabbers</a></p>
<iframe style="height: 80vh; width: 80vh%" src="https://julia.ansonbiggs.com/">
<p>Pluto is unfortunately a more proprietary format than I initially thought and lacks proper tooling to easily export into a more open format. If the notebook does not show up below you can find it at <a href="https://julia.ansonbiggs.com/" class="uri">https://julia.ansonbiggs.com/</a> or the repository <a href="https://gitlab.com/MisterBiggs/julia-for-matlabbers" class="uri">https://gitlab.com/MisterBiggs/julia-for-matlabbers</a></p>
<iframe style="height: 80vh;" src="https://julia.ansonbiggs.com/">
</iframe>
<div class="sourceCode" id="cb1"><pre class="sourceCode r distill-force-highlighting-css"><code class="sourceCode r"></code></pre></div>
<!--radix_placeholder_article_footer-->

View File

@@ -2,7 +2,7 @@
{
"path": "posts/2021-08-24-julia-for-matlabbers/",
"title": "Julia for Matlabbers",
"description": "Everything a Matlab programmer needs to know about Julia.",
"description": "Everything a Matlab programmer needs to know to get started with Julia.",
"author": [
{
"name": "Anson Biggs",
@@ -14,9 +14,9 @@
"Julia",
"Matlab"
],
"contents": "\r\nPluto is a harder format to work this than I initially thought so if the notebook does not show up below you can find it at https://julia.ansonbiggs.com/ or the repository https://gitlab.com/MisterBiggs/julia-for-matlabbers\r\n\r\n\r\n\r\n\r\n\r\n",
"contents": "\r\nPluto is unfortunately a more proprietary format than I initially thought and lacks proper tooling to easily export into a more open format. If the notebook does not show up below you can find it at https://julia.ansonbiggs.com/ or the repository https://gitlab.com/MisterBiggs/julia-for-matlabbers\r\n\r\n\r\n\r\n\r\n\r\n",
"preview": "posts/2021-08-24-julia-for-matlabbers/preview.png",
"last_modified": "2021-08-24T15:35:37-07:00",
"last_modified": "2021-09-05T14:10:01-07:00",
"input_file": "julia-for-matlabbers.knit.md",
"preview_width": 500,
"preview_height": 300

View File

@@ -10,7 +10,7 @@
</url>
<url>
<loc>https://projects.ansonbiggs.com/posts/2021-08-24-julia-for-matlabbers/</loc>
<lastmod>2021-08-24T15:35:37-07:00</lastmod>
<lastmod>2021-09-05T14:10:01-07:00</lastmod>
</url>
<url>
<loc>https://projects.ansonbiggs.com/posts/2021-04-14-iss-eclipse-determination/</loc>