commit12: Added getting_started_astrophysics.md
This commit is contained in:
parent
8f36f52ea8
commit
1db5b9c200
@ -2,4 +2,4 @@
|
||||
mathjax: true
|
||||
---
|
||||
# $b\log(n)$
|
||||
Welcome to $b\log(n)$, my personal blog for all things science, space exploration, music, and other sundry topics. My name is Nathaniel Moll and I hope you enjoy reading my content! You can start by reading my introduction post or by checking the links below:
|
||||
Welcome to $b\log(n)$, my personal blog for anything from science and space, to music and writing. My name is Nathaniel Moll and I hope you thoroughly enjoy reading my content! You can start by reading my introduction post and browsing which categories catch your interest, or by checking the links below:
|
||||
|
25
content/posts/getting_started_astrophysics.md
Normal file
25
content/posts/getting_started_astrophysics.md
Normal file
@ -0,0 +1,25 @@
|
||||
---
|
||||
title: Getting Started with Astronomy and Astrophysics
|
||||
category: Astronomy and Astrophysics
|
||||
date: 2023-10-31
|
||||
---
|
||||
|
||||
Hello everyone and welcome to the starting point of my astronomy and astrophysics series! Space is something I am very passionate about and I'm very excited to giude you through some basic steps of learning about our universe in a scientific way. This post will simply outline some of the material I will cover in this series.
|
||||
|
||||
### What to Expect from this Series:
|
||||
|
||||
I will start out discussing basic things like computing the force of gravity and finding the distances to the closest stars using a trivial trigonometric method called Parallax. As the series goes on, more advanced topics will be discussed such as exoplanet discovery methods and cosmology. Keep in mind that as the topics will become more advanced, in the grand scheme of cosmology and advanced astrophysics, they are still quite rudimentary. Some topics will include:
|
||||
|
||||
> - Exoplanets
|
||||
> - Black holes
|
||||
> - Calculating distanes in the universe
|
||||
> - Types of stars
|
||||
> - Luminosity
|
||||
|
||||
I can't wait to start writing about this topic! I hope you glean some useful information and that you begin to look at the universe in a new light! (Pun intended? ...maybe.)
|
||||
|
||||
### Why Read this Series:
|
||||
|
||||
I believe that this series will serve to increase in its readers a sense of awe about the universe. This place we happen to find ourselves in is truly a spectacular place indeed and studying it from a scientific perspective may just reveal something about why it exists (and why we exist) in the first place. A thorough study of the universe can shed light on the nature of its Creator.
|
||||
|
||||
For all that and more, I hope to see you in these next few posts!
|
@ -42,7 +42,7 @@
|
||||
<h4></h4>
|
||||
|
||||
<div><h1 id="blogn">$b\log(n)$</h1>
|
||||
<p>Welcome to $b\log(n)$, my personal blog for all things science, space exploration, music, and other sundry topics. My name is Nathaniel Moll and I hope you enjoy reading my content! You can start by reading my introduction post or by checking the links below:</p>
|
||||
<p>Welcome to $b\log(n)$, my personal blog for anything from science and space, to music and writing. My name is Nathaniel Moll and I hope you thoroughly enjoy reading my content! You can start by reading my introduction post and browsing which categories catch your interest, or by checking the links below:</p>
|
||||
</div>
|
||||
|
||||
<table>
|
||||
@ -90,6 +90,12 @@
|
||||
</div>
|
||||
<br />
|
||||
|
||||
<div>
|
||||
<a href="https://nathan.freedomland.xyz/posts/getting_started_astrophysics/">Getting Started with Astronomy and Astrophysics</a><br />
|
||||
<time>October 31, 2023</time>
|
||||
</div>
|
||||
<br />
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a href="posts/">View all posts</a></h3>
|
||||
|
@ -6,7 +6,17 @@
|
||||
<description>Recent content on Blog</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Sat, 28 Oct 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://nathan.freedomland.xyz/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Tue, 31 Oct 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://nathan.freedomland.xyz/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Getting Started with Astronomy and Astrophysics</title>
|
||||
<link>https://nathan.freedomland.xyz/posts/getting_started_astrophysics/</link>
|
||||
<pubDate>Tue, 31 Oct 2023 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://nathan.freedomland.xyz/posts/getting_started_astrophysics/</guid>
|
||||
<description>Hello everyone and welcome to the starting point of my astronomy and astrophysics series! Space is something I am very passionate about and I&rsquo;m very excited to giude you through some basic steps of learning about our universe in a scientific way. This post will simply outline some of the material I will cover in this series.
|
||||
What to Expect from this Series: I will start out discussing basic things like computing the force of gravity and finding the distances to the closest stars using a trivial trigonometric method called Parallax.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Welcome to my new Blog!</title>
|
||||
<link>https://nathan.freedomland.xyz/posts/welcome/</link>
|
||||
|
81
public/posts/getting_started_astrophysics/index.html
Normal file
81
public/posts/getting_started_astrophysics/index.html
Normal file
@ -0,0 +1,81 @@
|
||||
<!DOCTYPE html>
|
||||
<head>
|
||||
<title>Getting Started With Astronomy and Astrophysics | Blog</title>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<html>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<body>
|
||||
<header class="site-header">
|
||||
<div class="wrapper">
|
||||
<a class="muted small" href="https://nathan.freedomland.xyz">Blogarithm</a>
|
||||
</div>
|
||||
</header>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
<body>
|
||||
<h1>
|
||||
Getting Started With Astronomy and Astrophysics
|
||||
</h1>
|
||||
|
||||
|
||||
|
||||
<p class="post-meta"><time itemprop="datePublished">October 31, 2023</time>
|
||||
</p>
|
||||
|
||||
<p>Hello everyone and welcome to the starting point of my astronomy and astrophysics series! Space is something I am very passionate about and I’m very excited to giude you through some basic steps of learning about our universe in a scientific way. This post will simply outline some of the material I will cover in this series.</p>
|
||||
<h3 id="what-to-expect-from-this-series">What to Expect from this Series:</h3>
|
||||
<p>I will start out discussing basic things like computing the force of gravity and finding the distances to the closest stars using a trivial trigonometric method called Parallax. As the series goes on, more advanced topics will be discussed such as exoplanet discovery methods and cosmology. Keep in mind that as the topics will become more advanced, in the grand scheme of cosmology and advanced astrophysics, they are still quite rudimentary. Some topics will include:</p>
|
||||
<blockquote>
|
||||
<ul>
|
||||
<li>Exoplanets</li>
|
||||
<li>Black holes</li>
|
||||
<li>Calculating distanes in the universe</li>
|
||||
<li>Types of stars</li>
|
||||
<li>Luminosity</li>
|
||||
</ul>
|
||||
</blockquote>
|
||||
<p>I can’t wait to start writing about this topic! I hope you glean some useful information and that you begin to look at the universe in a new light! (Pun intended? …maybe.)</p>
|
||||
<h3 id="why-read-this-series">Why Read this Series:</h3>
|
||||
<p>I believe that this series will serve to increase in its readers a sense of awe about the universe. This place we happen to find ourselves in is truly a spectacular place indeed and studying it from a scientific perspective may just reveal something about why it exists (and why we exist) in the first place. A thorough study of the universe can shed light on the nature of its Creator.</p>
|
||||
<p>For all that and more, I hope to see you in these next few posts!</p>
|
||||
|
||||
|
||||
|
||||
|
||||
<footer>
|
||||
|
||||
<div>
|
||||
<h3><a href="https://nathan.freedomland.xyzposts">Back to all posts</a></h3>
|
||||
</div>
|
||||
<hr>
|
||||
|
||||
<p>Go <a href="https://nathan.freedomland.xyz/index.xml">here</a> for an RSS feed.</p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="/js/dark.js" defer="" ></script>
|
||||
</footer>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
@ -34,6 +34,7 @@
|
||||
|
||||
|
||||
<ul>
|
||||
<li><a href="/posts/getting_started_astrophysics/">Getting Started with Astronomy and Astrophysics</a></li>
|
||||
<li><a href="/posts/welcome/">Welcome to my new Blog!</a></li>
|
||||
</ul>
|
||||
|
||||
|
@ -6,7 +6,17 @@
|
||||
<description>Recent content in Posts on Blog</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Sat, 28 Oct 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://nathan.freedomland.xyz/posts/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Tue, 31 Oct 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://nathan.freedomland.xyz/posts/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Getting Started with Astronomy and Astrophysics</title>
|
||||
<link>https://nathan.freedomland.xyz/posts/getting_started_astrophysics/</link>
|
||||
<pubDate>Tue, 31 Oct 2023 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://nathan.freedomland.xyz/posts/getting_started_astrophysics/</guid>
|
||||
<description>Hello everyone and welcome to the starting point of my astronomy and astrophysics series! Space is something I am very passionate about and I&rsquo;m very excited to giude you through some basic steps of learning about our universe in a scientific way. This post will simply outline some of the material I will cover in this series.
|
||||
What to Expect from this Series: I will start out discussing basic things like computing the force of gravity and finding the distances to the closest stars using a trivial trigonometric method called Parallax.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Welcome to my new Blog!</title>
|
||||
<link>https://nathan.freedomland.xyz/posts/welcome/</link>
|
||||
|
@ -3,10 +3,13 @@
|
||||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||
<url>
|
||||
<loc>https://nathan.freedomland.xyz/</loc>
|
||||
<lastmod>2023-10-28T00:00:00+00:00</lastmod>
|
||||
<lastmod>2023-10-31T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://nathan.freedomland.xyz/posts/getting_started_astrophysics/</loc>
|
||||
<lastmod>2023-10-31T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://nathan.freedomland.xyz/posts/</loc>
|
||||
<lastmod>2023-10-28T00:00:00+00:00</lastmod>
|
||||
<lastmod>2023-10-31T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://nathan.freedomland.xyz/posts/welcome/</loc>
|
||||
<lastmod>2023-10-28T00:00:00+00:00</lastmod>
|
||||
|
Loading…
Reference in New Issue
Block a user