Skip to content

Commit 0226a36

Browse files
committed
publication
1 parent b31e1bd commit 0226a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/faq.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class FAQ extends Component {
8080
<Panel eventKey='5'>
8181
<Button onClick={() => this.handleSelect('5')} className="accordion">How do I cite data in this database?</Button>
8282
<Panel.Body collapsible>
83-
<p>Please cite Ortega et al. (manuscript in preparation, check back soon) </p>
83+
<p>Please cite: <a href="https://www.biorxiv.org/content/10.1101/453662v1">D. R. Ortega et al., ETDB-Caltech: a blockchain-based distributed public database for electron tomography. bioRxiv, 453662 (2018).</a></p>
8484
</Panel.Body>
8585
</Panel>
8686
</PanelGroup>

0 commit comments

Comments
 (0)