cjerzak commited on
Commit
3fec146
·
verified ·
1 Parent(s): 5e731af

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +15 -1
app.R CHANGED
@@ -386,9 +386,23 @@ ui <- dashboardPage(
386
  })();
387
  ")
388
  )
389
- )
390
  # ---- End: Minimal Share button snippet ----
391
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
392
  )
393
  ),
394
 
 
386
  })();
387
  ")
388
  )
389
+ ),
390
  # ---- End: Minimal Share button snippet ----
391
 
392
+ tags$div(
393
+ style = "text-align: left; margin: 4em 0 1em 1em;",
394
+ HTML("
395
+ <p style='font-size:12px;'>
396
+ Citation: </p>
397
+ <p>
398
+ <strong>fastrerandomize (2025). </strong><br/>
399
+ <a href='https://arxiv.org/pdf/2501.07642' target='_blank'>PDF</a> |
400
+ <a href='https://connorjerzak.com/wp-content/uploads/2025/01/FastReandomizeBib.txt' target='_blank'>BibTeX</a>
401
+ </p>
402
+ "
403
+ )
404
+ )
405
+
406
  )
407
  ),
408