cjerzak commited on
Commit
5ed4088
·
verified ·
1 Parent(s): 6efde94

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +3 -1
app.R CHANGED
@@ -408,7 +408,9 @@ server <- function(input, output) {
408
  SharedContextText <- c(
409
  "The Peru RCT involves a multifaceted graduation program treatment to reduce poverty outcomes.",
410
  "The Uganda RCT involves a cash grant program to stimulate human capital and living conditions among the poor.",
411
- "For more information, see <a href='https://arxiv.org/abs/2411.02134' target='_blank'>https://arxiv.org/abs/2411.02134</a>",
 
 
412
  "<div style='font-size: 10px; line-height: 1.5;'>",
413
  "<b>Glossary:</b><br>",
414
  "• <b>Model:</b> The neural-network backbone (e.g., clip-rsicd) transforming satellite images into numerical representations.<br>",
 
408
  SharedContextText <- c(
409
  "The Peru RCT involves a multifaceted graduation program treatment to reduce poverty outcomes.",
410
  "The Uganda RCT involves a cash grant program to stimulate human capital and living conditions among the poor.",
411
+ "For more information, see the associated paper, <a href='https://arxiv.org/abs/2411.02134' target='_blank'>arxiv.org/abs/2411.02134</a>
412
+ (<a href='https://connorjerzak.com/wp-content/uploads/2024/11/MultilevelBib.txt' target='_blank'>BibTex</a>).
413
+ ",
414
  "<div style='font-size: 10px; line-height: 1.5;'>",
415
  "<b>Glossary:</b><br>",
416
  "• <b>Model:</b> The neural-network backbone (e.g., clip-rsicd) transforming satellite images into numerical representations.<br>",