Skip to content

jqhoogland/aligning-ai

Repository files navigation


Logo

AI safety needs a textbook. This is it.
Read the textbook »

Contribute Content · Report Bug · Request Feature

Contributors    Forks    Stargazers    Issues

Screenshot

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Astro

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
    npm install npm@latest -g

Installation

  1. Get a free API Key at https://example.com
  2. Clone the repo
    git clone https://github.com/jqhoogland/aligning-ai.git
  3. Install NPM packages
    npm install
  4. Enter your API in config.js
    const API_KEY = 'ENTER YOUR API';

Reference

Latex

In addition to the default Katex symbols, we've provided a number of useful latex macros:

E.g.

  • \B{x} for \boldsymbol{x} and \b{x} for \mathbf{x}
  • \N, \QQ, \RR, \CC for $\mathbb{N}$, $\mathbb{Q}$, $\mathbb{R}$, $\mathbb{C}$.
  • \t{3.1}{f(x) = x^2-1} is equivalent to \htmlId{eq:3.1}{f(x) = x^2-1 \tag{3.1}}

Misc

  • Wrap equations in $\htmlId{eq:my-eq-name}{f(x) = x^2-1}$
  • When you select an equation and copy it, you'll copy the latex source.
  • Equation numbering is manual with \tag{3.1}.

License

The code supporting the website is distributed under an MIT License. See LICENSE.txt for more information. The figures and interactive elements are distributed under a CC-BY-SA 4.0 License. See LICENSE-figures.txt for more information.

See individual chapters for notes on how to cite the content.

Contact

Jesse Hoogland - @hoogland_jesse - [email protected]

Project Link: https://github.com/jqhoogland/aligning-ai