MilesCranmer commited on
Commit
55da5b6
1 Parent(s): d90120f

Clean up papers_header.txt

Browse files
Files changed (1) hide show
  1. docs/stylesheets/papers_header.txt +1 -28
docs/stylesheets/papers_header.txt CHANGED
@@ -1,4 +1,4 @@
1
- # PySR Showcase
2
  Below is a showcase of papers which have used PySR to discover
3
  or rediscover a symbolic model.
4
  These are sorted by the date of release, with most recent papers at the top.
@@ -7,30 +7,3 @@ These are sorted by the date of release, with most recent papers at the top.
7
  If you have used PySR in your research,
8
  please submit a pull request to add your paper to [this file](https://github.com/MilesCranmer/PySR/blob/master/docs/papers.yml).
9
 
10
-
11
- <style>
12
- .row {
13
- display: flex;
14
- gap: 25px;
15
- }
16
- .row:after {
17
- content: "";
18
- display: table;
19
- clear: both;
20
- }
21
- .image_column {
22
- flex: 50%;
23
- float: left;
24
- display: flex;
25
- justify-content: center;
26
- align-items: center;
27
- text-align: center;
28
- }
29
- .text_column {
30
- flex: 50%;
31
- padding: 10px;
32
- }
33
- .center {
34
- text-align: center;
35
- }
36
- </style>
 
1
+ # Research
2
  Below is a showcase of papers which have used PySR to discover
3
  or rediscover a symbolic model.
4
  These are sorted by the date of release, with most recent papers at the top.
 
7
  If you have used PySR in your research,
8
  please submit a pull request to add your paper to [this file](https://github.com/MilesCranmer/PySR/blob/master/docs/papers.yml).
9