From beb454b9a1087d0e5ce76c8189acf487edf3cc1e Mon Sep 17 00:00:00 2001 From: Paul-Kalil <88167447+Paul-Kalil@users.noreply.github.com> Date: Tue, 27 Feb 2024 15:12:28 -0800 Subject: [PATCH] Update instructions.jsp Modifying language re state of development. Referencing Wild North template Improving use instructions Need to find <%=wbName%> source since this is still referencing ACW --- src/main/webapp/import/instructions.jsp | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/src/main/webapp/import/instructions.jsp b/src/main/webapp/import/instructions.jsp index a8a702b326..020d8354c2 100644 --- a/src/main/webapp/import/instructions.jsp +++ b/src/main/webapp/import/instructions.jsp @@ -49,12 +49,12 @@ String wbName = ContextConfiguration.getNameForContext(context);

Bulk Import: Instructions

- This feature is in Alpha. This means it is untested and unreleased. Please only use this tool if you are willing to help us test the UI and report bugs. Your data might not be imported correctly until we have done further testing and development. + This BULK IMPORT UTILITY needs improvement. Please contact your Org Admin or T4C directly for training and guidance before you try to use the bulk import utility. Your data might not be imported correctly if you are not careful.

-

The goal of this tool is to allow scientists to add large amounts of data to <%=wbName%> at once, such as an entire season's observations, while performing the data-blending and data-integrity checks themselves.

+

The goal of this tool is to allow users to add large amounts of data to <%=wbName%> at once, such as an entire season's observations, while performing the data-blending and data-integrity checks.

-

To ensure data integrity, this process is split into several steps with review in-between.

+

To ensure data integrity, this process is split into several steps with (some) review in-between each step.

  1. Photo Upload
  2. @@ -65,19 +65,21 @@ String wbName = ContextConfiguration.getNameForContext(context);

    Each page has instructions, and you must complete the steps in order.

    -

    Preparation: The Wildbook Standard Format

    +

    Preparation: The Wild North Wildbook Standard Format

    - As a data collector or curator, your job to prepare for this import is to collect all of your images into one folder, and especially to transform your associated sightings data into a Wildbook Standard Format excel sheet. + As a data collector or curator, your job to prepare for this import is to collect all of your images into one or more folders, from where they can be uploaded in bulk. The other requirement is to transform your associated sightings data into a Wildbook Standard Format Excel sheet.

    - The Wildbook Standard Format is very simple, and perfectly mirrors the Wildbook data model: each row in your .xlsx file corresponds to one Encounter on <%=wbName%>. Each column header is of the form ClassName.fieldName, for example, Encounter.locationID. Column order does not matter and empty columns are ignored. + The Wild North Wildbook Standard Format is straightforward, and mirrors the Wildbook data model: each row in your .xlsx file corresponds to one Encounter on <%=wbName%>. Each column header is of the form ClassName.fieldName, for example, Encounter.locationID. Column order does not matter and empty columns are ignored.

    Most importantly, the Encounter.mediaAsset column(s) must contain the exact filename(s) of the photo(s) associated with each record. These are the names of the photos uploaded in the Photo Upload step, and this is how the computer identifies which photo goes where.

    -

    If you do not have a value for something, please leave it blank or remove the column. Values like "N/A" added to a number field will be rejected.

    +

    If you do not have a value for something, please leave it blank or remove the column. Values like "N/A" added to a number field will be rejected. + +NOTE THAT ONLY .JPG AND .PNG FILES ARE ACCEPTED BY WILDBOOK