Skip to content

Commit

Permalink
removed space before entries
Browse files Browse the repository at this point in the history
  • Loading branch information
buddekai committed Jan 21, 2021
1 parent 952d407 commit c563084
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/backend/src/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const requirement: NodeDefinition = {
classification: 'entity',
//labelFormatString: "R${version}${study ? ' (' + study.source + ')' : ''}",
labelFormatString: "R${version}",
informationFields: ["Description", "Main species", "Type, qualitative, quantitative"],
informationFields: ["Description", "Main species", "Type,qualitative,quantitative"],
showRelatedTo: true,
}

Expand All @@ -55,7 +55,7 @@ const simulationExperiment: NodeDefinition = {
classification: 'entity',
//labelFormatString: "E${version}${study ? ' (' + study.source + ')' : ''}",
labelFormatString: "SE${version}",
informationFields: ["Description", "Reference", "Category, optimization, sensitivity analysis, perturbation, parameter scan, steady-state analysis, time course analysis, other"]
informationFields: ["Description", "Reference", "Category,optimization,sensitivity analysis,perturbation,parameter scan,steady-state analysis,time course analysis,other"]
}

const simulationData: NodeDefinition = {
Expand All @@ -72,7 +72,7 @@ const wetlabData: NodeDefinition = {
classification: 'entity',
//labelFormatString: "D${version}${study ? ' (' + study.source + ')' : ''}",
labelFormatString: "WD${version}",
informationFields: ["Description", "Reference", "Type of experiment, in vitro, in vivo", "Organism", "Organ/Tissue/Cell line"]
informationFields: ["Description", "Reference", "Type of experiment,in vitro,in vivo", "Organism", "Organ/Tissue/Cell line"]
}

const buildingActivity: NodeDefinition = {
Expand Down

0 comments on commit c563084

Please sign in to comment.