- Thank you for your interest in data from the <%= link_to search_catalog_path({f: {"#{Settings.FIELDS.PART_OF}" => ['2015 Dublin LiDAR']}}) do %>2015 Dublin LiDAR<% end %> project.
- We would appreciate your feedback on this unique dataset. Please take a moment to fill out this brief survey telling us a little bit about yourself, how you found the data, and how you are using it.
- Having an accurate idea of how users are accessing and using the data is essential to being able to produce datasets of this magnitude.
- For a better sense of what this data looks like in 3D, please refer to this video flythrough of a portion of the covered area.
Please cite this study using the DOI: doi:10.17609/N8MQ0N
+ Thank you for your interest in data from the 2015 Dublin LiDAR project.
+ For a better sense of what this data looks like in 3D, please refer to this video flythrough of a portion of the covered area.
diff --git a/spec/features/show_page_spec.rb b/spec/features/show_page_spec.rb
index e666b26d..931624ca 100644
--- a/spec/features/show_page_spec.rb
+++ b/spec/features/show_page_spec.rb
@@ -46,13 +46,6 @@
expect(page).to have_selector 'div.alert.alert-warning'
end
- it 'includes survey link' do
- visit solr_document_path 'nyu-2451-38684'
- expect(page).to have_link(
- 'this brief survey', href: 'https://nyu.qualtrics.com/jfe/form/SV_42ddIXjT0CtaqAR'
- )
- end
-
it 'does not display download' do
visit solr_document_path 'nyu-2451-38684'
expect(page).not_to have_content 'Download'
@@ -60,7 +53,9 @@
it 'includes DOI for citation' do
visit solr_document_path 'nyu-2451-38684'
- expect(page).to have_content 'Please cite this study using the DOI'
+ expect(page).to have_link(
+ 'doi:10.17609/N8MQ0N', href: 'https://doi.org/10.17609/N8MQ0N'
+ )
end
end