Skip to content
Snippets Groups Projects
Commit 5b9a93ac authored by moon's avatar moon
Browse files

lint:fixed

parent 2444888d
Branches cuda_on_cpu
No related tags found
No related merge requests found
......@@ -225,11 +225,11 @@
</template>
<script>
import StarRating from "vue-star-rating";
const _ = require("lodash");
import StarRating from 'vue-star-rating';
const _ = require('lodash');
export default {
name: "LandingPage",
name: 'LandingPage',
components: { StarRating },
props: {
msg: String,
......@@ -237,19 +237,19 @@ export default {
data() {
return {
driversList: [
"Undergo phase separation or self-assembly into liquid droplets independent of other proteins (1/3 stars).",
"Induce the formation of a condensate (2/3 stars).",
"Are essential for the integrity of a condensate (3/3 stars).",
'Undergo phase separation or self-assembly into liquid droplets independent of other proteins (1/3 stars).',
'Induce the formation of a condensate (2/3 stars).',
'Are essential for the integrity of a condensate (3/3 stars).',
],
confidenceScoreTable: [
// { star: 0, description: "Reported in other LLPS database" },
{ star: 1, description: "PubMed reference annotated" },
{ star: 2, description: "High throuput experiment (eg. Mass spect.)" },
{ star: 3, description: "In vitro" },
{ star: 1, description: 'PubMed reference annotated' },
{ star: 2, description: 'High throuput experiment (eg. Mass spect.)' },
{ star: 3, description: 'In vitro' },
{ star: 4, description: "In cellulo" },
{ star: 5, description: "In vivo" },
{ star: 4, description: 'In cellulo' },
{ star: 5, description: 'In vivo' },
],
};
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment