Skip to content

Commit 0607580

Browse files
committed
Minor changes
1 parent 8c2e383 commit 0607580

File tree

6 files changed

+214
-14
lines changed

6 files changed

+214
-14
lines changed

blog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<html>
22
<head>
3-
<title>Blog | Chase K Osborne</title>
3+
<title>Blog</title>
44
<meta charset='UTF-8'>
55
<meta content='width=device-width, initial-scale=1' name='viewport'/>
66

blog/greensfn.html

Lines changed: 53 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,59 @@
66
<meta charset='UTF-8'>
77
<meta content='width=device-width, initial-scale=1' name='viewport'/>
88

9-
<meta name='description' content=''>
10-
<meta name='keywords' content='black scholes, black scholes pde, black scholes formula, risk-neutrality, no arbitrage, options, derivatives, derivatives pricing, lognormal distribution'>
11-
<meta name='author' content='Gregory Gundersen'>
9+
<meta name='description' content="Green's function methods for solving electrostatics problems using method of images. Derivation and applications in electromagnetic theory with examples.">
10+
<meta name='keywords' content="green's function, method of images, electrostatics, electromagnetic theory, physics, partial differential equations, boundary value problems">
11+
<meta name='author' content='Chase K Osborne'>
12+
13+
<!-- Canonical URL -->
14+
<link rel='canonical' href='https://chasekosborne.github.io/blog/greensfn.html' />
15+
16+
<!-- Open Graph / Facebook -->
17+
<meta property='og:type' content='article'>
18+
<meta property='og:url' content='https://chasekosborne.github.io/blog/greensfn.html'>
19+
<meta property='og:title' content="Green's Function for Method of Images">
20+
<meta property='og:description' content="Green's function methods for solving electrostatics problems using method of images. Derivation and applications in electromagnetic theory.">
21+
<meta property='og:image' content='https://chasekosborne.github.io/image/greensfn/Figure_1.png'>
22+
<meta property='og:site_name' content='Chase K Osborne'>
23+
<meta property='article:published_time' content='2024-11-10'>
24+
<meta property='article:author' content='Chase K Osborne'>
25+
<meta property='article:section' content='Physics'>
26+
<meta property='article:tag' content='Electrostatics'>
27+
<meta property='article:tag' content='Electromagnetic Theory'>
28+
29+
<!-- Twitter Card -->
30+
<meta name='twitter:card' content='summary_large_image'>
31+
<meta name='twitter:url' content='https://chasekosborne.github.io/blog/greensfn.html'>
32+
<meta name='twitter:title' content="Green's Function for Method of Images">
33+
<meta name='twitter:description' content="Green's function methods for solving electrostatics problems using method of images.">
34+
<meta name='twitter:image' content='https://chasekosborne.github.io/image/greensfn/Figure_1.png'>
35+
36+
<!-- JSON-LD Structured Data -->
37+
<script type='application/ld+json'>
38+
{
39+
"@context": "https://schema.org",
40+
"@type": "BlogPosting",
41+
"headline": "Green's Function for Method of Images",
42+
"description": "Green's function methods for solving electrostatics problems using method of images. Derivation and applications in electromagnetic theory.",
43+
"image": "https://chasekosborne.github.io/image/greensfn/Figure_1.png",
44+
"author": {
45+
"@type": "Person",
46+
"name": "Chase K Osborne",
47+
"url": "https://chasekosborne.github.io"
48+
},
49+
"publisher": {
50+
"@type": "Person",
51+
"name": "Chase K Osborne",
52+
"url": "https://chasekosborne.github.io"
53+
},
54+
"datePublished": "2024-11-10",
55+
"dateModified": "2024-11-10",
56+
"mainEntityOfPage": {
57+
"@type": "WebPage",
58+
"@id": "https://chasekosborne.github.io/blog/greensfn.html"
59+
}
60+
}
61+
</script>
1262

1363
<link href='../css/blog.css' rel='stylesheet'/>
1464
<link href='../css/trac.css' rel='stylesheet'/>

blog/nim.html

Lines changed: 53 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,59 @@
55
<meta charset='UTF-8'>
66
<meta content='width=device-width, initial-scale=1' name='viewport'/>
77

