school: computational social something
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / Rebuild Signaller (push) Successful in 23s
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / Rebuild Signaller (push) Successful in 23s
This commit is contained in:
parent
b03e2ef51d
commit
f2b4fac933
1 changed files with 12 additions and 3 deletions
|
|
@ -38,12 +38,21 @@
|
|||
/>
|
||||
</div>
|
||||
<div class="flex w-full justify-around">
|
||||
<div>{round(leftRange.start)} - {round(leftRange.end)}</div>
|
||||
<div>{round(rightRange.start)} - {round(rightRange.end)}</div>
|
||||
<div>
|
||||
-{round(1 - leftRange.start).toFixed(1)} --- -{round(
|
||||
1 - leftRange.end,
|
||||
).toFixed(1)}
|
||||
</div>
|
||||
<div>
|
||||
{round(rightRange.start).toFixed(1)} --- {round(rightRange.end).toFixed(
|
||||
1,
|
||||
)}
|
||||
</div>
|
||||
</div>
|
||||
<div class="w-full">
|
||||
</div>
|
||||
<div class="w-full flex justify-center max-h-screen">
|
||||
<img
|
||||
class="max-h-[80vh] object-contain"
|
||||
src={"https://deprived.dev/assets/school/social-science/data/plots/sentiment_graph_-" +
|
||||
round(1 - leftRange.end).toFixed(1) +
|
||||
"_-" +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue