Skip to content

Commit 5bfe9f1

Browse files
committed
More tweaking of flashcards.
1 parent b2c9b28 commit 5bfe9f1

3 files changed

Lines changed: 17 additions & 11 deletions

File tree

html/flashcard_blastout.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7588,7 +7588,7 @@
75887588

75897589

75907590
.flip-container, .front, .back {
7591-
height: 300px;
7591+
height: 450px;
75927592
width: 95%;
75937593
}
75947594

@@ -7719,7 +7719,7 @@
77197719
@media only screen and (min-width:1000px) {
77207720

77217721
.flip-container, .front, .back {
7722-
height: 300px;
7722+
height: 450px;
77237723
width: min(150%, 640px);
77247724
}
77257725

@@ -7733,7 +7733,7 @@
77337733
}
77347734

77357735
.next {
7736-
font-size: 16pt;
7736+
font-size: 14pt;
77377737
left:min(80%, 450pt);
77387738
margin-left: 0;
77397739
width: 55pt;

html/flashcard_viz.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7588,7 +7588,7 @@
75887588

75897589

75907590
.flip-container, .front, .back {
7591-
height: 300px;
7591+
height: 375px;
75927592
width: 95%;
75937593
}
75947594

@@ -7729,11 +7729,11 @@
77297729
}
77307730

77317731
.flashcardtext{
7732-
font-size: 20pt;
7732+
font-size: 12pt;
77337733
}
77347734

77357735
.next {
7736-
font-size: 16pt;
7736+
font-size: 10pt;
77377737
left:min(80%, 450pt);
77387738
margin-left: 0;
77397739
width: 55pt;
@@ -7742,7 +7742,7 @@
77427742
}
77437743

77447744
.back .flashcardtext{
7745-
font-size: 0.8em;
7745+
font-size: 0.5em;
77467746
}
77477747

77487748
}
@@ -7757,11 +7757,11 @@
77577757

77587758
@media only screen and (max-width:680px) and (min-height:376px) {
77597759
.flip-container, .front, .back {
7760-
height: 300px;
7760+
height: 375px;
77617761
}
77627762

77637763
.flipper {
7764-
height: 300px;
7764+
height: 375px;
77657765
}
77667766

77677767
}

module_notebooks/03-searching-graphs-with-blast.ipynb

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@
296296
"outputs": [],
297297
"source": [
298298
"from IPython.display import IFrame\n",
299-
"IFrame('../html/flashcard_blastout.html', width=800, height=400)"
299+
"IFrame('../html/flashcard_blastout.html', width=800, height=550)"
300300
]
301301
},
302302
{
@@ -327,8 +327,14 @@
327327
}
328328
],
329329
"metadata": {
330+
"environment": {
331+
"kernel": "conda-env-nigms-pangenomics-nigms-pangenomics",
332+
"name": "workbench-notebooks.m127",
333+
"type": "gcloud",
334+
"uri": "us-docker.pkg.dev/deeplearning-platform-release/gcr.io/workbench-notebooks:m127"
335+
},
330336
"kernelspec": {
331-
"display_name": "nigms-pangenomics (Local)",
337+
"display_name": "nigms-pangenomics",
332338
"language": "python",
333339
"name": "conda-env-nigms-pangenomics-nigms-pangenomics"
334340
},

0 commit comments

Comments
 (0)