Skip to content

Commit 48bc130

Browse files
committed
update index.html with new apps
1 parent e8898da commit 48bc130

2 files changed

Lines changed: 42 additions & 10 deletions

File tree

nginx/location_apps.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,9 @@ location = /cTRAP { return 307 /app/cTRAP; }
1111
location = /ctrap { return 307 /app/cTRAP; }
1212
location = /voyAGEr { return 307 /app/voyAGEr; }
1313
location = /voyager { return 307 /app/voyAGEr; }
14+
location = /betas { return 307 /app/betAS; }
15+
location = /betAS { return 307 /app/betAS; }
16+
17+
# redirect to external links
18+
location = /betas/tutorial { return 307 https://www.youtube.com/watch?v=h6Xj1eIO5OU; }
19+
location = /betAS/tutorial { return 307 https://www.youtube.com/watch?v=h6Xj1eIO5OU; }

shinyproxy/templates/index.html

Lines changed: 36 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ <h1><b>
137137
<!-- Examples of App Impact -->
138138
<p style="color: grey; ">
139139
Impact (examples):
140-
<a href="https://www.nature.com/articles/s41467-019-14020-5#Sec11" style="margin-left:1em">Neurobiology</a>
140+
<a href="https://www.nature.com/articles/s41467-019-14020-5" style="margin-left:1em">Neurobiology</a>
141141
<a href="https://www.sciencedirect.com/science/article/pii/S0092867418316246" > Splicing Regulation</a>
142142
<a href="https://elifesciences.org/articles/47678">Cancer</a>
143143

@@ -202,7 +202,7 @@ <h1> <b>
202202
<p style="color: grey;">
203203
Impact (examples):
204204
<br>
205-
<a href="https://pubmed.ncbi.nlm.nih.gov/30856170/">Cancer</a>
205+
<a href="https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1006832">Cancer</a>
206206

207207
</p>
208208
</div>
@@ -220,7 +220,9 @@ <h1> <b>
220220

221221
<!-- App Resources -->
222222
<p>
223-
<a href="assets/tutorial_voyAGEr.pdf">Tutorial</a>
223+
<a href="https://doi.org/10.7554/eLife.88623.3">Paper</a>
224+
<a href="https://github.com/DiseaseTranscriptomicsLab/voyAGEr">GitHub</a>
225+
<a href="https://diseasetranscriptomicslab.github.io/voyAGEr/www/voyAGEr-WebAppTutorial.html">Tutorial</a>
224226
</p>
225227

226228
<!-- App Description -->
@@ -233,7 +235,6 @@ <h1> <b>
233235
</div>
234236
</div>
235237

236-
237238
<!-- ------ betAS ------ -->
238239
<div class="card reveal">
239240
<div>
@@ -248,8 +249,12 @@ <h1> <b>
248249
</b> </h1>
249250
<!-- App Resources -->
250251
<p>
251-
<a href=""> </a>
252-
252+
<a href="https://rnajournal.cshlp.org/content/30/4/337.abstract">Paper</a>
253+
<a href="https://github.com/DiseaseTranscriptomicsLab/betAS/tree/dev">GitHub</a>
254+
255+
Tutorial
256+
<a style="margin-right: 0em;" href="https://compbio.imm.medicina.ulisboa.pt/betas/tutorial">[1]</a>
257+
<a href="https://diseasetranscriptomicslab.github.io/betAS/inst/betAS_tutorial.html">[2]</a>
253258
</p>
254259

255260
<!-- App Description -->
@@ -265,8 +270,8 @@ <h1> <b>
265270
Impact (examples):
266271
<br>
267272
Alternative Splicing
268-
<a style="margin-right: 0em;" href="https://pubmed.ncbi.nlm.nih.gov/32963109/">[1]</a>
269-
<a href="https://pubmed.ncbi.nlm.nih.gov/34039990/">[2]</a>
273+
<a style="margin-right: 0em;" href="https://rnajournal.cshlp.org/content/26/12/1935.long">[1]</a>
274+
<a href="https://www.nature.com/articles/s41467-021-23505-1">[2]</a>
270275

271276
</p>
272277

@@ -306,10 +311,30 @@ <h1> <b>
306311
</div>
307312
</div>
308313

309-
<!-- ------ missing card ------
314+
<!-- ------ markeR ------ -->
315+
<div class="card ">
316+
<div>
317+
<h1> <b>
318+
<!-- Icon App -->
319+
<i class="fa-solid fa-align-left"></i>
320+
<!-- Name App -->
321+
markeR
322+
</b></h1>
323+
324+
<!-- App Resources -->
325+
<p>
326+
<a href="https://github.com/DiseaseTranscriptomicsLab/markeR/">GitHub</a>
327+
</p>
328+
329+
<!-- App Description -->
330+
<p style="font-family: Syne Mono;"> Toolkit for Evaluating Gene Signatures as Phenotype Markers in R </p>
331+
</div>
332+
</div>
333+
334+
<!-- ------ missing card ------ -->
310335
<div class="missing_card reveal">
311336

312-
</div> -->
337+
</div>
313338

314339
<!-- ------ missing card ------
315340
<div class="missing_card reveal">
@@ -551,3 +576,4 @@ <h5><b> <a href = "https://hub.docker.com/r/nunoagostinho/rsem">rsem</a> </b></
551576
</body>
552577

553578
</html>
579+

0 commit comments

Comments
 (0)