<%@page contentType="text/html"%> <%@page pageEncoding="UTF-8"%> <%@ page import="edu.ucsb.nceas.metacat.clientview.ClientView" %> <%@ page import="edu.ucsb.nceas.metacat.clientview.ClientViewHelper" %> <%@ page import="edu.ucsb.nceas.metacat.clientview.ClientHtmlHelper" %> <%@ page import="edu.ucsb.nceas.metacat.service.SessionService" %> <%@ include file="settings.jsp" %> <% ClientViewHelper clientViewHelper = null; %> SANParks - South African National Park Data Repository
<% clientViewHelper = ClientViewHelper.clientViewHelperInstance(request); %>

Welcome to the SANParks Data Repository. This is the primary source for comprehensive information about scientific and research data sets collected throughout the South African National Park System.

Search for SANParks Data

Searching: <% String organizationScope = request.getParameter("organizationScope"); if (organizationScope == null) { organizationScope = ""; } if (!organizationScope.equals("")) { %> <%= organizationScope %> <% } else { %> All Organizations <% } %>

The repository search system is used to locate data sets of interest by searching through existing registered data sets. Presently the search covers all fields, including author, title, abstract, keywords, and other documentation for each data set.
Use a '%' symbol as a wildcard in searches (e.g., '%herbivore%' would locate any phrase with the word herbivore embedded within it).


Search all fields (slower)

-Or-
Browse all existing data sets by title. This operation can be slow.

<% if (!clientViewHelper.isLoggedIn()) { %>

Login (request an account...)

User name
Organization
Password
<% } else { %>

Welcome,<%= clientViewBean.getUsername() %>

You are currently logged in.

reset your password | change your password
<% } %>

Data Package Upload

<% if (clientViewHelper.isLoggedIn()) { %>
<% } else { %>

You must be logged into your user account before uploading a data set.

<% } %>

Spatial Search