Skip to content

Commit

Permalink
added links to published neuronbridge paper
Browse files Browse the repository at this point in the history
  • Loading branch information
krokicki committed Apr 9, 2024
1 parent ab01db1 commit 1b62e08
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion src/components/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ export default function About() {
quick to look up by identifier. You can also upload your own data and match it against these public data sets.
</Paragraph>
<Paragraph>
A preprint describing this software in detail is <a href="https://doi.org/10.1101/2022.07.20.500311">available on bioRxiv</a>.
More information about the software infrastructure is available in our <a href="https://doi.org/10.1186/s12859-024-05732-7">published paper</a> and {" "}
<a href="https://aws.amazon.com/blogs/architecture/scaling-neuroscience-research-on-aws/">AWS blog post</a>.
</Paragraph>

<Row gutter={20}>
Expand Down
6 changes: 3 additions & 3 deletions src/components/Help/HelpContents.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,9 @@ export default function HelpContents({ scroll }) {
data currently in NeuronBridge.
</p>
<p>
A preprint including more details is{" "}
<a href="https://doi.org/10.1101/2022.07.20.500311">
available on bioRxiv
More details are available in the {" "}
<a href="https://doi.org/10.1186/s12859-024-05732-7">
NeuronBridge paper
</a>
.
</p>
Expand Down
4 changes: 2 additions & 2 deletions src/components/MatchModal/Citations.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ export default function Citations({ match, mask, matchRank, matchesTotal }) {
<h3>Cite NeuronBridge</h3>
<ul>
<li>
<a href="https://doi.org/10.1101/2022.07.20.500311">
Clements et al., 2022
<a href="https://doi.org/10.1186/s12859-024-05732-7">
Clements et al., 2024
</a>
</li>
</ul>
Expand Down
6 changes: 3 additions & 3 deletions src/components/References.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default function References() {

<dt>NeuronBridge</dt>
<dd>
<a href="https://doi.org/10.1101/2022.07.20.500311">Clements et al., 2022</a>
<a href="https://doi.org/10.1186/s12859-024-05732-7">Clements et al., 2024</a>
</dd>

<dt>Neuron matching algorithms</dt>
Expand Down Expand Up @@ -36,13 +36,13 @@ export default function References() {
<a href="https://dx.doi.org/10.1016/j.celrep.2012.09.011">Jenett et al., 2012; for Janelia Gen1 GAL4</a>
</dd>
<dd>
<a href="https://doi.org/10.1101/198648"> Tirian and Dickson, 2017; for VT Gen1 GAL4</a>
<a href="https://doi.org/10.1101/198648">Tirian and Dickson, 2017; for VT Gen1 GAL4</a>
</dd>
<dd>
<a href="https://doi.org/10.1534/genetics.118.300682"> Dionne et al., 2018; for Janelia hemidrivers</a>
</dd>
<dd>
<a href="https://doi.org/10.1101/198648"> Tirian and Dickson, 2017; for VT hemidrivers</a>
<a href="https://doi.org/10.1101/198648">Tirian and Dickson, 2017; for VT hemidrivers</a>
</dd>

<dt>EM-LM unification template</dt>
Expand Down

0 comments on commit 1b62e08

Please sign in to comment.