<%@ page import="org.crosswire.community.data.User"%> <%@ page import="org.crosswire.xml.XMLRepo"%> <% String root = session.getServletContext().getContextPath(); User user = (User)session.getAttribute("user"); XMLRepo repo = XMLRepo.instance(pageContext); String legal = "The requirements that need to be satisfied for using these images in publication vary from manuscript to manuscript. Each possessing institute or individual has its own requirements. If you wish to publish any of these images, you will need to get permission from CSNTM first. We can then direct you to the contact person of the institute that owns the manuscript(s) for further instructions. CSNTM does not charge for the use of these images, though the institute that owns the manuscripts may. At minimum, CSNTM needs to be credited with the photographs and the possessing institute needs to be credited with ownership of the manuscript in all research for which these images are used."; String questions[] = new String[] { "What are the basic steps for indexing a manuscript?" ,"What if there is only a small portion of a verse on an image and most of the verse is on the next image?" ,"What format should the text be in for the Biblical Coverage field?" }; String answers[] = new String[] { "
  1. Go to the project status page and find an unclaimed document you would like to index.
  2. Click the _Claim Responsibility_ link.
  3. Click the _Load All Images At This URL_ link (be patient while thumbnails are built).
  4. Click the first thumbnail and determine the Biblical Coverage for the image.
  5. Enter the Biblical Coverage and click the [Save] button.
  6. Move on to the next image.
  7. When finished with the entire document, click the [Sign and Submit] button (not yet available).
" ,"If any part of a verse-- even a single letter-- is on an image, then that verse should be included in the Biblical Coverage for the image." ,"Our verse parser can take most anything you throw at it. In the end, we'll standardize all syntax to OSIS osisRef syntax, but we will do this with an automated process. If you would like to be sure your syntax produces what you expect in our parser, you can try it out here: http://crosswire.org/study/examples/parsevs.jsp." }; %>
<% if (user != null) { %> <% } %>
Home Project StatusMy Documents

Frequently Asked Questions

<% for (int i = 0; i < questions.length; i++) { %>
<%= questions[i] %>
<%= answers[i] %>
<% } %>