Skip to content

Commit b1f3a22

Browse files
author
GitHub Actions
committed
Deploy Songtech-0912/theoretical-physics to Songtech-0912/theoretical-physics:gh-pages
0 parents  commit b1f3a22

96 files changed

Lines changed: 49396 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

404.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<!doctype html>
2+
<title>404 Not Found</title>
3+
<h1>404 Not Found</h1>

elasticlunr.min.js

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

image-credits.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Image credits
2+
3+
`physics-background.jpg` comes from [pexels](https://www.pexels.com/photo/woman-writing-on-a-whiteboard-3862130/) and is CC0 (so basically public domain).

index.html

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<!-- Enable responsiveness on mobile devices-->
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
<title>A Learner&#x27;s Guide to Advanced Theoretical Physics</title>
9+
<meta name="description" content="A Learner's Guide to Advanced Theoretical Physics">
10+
11+
<!-- Uncomment once we actually have a favicon
12+
13+
<link rel="icon" type="image/svg+xml" href="https://songtech-0912.github.io/theoretical-physics/favicon.svg">
14+
<link rel="icon" type="image/png" href="https://songtech-0912.github.io/theoretical-physics/favicon.ico">
15+
16+
-->
17+
18+
19+
<!--KaTeX-->
20+
<link rel="stylesheet" href="https://songtech-0912.github.io/theoretical-physics/katex/katex.min.css">
21+
22+
<link rel="stylesheet" href="https://songtech-0912.github.io/theoretical-physics/site.css">
23+
24+
25+
</head>
26+
27+
<body>
28+
29+
<main class="homepage">
30+
<header>
31+
<h1>
32+
A Learner’s Guide to Advanced Theoretical Physics
33+
</h1>
34+
<p>
35+
By Jacky Song and Alex Weiss
36+
</p>
37+
</header>
38+
39+
<main class="homepage">
40+
<section class="preface">
41+
<p>
42+
Welcome! This is the home of a set of free, open-source online books, made for all readers interested in advanced theoretical physics. In these books, we delve into advanced quantum mechanics and relativity, and don't shy away from the details; we cover the Standard Model, Special Relativity and General Relativity, and the most exciting developments in making a unified theory that bridges General Relativity and the Standard Model. Additionally, we will also spend some time looking into non-relativistic quantum field theories, which are very similar to relativistic quantum field theories that form the basis of the Standard Model. This guide is written to be accessible enough to be readable by anyone who is curious and wants a challenge.
43+
</p>
44+
<p>
45+
But, the skeptical reader may ask, why care about theoretical physics? The answer is that basic science, such as research into theoretical physics, is <em>crucial</em> to furthering our understanding of science, because it is the bedrock on which all other physics is built upon. The current "Big 2" theories of theoretical physics, General Relativity (GR) and the Standard Model, are both hugely-successful theories, but as of the present moment, attempts to unify the two theories have failed. Thus, working on the problems within each of the theories, as well as their (hopeful) unification, is also (well, subjectively) an interesting intellectual challenge.
46+
</p>
47+
<p>
48+
We attempt to keep the mathematical prerequisites for this book to the minimum: only some multivariable calculus and some knowledge of vectors and matrices. If these topics are unfamiliar, we highly recommend reading <a href="https://tutorial.math.lamar.edu/">the free online lecture notes</a> by Professor Paul Dawkins at Lamar University. We will explain any other mathematics as necessary while we progress through the book.
49+
</p>
50+
<p>
51+
Our greatest satisfaction is to make the concepts of theoretical physics as clear and accessible as we can. We hope you enjoy this book as much as we have enjoyed writing it.
52+
</p>
53+
</section>
54+
55+
<section class="book-cards">
56+
<h2>Our books</h2>
57+
58+
<article>
59+
<h3>Quantum field theory</h3>
60+
<p class="summary">A book on quantum field theory, the Standard Model of particle physics, and more!</p>
61+
<a href="https://songtech-0912.github.io/theoretical-physics/quantum-field-theory/">Read more...</a>
62+
</article>
63+
64+
</section>
65+
<section class="related">
66+
<h2>Related projects</h2>
67+
<p>Love open knowledge, science, and physics? You might like <a href="https://elaraproject.github.io">Project Elara</a> as well as its <a href="https://elaraproject.github.io/elara-handbook">Handbook</a>, which (among other things) contains a comprehensive overview of many areas of physics.</p>
68+
</section>
69+
</main>
70+
71+
</body>
72+
73+
</html>

katex/README.md

Lines changed: 125 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,125 @@
1+
<h1><a href="https://katex.org/">
2+
<picture>
3+
<source media="(prefers-color-scheme: dark)" srcset="https://katex.org/img/katex-logo.svg">
4+
<img alt="KaTeX" width=130 src="https://katex.org/img/katex-logo-black.svg">
5+
</picture>
6+
</a></h1>
7+
8+
[![npm](https://img.shields.io/npm/v/katex.svg)](https://www.npmjs.com/package/katex)
9+
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
10+
[![CI](https://github.com/KaTeX/KaTeX/workflows/CI/badge.svg?branch=main&event=push)](https://github.com/KaTeX/KaTeX/actions?query=workflow%3ACI)
11+
[![codecov](https://codecov.io/gh/KaTeX/KaTeX/branch/main/graph/badge.svg)](https://codecov.io/gh/KaTeX/KaTeX)
12+
[![Discussions](https://img.shields.io/badge/Discussions-join-brightgreen)](https://github.com/KaTeX/KaTeX/discussions)
13+
[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/katex/badge?style=rounded)](https://www.jsdelivr.com/package/npm/katex)
14+
![katex.min.js size](https://img.badgesize.io/https://unpkg.com/katex/dist/katex.min.js?compression=gzip)
15+
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/KaTeX/KaTeX)
16+
[![Financial Contributors on Open Collective](https://opencollective.com/katex/all/badge.svg?label=financial+contributors)](https://opencollective.com/katex)
17+
18+
KaTeX is a fast, easy-to-use JavaScript library for TeX math rendering on the web.
19+
20+
* **Fast:** KaTeX renders its math synchronously and doesn't need to reflow the page. See how it compares to a competitor in [this speed test](https://www.intmath.com/cg5/katex-mathjax-comparison.php).
21+
* **Print quality:** KaTeX's layout is based on Donald Knuth's TeX, the gold standard for math typesetting.
22+
* **Self contained:** KaTeX has no dependencies and can easily be bundled with your website resources.
23+
* **Server side rendering:** KaTeX produces the same output regardless of browser or environment, so you can pre-render expressions using Node.js and send them as plain HTML.
24+
25+
KaTeX is compatible with all major browsers, including Chrome, Safari, Firefox, Opera, Edge, and IE 11.
26+
27+
KaTeX supports much (but not all) of LaTeX and many LaTeX packages. See the [list of supported functions](https://katex.org/docs/supported.html).
28+
29+
Try out KaTeX [on the demo page](https://katex.org/#demo)!
30+
31+
## Getting started
32+
33+
### Starter template
34+
35+
```html
36+
<!DOCTYPE html>
37+
<!-- KaTeX requires the use of the HTML5 doctype. Without it, KaTeX may not render properly -->
38+
<html>
39+
<head>
40+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.8/dist/katex.min.css" integrity="sha384-GvrOXuhMATgEsSwCs4smul74iXGOixntILdUW9XmUC6+HX0sLNAK3q71HotJqlAn" crossorigin="anonymous">
41+
42+
<!-- The loading of KaTeX is deferred to speed up page rendering -->
43+
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.8/dist/katex.min.js" integrity="sha384-cpW21h6RZv/phavutF+AuVYrr+dA8xD9zs6FwLpaCct6O9ctzYFfFr4dgmgccOTx" crossorigin="anonymous"></script>
44+
45+
<!-- To automatically render math in text elements, include the auto-render extension: -->
46+
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.8/dist/contrib/auto-render.min.js" integrity="sha384-+VBxd3r6XgURycqtZ117nYw44OOcIax56Z4dCRWbxyPt0Koah1uHoK0o4+/RRE05" crossorigin="anonymous"
47+
onload="renderMathInElement(document.body);"></script>
48+
</head>
49+
...
50+
</html>
51+
```
52+
53+
You can also [download KaTeX](https://github.com/KaTeX/KaTeX/releases) and host it yourself.
54+
55+
For details on how to configure auto-render extension, refer to [the documentation](https://katex.org/docs/autorender.html).
56+
57+
### API
58+
59+
Call `katex.render` to render a TeX expression directly into a DOM element.
60+
For example:
61+
62+
```js
63+
katex.render("c = \\pm\\sqrt{a^2 + b^2}", element, {
64+
throwOnError: false
65+
});
66+
```
67+
68+
Call `katex.renderToString` to generate an HTML string of the rendered math,
69+
e.g., for server-side rendering. For example:
70+
71+
```js
72+
var html = katex.renderToString("c = \\pm\\sqrt{a^2 + b^2}", {
73+
throwOnError: false
74+
});
75+
// '<span class="katex">...</span>'
76+
```
77+
78+
Make sure to include the CSS and font files in both cases.
79+
If you are doing all rendering on the server, there is no need to include the
80+
JavaScript on the client.
81+
82+
The examples above use the `throwOnError: false` option, which renders invalid
83+
inputs as the TeX source code in red (by default), with the error message as
84+
hover text. For other available options, see the
85+
[API documentation](https://katex.org/docs/api.html),
86+
[options documentation](https://katex.org/docs/options.html), and
87+
[handling errors documentation](https://katex.org/docs/error.html).
88+
89+
## Demo and Documentation
90+
91+
Learn more about using KaTeX [on the website](https://katex.org)!
92+
93+
## Contributors
94+
95+
### Code Contributors
96+
97+
This project exists thanks to all the people who contribute code. If you'd like to help, see [our guide to contributing code](CONTRIBUTING.md).
98+
<a href="https://github.com/KaTeX/KaTeX/graphs/contributors"><img src="https://contributors-svg.opencollective.com/katex/contributors.svg?width=890&button=false" alt="Code contributors" /></a>
99+
100+
### Financial Contributors
101+
102+
Become a financial contributor and help us sustain our community.
103+
104+
#### Individuals
105+
106+
<a href="https://opencollective.com/katex"><img src="https://opencollective.com/katex/individuals.svg?width=890" alt="Contribute on Open Collective"></a>
107+
108+
#### Organizations
109+
110+
Support this project with your organization. Your logo will show up here with a link to your website.
111+
112+
<a href="https://opencollective.com/katex/organization/0/website"><img src="https://opencollective.com/katex/organization/0/avatar.svg" alt="Organization 1"></a>
113+
<a href="https://opencollective.com/katex/organization/1/website"><img src="https://opencollective.com/katex/organization/1/avatar.svg" alt="Organization 2"></a>
114+
<a href="https://opencollective.com/katex/organization/2/website"><img src="https://opencollective.com/katex/organization/2/avatar.svg" alt="Organization 3"></a>
115+
<a href="https://opencollective.com/katex/organization/3/website"><img src="https://opencollective.com/katex/organization/3/avatar.svg" alt="Organization 4"></a>
116+
<a href="https://opencollective.com/katex/organization/4/website"><img src="https://opencollective.com/katex/organization/4/avatar.svg" alt="Organization 5"></a>
117+
<a href="https://opencollective.com/katex/organization/5/website"><img src="https://opencollective.com/katex/organization/5/avatar.svg" alt="Organization 6"></a>
118+
<a href="https://opencollective.com/katex/organization/6/website"><img src="https://opencollective.com/katex/organization/6/avatar.svg" alt="Organization 7"></a>
119+
<a href="https://opencollective.com/katex/organization/7/website"><img src="https://opencollective.com/katex/organization/7/avatar.svg" alt="Organization 8"></a>
120+
<a href="https://opencollective.com/katex/organization/8/website"><img src="https://opencollective.com/katex/organization/8/avatar.svg" alt="Organization 9"></a>
121+
<a href="https://opencollective.com/katex/organization/9/website"><img src="https://opencollective.com/katex/organization/9/avatar.svg" alt="Organization 10"></a>
122+
123+
## License
124+
125+
KaTeX is licensed under the [MIT License](https://opensource.org/licenses/MIT).

0 commit comments

Comments
 (0)