Skip to content

Commit

Permalink
capitalize Schema.org in guides IQSS#3700
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Nov 29, 2017
1 parent 086824d commit e5c2528
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/sphinx-guides/source/admin/metadataexport.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Publishing a dataset automatically starts a metadata export job, that will run i

- Dublin Core
- Data Documentation Initiative (DDI)
- schema.org JSON-LD
- Schema.org JSON-LD
- native JSON (Dataverse-specific)

A scheduled timer job that runs nightly will attempt to export any published datasets that for whatever reason haven't been exported yet. This timer is activated automatically on the deployment, or restart, of the application. So, again, no need to start or configure it manually. (See the "Application Timers" section of this guide for more information)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ public void testGetProviderName() {
@Test
public void testGetDisplayName() {
System.out.println("getDisplayName");
// We capitalize "Schema.org" because it looks better in the dropdown list and it's what DataCite does in their UI.
assertEquals("Schema.org JSON-LD", schemaDotOrgExporter.getDisplayName());
}

Expand Down

0 comments on commit e5c2528

Please sign in to comment.