8-
<meta name='description' content=''>
9-
<meta name='keywords' content='computer science, machine learning, statistics, statistical mechanics, physics'>
10-
<meta name='author' content='Chase Osborne'>
8+
<meta name='description' content='How to play Nim perfectly using mathematical strategy. An introduction to proofs in combinatorial game theory with interactive examples and XOR strategy explained.'>
9+
<meta name='keywords' content='nim game, combinatorial game theory, game strategy, nim strategy, xor strategy, mathematical games, game theory proofs, perfect play, winning strategy'>
10+
<meta name='author' content='Chase K Osborne'>
11+
12+
<!-- Canonical URL -->
13+
<link rel='canonical' href='https://chasekosborne.github.io/blog/nim.html' />
14+
15+
<!-- Open Graph / Facebook -->
16+
<meta property='og:type' content='article'>
17+
<meta property='og:url' content='https://chasekosborne.github.io/blog/nim.html'>
18+
<meta property='og:title' content='Beating Nim'>
19+
<meta property='og:description' content='How to play Nim perfectly using mathematical strategy. An introduction to proofs in combinatorial game theory.'>
20+
<meta property='og:image' content='https://chasekosborne.github.io/image/nim/diagram1.png'>
21+
<meta property='og:site_name' content='Chase K Osborne'>
22+
<meta property='article:published_time' content='2024-01-20'>
23+
<meta property='article:author' content='Chase K Osborne'>
24+
<meta property='article:section' content='Mathematics'>
25+
<meta property='article:tag' content='Game Theory'>
26+
<meta property='article:tag' content='Combinatorics'>
27+
28+
<!-- Twitter Card -->
29+
<meta name='twitter:card' content='summary_large_image'>
30+
<meta name='twitter:url' content='https://chasekosborne.github.io/blog/nim.html'>
31+
<meta name='twitter:title' content='Beating Nim'>
32+
<meta name='twitter:description' content='How to play Nim perfectly using mathematical strategy and combinatorial game theory.'>
33+
<meta name='twitter:image' content='https://chasekosborne.github.io/image/nim/diagram1.png'>
34+
35+
<!-- JSON-LD Structured Data -->
36+
<script type='application/ld+json'>
37+
{
38+
"@context": "https://schema.org",
39+
"@type": "BlogPosting",
40+
"headline": "Beating Nim",
41+
"description": "How to play Nim perfectly using mathematical strategy. An introduction to proofs in combinatorial game theory with interactive examples.",
42+
"image": "https://chasekosborne.github.io/image/nim/diagram1.png",
43+
"author": {
44+
"@type": "Person",
45+
"name": "Chase K Osborne",
46+
"url": "https://chasekosborne.github.io"
47+
},
48+
"publisher": {
49+
"@type": "Person",
50+
"name": "Chase K Osborne",
51+
"url": "https://chasekosborne.github.io"
52+
},
53+
"datePublished": "2024-01-20",
54+
"dateModified": "2024-01-20",
55+
"mainEntityOfPage": {
56+
"@type": "WebPage",
57+
"@id": "https://chasekosborne.github.io/blog/nim.html"
58+
}
59+
}
60+
</script>
1161

1262
<link href='../css/blog.css' rel='stylesheet'/>
1363
<link href='../css/trac.css' rel='stylesheet'/>

blog/paircorrelation.html

Lines changed: 53 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,59 @@
66
<meta charset='UTF-8'>
77
<meta content='width=device-width, initial-scale=1' name='viewport'/>
88

9-
<meta name='description' content=''>
10-
<meta name='keywords' content='black scholes, black scholes pde, black scholes formula, risk-neutrality, no arbitrage, options, derivatives, derivatives pricing, lognormal distribution'>
11-
<meta name='author' content='Gregory Gundersen'>
9+
<meta name='description' content='Derivation, overview, and guide to producing pair correlation functions from spatial data. Learn about radial distribution functions in statistical mechanics and molecular dynamics.'>
10+
<meta name='keywords' content='pair correlation function, radial distribution function, statistical mechanics, spatial analysis, molecular dynamics, point patterns, g(r), particle distribution'>
11+
<meta name='author' content='Chase K Osborne'>
12+
13+
<!-- Canonical URL -->
14+
<link rel='canonical' href='https://chasekosborne.github.io/blog/paircorrelation.html' />
15+
16+
<!-- Open Graph / Facebook -->
17+
<meta property='og:type' content='article'>
18+
<meta property='og:url' content='https://chasekosborne.github.io/blog/paircorrelation.html'>
19+
<meta property='og:title' content='The Pair Correlation Function'>
20+
<meta property='og:description' content='Derivation, overview, and guide to producing pair correlation functions from spatial data in statistical mechanics.'>
21+
<meta property='og:image' content='https://chasekosborne.github.io/image/paircorrelation/radial_distribution.gif'>
22+
<meta property='og:site_name' content='Chase K Osborne'>
23+
<meta property='article:published_time' content='2024-02-17'>
24+
<meta property='article:author' content='Chase K Osborne'>
25+
<meta property='article:section' content='Physics'>
26+
<meta property='article:tag' content='Statistical Mechanics'>
27+
<meta property='article:tag' content='Computational Physics'>
28+
29+
<!-- Twitter Card -->
30+
<meta name='twitter:card' content='summary_large_image'>
31+
<meta name='twitter:url' content='https://chasekosborne.github.io/blog/paircorrelation.html'>
32+
<meta name='twitter:title' content='The Pair Correlation Function'>
33+
<meta name='twitter:description' content='Derivation and guide to producing pair correlation functions from spatial data.'>
34+
<meta name='twitter:image' content='https://chasekosborne.github.io/image/paircorrelation/radial_distribution.gif'>
35+
36+
<!-- JSON-LD Structured Data -->
37+
<script type='application/ld+json'>
38+
{
39+
"@context": "https://schema.org",
40+
"@type": "BlogPosting",
41+
"headline": "The Pair Correlation Function",
42+
"description": "Derivation, overview, and guide to producing pair correlation functions from spatial data in statistical mechanics and molecular dynamics.",
43+
"image": "https://chasekosborne.github.io/image/paircorrelation/radial_distribution.gif",
44+
"author": {
45+
"@type": "Person",
46+
"name": "Chase K Osborne",
47+
"url": "https://chasekosborne.github.io"
48+
},
49+
"publisher": {
50+
"@type": "Person",
51+
"name": "Chase K Osborne",
52+
"url": "https://chasekosborne.github.io"
53+
},
54+
"datePublished": "2024-02-17",
55+
"dateModified": "2024-02-17",
56+
"mainEntityOfPage": {
57+
"@type": "WebPage",
58+
"@id": "https://chasekosborne.github.io/blog/paircorrelation.html"
59+
}
60+
}
61+
</script>
1262

