Skip to content

Commit

Permalink
Merge origin/3147-widgets-docs into 3147-widgets-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
scolapasta committed Jun 28, 2016
2 parents 13d0a35 + 2b617f7 commit fb0a26f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions conf/solr/4.6.0/schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@
<field name="accessToSources" type="text_en" multiValued="false" stored="true" indexed="true"/>
<field name="actionsToMinimizeLoss" type="text_en" multiValued="false" stored="true" indexed="true"/>
<field name="alternativeTitle" type="text_en" multiValued="false" stored="true" indexed="true"/>
<field name="alternativeURL" type="text_en" multiValued="false" stored="true" indexed="true"/>
<field name="astroFacility" type="text_en" multiValued="true" stored="true" indexed="true"/>
<field name="astroInstrument" type="text_en" multiValued="true" stored="true" indexed="true"/>
<field name="astroObject" type="text_en" multiValued="true" stored="true" indexed="true"/>
Expand Down Expand Up @@ -643,6 +644,7 @@
<copyField source="accessToSources" dest="text" maxChars="3000"/>
<copyField source="actionsToMinimizeLoss" dest="text" maxChars="3000"/>
<copyField source="alternativeTitle" dest="text" maxChars="3000"/>
<copyField source="alternativeURL" dest="text" maxChars="3000"/>
<copyField source="astroFacility" dest="text" maxChars="3000"/>
<copyField source="astroInstrument" dest="text" maxChars="3000"/>
<copyField source="astroObject" dest="text" maxChars="3000"/>
Expand Down
4 changes: 2 additions & 2 deletions doc/sphinx-guides/source/user/find-use-data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ After performing a search and finding the dataverse or dataset you are looking f

Once on a dataset page, you will see the title, citation, description, and several other fields as well as a button to email the dataset contact. Below that information, the files, metadata, and version information for the dataset are available.

Download Citation
Cite Data
--------------------------

You can find the citation for the dataset at the top of the dataset page in a blue box. Additionally, there is a Download Citation button that offers the option to download the citation as EndNote XML or RIS Format.
You can find the citation for the dataset at the top of the dataset page in a blue box. Additionally, there is a Cite Data button that offers the option to download the citation as EndNote XML, RIS Format, or BibTeX Format.

Download Files
-----------------
Expand Down

0 comments on commit fb0a26f

Please sign in to comment.