Skip to content
This repository was archived by the owner on Mar 31, 2022. It is now read-only.

Commit 7916893

Browse files
authored
(#49) Add a description.
1 parent 214d24f commit 7916893

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Description
2+
3+
### What is this?
4+
5+
This is a repository of a project to investigate the influence of the selection of kernels
6+
for Gaussian processes on the process of modeling light curves of different objects from
7+
the Kepler Archive. For more information on the research, see the
8+
[online documentation](https://paveloom-c.github.io/GPKernels).
9+
10+
### Wait, why isn't this branch called `master`/`main`?
11+
12+
This repository consists of four main branches:
13+
* [`notebooks`](https://github.com/paveloom-c/GPKernels/): contains Jupyter notebooks and
14+
Julia scripts to convert these notebooks to Markdown files;
15+
* [`docker`](https://github.com/paveloom-c/GPKernels/tree/docker): provides a Docker image
16+
that contains the development environment for this project;
17+
* [`okteto`](https://github.com/paveloom-c/GPKernels/tree/okteto): provides a configuration
18+
YAML file for Kubernetes;
19+
* [`gh-pages`](https://github.com/paveloom-c/GPKernels/tree/gh-pages): contains the
20+
automatically converted documentation files.
21+
22+
### What do these releases mean?
23+
24+
Releases involve changes on the [`notebooks`](https://github.com/paveloom-c/GPKernels/)
25+
branch, that is, the research process.

0 commit comments

Comments
 (0)