Skip to content
Snippets Groups Projects
Commit d756ee10 authored by raghosh's avatar raghosh
Browse files

#75: about page image updated.

parent 9123cb62
No related branches found
No related tags found
No related merge requests found
web/src/assets/figures/version 4.png

906 KiB

......@@ -115,10 +115,10 @@
<p>
<b>4. Unknown:</b> Proteins that have been associated with condensates but for which the role is unknown.
</p>
<div class="flex justify-center">
<div class="flex justify-center rounded-lg border bg-white my-6 bg-opacity-90 border-gray-300">
<img
src="../assets/figures/Driver_client_regulator_illustraion.png"
class="object-cover md:w-full rounded-lg lg:w-3/5"
src="../assets/figures/version 4.png"
class="object-contain md:w-2/5 lg:w-3/5 rounded-lg l"
alt="Driver, Client, Regulator illustration"
>
</div>
......@@ -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