Skip to content

Commit 317c811

Browse files
committed
NBCI -> NCBI
1 parent ecc7ab9 commit 317c811

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/components/selectSearchOnOptions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class SelectSearchOnOptions extends Component {
3333
<option value="tiltMax">TiltMax</option>
3434
<option value="tiltStep">TiltStep</option>
3535
<option value="sid">Internal ID</option>
36-
<option value="NBCItaxID">NBCI Taxonomy ID</option>
36+
<option value="NCBItaxID">NCBI Taxonomy ID</option>
3737
<option value="artNotes">Notes</option>
3838
</select>
3939
)

src/components/selectSearchTypeOptions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class SelectSearchTypeOptions extends Component {
7373
case "institution":
7474
case "lab":
7575
case "sid":
76-
case "NBCItaxID":
76+
case "NCBItaxID":
7777
case "artNotes":
7878
return defaultSelectTypeOptions;
7979
case "scopeName":

src/components/tomogramView.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class TomogramView extends Component {
5858
this.setState({artifact: artifact});
5959
}
6060
render(){
61-
let title = "loading...", timestamp, description, strain, speciesName, date, NBCItaxID, artNotes, tiltSingleDual, files = [], thumbnail, thumbFilename, video, videoFilename, location, defocus, niceDate, acquisitionSoftware = "No info available", processingSoftware = "No info available", institution, lab, microscopist, scopeName, magnification, tiltSeriesSettingsString, txid, hashtags, snapshots = []
61+
let title = "loading...", timestamp, description, strain, speciesName, date, NCBItaxID, artNotes, tiltSingleDual, files = [], thumbnail, thumbFilename, video, videoFilename, location, defocus, niceDate, acquisitionSoftware = "No info available", processingSoftware = "No info available", institution, lab, microscopist, scopeName, magnification, tiltSeriesSettingsString, txid, hashtags, snapshots = []
6262

6363
hashtags = ["ETDB", "ElectronTomography"]
6464

@@ -108,7 +108,7 @@ class TomogramView extends Component {
108108

109109
date = this.state.artifact.getDetail("date");
110110
niceDate = moment.utc(date * 1000).calendar(null, {sameElse: "MMMM Do YYYY"});
111-
NBCItaxID = this.state.artifact.getDetail("NBCItaxID");
111+
NCBItaxID = this.state.artifact.getDetail("NCBItaxID");
112112
artNotes = this.state.artifact.getDetail("artNotes");
113113
strain = this.state.artifact.getDetail("strain");
114114
speciesName = this.state.artifact.getDetail("speciesName");

0 commit comments

Comments
 (0)