Skip to content

Commit

Permalink
add logo, fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
erexer committed May 17, 2024
1 parent 5bb8cf0 commit 8706374
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"url": "https://github.com/new?template_name=metarepo&template_owner=IMMM-SFA"
},
],
"logo_target": "https://im3.pnnl.gov/",
"logo_target": "https://immm-sfa.github.io/metarepo",
}
html_logo = "im3logo.png"
html_logo = "metarepo_logo.png"
html_static_path = ['_static']
Binary file removed docs/source/im3logo.png
Binary file not shown.
4 changes: 1 addition & 3 deletions docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
# metarepo
`metarepo` is short for meta-repository, a GitHub repository that contains instructions to reproduce results in a published work. This repo is a template for creating your own metarepo.

[![Use the metarepo template|32x32](https://github.com/new?template_name=metarepo&template_owner=IMMM-SFA)]

## Purpose
A meta-repository creates a single point of access for someone to find all of the components that were used to create a published work for the purpose of reproducibility. This repository should contain references to all minted data and software as well as any ancillary code used to transform the source data, create figures for your publication, conduct the experiment, and / or execute the contributing software.

Expand All @@ -27,7 +25,7 @@ D. [Add a DOI to your metarepo](#d-add-a-doi-to-your-metarepo)
E. [Add your metarepo citation to your paper](#e-add-your-metarepo-citation-to-your-paper)

### A. Use the template to initialize your own meta-repo
Either click on the `Use the metarepo template` link at the top of this page, or click `Use this template` on the [main repository page](https://github.com/IMMM-SFA/metarepo/) (shows up above `Clone or download`) and click `Create a new repository`.
To use the template, either click [here](https://github.com/new?template_name=metarepo&template_owner=IMMM-SFA), click on the `Use the metarepo template` link at the top of this page, or click `Use this template` on the [main repository page](https://github.com/IMMM-SFA/metarepo/) (shows up above `Clone or download`) and click `Create a new repository`.

Fill in your `Repository name` (naming conventions below), the `Description`, select whether you want the repository to be `Public` or `Private`, and leave `Include all branches` unchecked. Click `Create repository`. You'll be taken to the new repository you created.

Expand Down
Binary file added docs/source/metarepo_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8706374

Please sign in to comment.