Skip to content

Commit 31a48cb

Browse files
committed
fix links without a url
Fill in some missing links on the resources page and redirect the homepage icon to the resources page rather than directly to the paper.
1 parent 298c94e commit 31a48cb

3 files changed

Lines changed: 8 additions & 10 deletions

File tree

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pugh Lab Website at Cornell.
33

44
From a web technology standpoint this is built using [jekyll](https://jekyllrb.com/). Even though there are other static site generators
55
that can be deployed and hosted on GitHub, we chose [jekyll](https://jekyllrb.com/) as it is natively supported by GitHub, easy to learn,
6-
easy to integrate and configure DNS services, both GitHub and [jekyll](https://jekyllrb.com/) built using the same programming language
6+
easy to integrate and configure DNS services, both GitHub and [jekyll](https://jekyllrb.com/) built using the same programming language
77
[ruby](https://www.ruby-lang.org/en/) and also it is free to host among other things.
88

99
> Note: Even though it is based on ruby, we will not be writing any code in ruby.
@@ -14,7 +14,7 @@ easy to integrate and configure DNS services, both GitHub and [jekyll](https://j
1414
- Now install [jekyll](https://github.com/CEGRcode/cegrcode.github.io.git) itself.
1515

1616
> Note: This [step-by-step tutorial](https://jekyllrb.com/docs/step-by-step/01-setup/) covers all the basic concepts in building sites with jekyll. Highly recommend
17-
going though it on your local machine for fun. Takes about ~1hr.
17+
going though it on your local machine for fun. Takes about ~1hr.
1818

1919
### Local development
2020

@@ -23,11 +23,9 @@ going though it on your local machine for fun. Takes about ~1hr.
2323
- To view your changes type in the below command in your terminal from the root directory.
2424
- `bundle exec jekyll serve`
2525
- This should launch the website locally, usually at `http://localhost:4000/` you do not need MAMP, WAMP or any other platform for developement or production.
26-
27-
### Deployment
2826

29-
- `git push` or `merging` into to the `main` branch of this repo will automatically build and deploy your changes to production. These changes should be visible
27+
### Deployment
28+
- `git push` or `merging` into to the `main` branch of this repo will automatically build and deploy your changes to production. These changes should be visible
3029
within a few minutes depending on time taken by GitHub to process it.
3130
- `CNAME` file contains the DNS entry.
3231
- `.gitignore` is setup to ignore all temporary files generated during local development. Feel free to add others if you need to.
33-

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h6>Yeast Epigenome Project</h6>
2020
high resolution ChIP-exo. Summary of the work is published inNature in
2121
2021.
2222
</p>
23-
<a href="https://dx.doi.org/10.1038/s41586-021-03314-8"
23+
<a href="/resources#YEP"
2424
>Read more <i class="fas fa-external-link-alt"></i
2525
></a>
2626
</div>

resources.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h3>Resources</h3>
2929
chromatin regulators with human cells. By understanding the
3030
precise molecular architecture of epigenomes, we gain a holistic
3131
view of genome regulation mechanisms. This project will build on
32-
<a class="resource-link" href="">
32+
<a class="resource-link" href="https://www.ncbi.nlm.nih.gov/pubmed/33692541/">
3333
our published set <i class="fas fa-external-link-alt"></i> </a
3434
>of genome-wide ChIP-exo data that comprehensively measures the
3535
yeast epigenome consisting of over 400 different proteins and has
@@ -63,7 +63,7 @@ <h3>Resources</h3>
6363
will be defined during reprogramming/induction will also be
6464
examined. This research will also continue with its<a
6565
class="resource-link"
66-
href=""
66+
href="https://pubmed.ncbi.nlm.nih.gov/27768892/"
6767
>
6868
previous biochemical reconstitution
6969
<i class="fas fa-external-link-alt"></i> </a
@@ -101,7 +101,7 @@ <h3>Resources</h3>
101101
tied to cell fate, including mis-regulation that underlies cancer
102102
and other maladies. This project will build on our<a
103103
class="resource-link"
104-
href=""
104+
href="https://pubmed.ncbi.nlm.nih.gov/34426512/"
105105
>
106106
prior work <i class="fas fa-external-link-alt"></i> </a
107107
>to precisely measure thousands of protein-DNA interactions for

0 commit comments

Comments
 (0)