{% load i18n %}
A number of global settings can be defined or altered here.
{% endblocktrans %}
{% blocktrans %}
Application Name - Name of your Arches app, to be displayed in the browser title bar and elsewhere.
Default Data Import/Export User - Name to associate with data that is imported into the system.
{% endblocktrans %}
{% blocktrans %}
Google Analytics Key - If you have made a Google Analytics Key to track your app's traffic, enter it here.
{% endblocktrans %}
{% blocktrans %}
Thesaurus SPARQL Endpoint - Advanced users may create more SPARQL endpoints and register them here. These endpoints will be available in the RDM and allow you to import thesaurus entries from external sources.
{% endblocktrans %}
{% trans "Arches uses the Mapbox mapping library for map display and data creation. Arches also supports Mapbox basemaps and other services." %}
{% blocktrans %}Mapbox API Key (Optional) - By default, Arches uses some basemap web services from Mapbox. You will need to create a free API key (or "access token") for these services to be activated. Alternatively, you could remove all of the default basemaps and add your own, non-Mapbox layers.{% endblocktrans %}
{% trans "Mapbox Sprites - Path to Mapbox sprites (use default)." %}
{% trans "Mapbox Glyphs - Path to Mapbox glyphs (use default)." %}
{% trans "Draw a polygon representing your project's extent. These bounds will serve as the default for the search result grid bounds, and map bounds in search, cards, and reports." %}
{% trans "You can define the zoom behavior of your map. Zoom level 0 shows the whole world (and is the absolute minimum zoom level) and zoom level 20 is the maximum level that most map services support." %}
{% trans "Default Zoom - Set the zoom level that the map will be shown at by default." %}
{% trans "Min Zoom - Minimum zoom level defines how far the user can zoom out when viewing the map." %}
{% trans "Max Zoom - Maximum zoom level defines how far the user can zoom in when viewing the map." %}
{% trans "Arches aggregates search results and displays them as hexagons. You will need to set default parameters for the hexagon size and precision." %}
{% trans "Hexagon Size (in km) - Set the actual size of the hex bins that will be shown on the map." %}
{% trans "Hexagon Grid Precision - Set the precision with which the contents of the hex bins will be calculated." %}
{% trans "Warning: A large project area combined with a small hexagon size and/or high precision will take a very long time to load, and can crash your browser. We suggest changing these settings in small increments to find the best combination for your project." %}
{% trans "Set the default search results behavior." %}
{% blocktrans %}
Number of search results per page - Set the number of search results shown per page. Note this also defines the number of search result markers that are shown on the map.
Number of search hints per dropdown - Set the number of search hints that will appear under the search bar as you type in search terms.
Max number of search results to export - Set the maximum number of resources to be exported from the search results. This value should generally be evenly divible by the SEARCH_RESULT_LIMIT setting in Arches (10,000 by default).
{% trans "Arches creates a Time Wheel based on the resources in your database, to allow for quick temporal visualization and queries. A few aspects of this temporal search are defined here." %}
{% blocktrans %}Color Ramp - not currently implemented The color ramp for the time wheel. For further reference, check out the d3 API reference.{% endblocktrans %}
{% trans "Time wheel configuration - not currently implemented" %}
{% trans "Arches allows you save a search and present it as convenience for your users. Saved Searches appear as search options in the main Search page. Creating a Saved Search is a three-step process." %}
{% blocktrans %}
1. Specify Search Criteria - Go to the Search page and enter all the criteria you would like to use to configure your Saved Search. You may notice that with the addition of each new search filter (either by using the term filter, map filtering tools, or temporal filters) the URL for the page will change.
2. Copy the URL - In your browser address bar, copy the entire URL. This will be a long string that defines each of the search filters created in step 1.
3. Create the Saved Search - Finally, head back to this page and fill out the settings that you see at left. You can also upload an image that will be shown along with your Search Search.
{% endblocktrans %}