1363
<link href='../css/blog.css' rel='stylesheet'/>
1464
<link href='../css/trac.css' rel='stylesheet'/>

blog/vibecoding.html

Lines changed: 53 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,59 @@
66
<meta charset='UTF-8'>
77
<meta content='width=device-width, initial-scale=1' name='viewport'/>
88

9-
<meta name='description' content=''>
10-
<meta name='keywords' content='coding, programming, development, software engineering, productivity'>
11-
<meta name='author' content='Chase Kosborne'>
9+
<meta name='description' content='My thoughts on AI assistance and the future of programming, including how AI tools like ChatGPT and Cursor have shaped my coding journey and development process.'>
10+
<meta name='keywords' content='ai coding, ai programming, chatgpt coding, cursor ai, ai development tools, programming with ai, software engineering, productivity, deepseek'>
11+
<meta name='author' content='Chase K Osborne'>
12+
13+
<!-- Canonical URL -->
14+
<link rel='canonical' href='https://chasekosborne.github.io/blog/vibecoding.html' />
15+
16+
<!-- Open Graph / Facebook -->
17+
<meta property='og:type' content='article'>
18+
<meta property='og:url' content='https://chasekosborne.github.io/blog/vibecoding.html'>
19+
<meta property='og:title' content='Vibe Coding'>
20+
<meta property='og:description' content='My thoughts on AI assistance and the future of programming. How AI tools have shaped modern software development.'>
21+
<meta property='og:image' content='https://chasekosborne.github.io/image/vibecoding/Prompt.png'>
22+
<meta property='og:site_name' content='Chase K Osborne'>
23+
<meta property='article:published_time' content='2024-05-15'>
24+
<meta property='article:author' content='Chase K Osborne'>
25+
<meta property='article:section' content='Programming'>
26+
<meta property='article:tag' content='AI'>
27+
<meta property='article:tag' content='Programming'>
28+
29+
<!-- Twitter Card -->
30+
<meta name='twitter:card' content='summary_large_image'>
31+
<meta name='twitter:url' content='https://chasekosborne.github.io/blog/vibecoding.html'>
32+
<meta name='twitter:title' content='Vibe Coding'>
33+
<meta name='twitter:description' content='My thoughts on AI assistance and the future of programming.'>
34+
<meta name='twitter:image' content='https://chasekosborne.github.io/image/vibecoding/Prompt.png'>
35+
36+
<!-- JSON-LD Structured Data -->
37+
<script type='application/ld+json'>
38+
{
39+
"@context": "https://schema.org",
40+
"@type": "BlogPosting",
41+
"headline": "Vibe Coding",
42+
"description": "My thoughts on AI assistance and the future of programming, including how AI tools like ChatGPT and Cursor have shaped my coding journey.",
43+
"image": "https://chasekosborne.github.io/image/vibecoding/Prompt.png",
44+
"author": {
45+
"@type": "Person",
46+
"name": "Chase K Osborne",
47+
"url": "https://chasekosborne.github.io"
48+
},
49+
"publisher": {
50+
"@type": "Person",
51+
"name": "Chase K Osborne",
52+
"url": "https://chasekosborne.github.io"
53+
},
54+
"datePublished": "2024-05-15",
55+
"dateModified": "2024-05-15",
56+
"mainEntityOfPage": {
57+
"@type": "WebPage",
58+
"@id": "https://chasekosborne.github.io/blog/vibecoding.html"
59+
}
60+
}
61+
</script>
1262

1363
<link href='../css/blog.css' rel='stylesheet'/>
1464
<link href='../css/trac.css' rel='stylesheet'/>

work.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<html>
22
<head>
3-
<title>Work | Chase K Osborne</title>
3+
<title>Work</title>
44
<meta charset='UTF-8'>
55
<meta content='width=device-width, initial-scale=1' name='viewport'/>
66

0 commit comments

Comments
 (0)