Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions apps/data_library/app-text.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Demo App Text
# Contains text displayed on the landing page tabs.

# About Page Text
welcome_text = "This demo application allows you to explore and search the reports and datasets
available in the Demo platform from one central location.
<br><br>
Select <b>Reports</b> or <b>Data Catalog</b> from the sidebar to begin
exploring, or click the '+' to expand the boxes below to learn more."

reports_welcome_text = "The Reports page contains links to and information about the different
interactive dashboards and other analyses hosted in the Demo platform. Scroll to browse
through the reports or use the Technical Area and Tags filters in the sidebar
to narrow your selection.
<br><br>
Click on the report title to be directed to the report in a new tab."

data_welcome_text = "The Data Catalog page contains information about datasets available in the Demo platform.
Scroll to browse through the datasets or use the Technical Area and Tags filters
in the sidebar to narrow your selection.
<br><br>
Each dataset card includes a brief description, last updated date, and access
restrictions."

help_welcome_text = "This is a demo app that demonstrates how an organization could use the Civis Platform"
Loading