3 ## Creating a User Account
5 ### Verifying first that you do not already have an account
7 Before creating an account, please verify first that you don’t already have an account. You can use “Search” menu to check if you already registered as a user.
9 In the "Search" menu, selecting the "People" tab and search your name. If nothing is found, proceed with the instructions below. Otherwise, clicking the “Login” button. If you have forgotten your password, you can retrieve it by clicking the "Forgot your password?" link on the login page.
11 ### Creating a user account
13 On the right of the toolbar, clicking on “Login.” It will take you to the login page. On the login page, clicking on the link “sign up for an account.” It will take you to the page below:
15 ```{r echo=FALSE, out.width='95%', fig.align='center'}
16 knitr::include_graphics('assets/images/image331.png')
19 Filling in all of the information, then clicking "Create Account."
21 After you submit the information, an email will be sent to the provided email address. Checking your email and clicking on the link to activate your account.
23 ## Managing your Account
27 To login, clicking the "Login" link in the toolbar on any page and enter your username and password.
29 If you have forgotten your password, you can retrieve it by clicking the "Forgot your password?" link on the login page.
31 ```{r echo=FALSE, out.width='95%', fig.align='center'}
32 knitr::include_graphics('assets/images/image166.png')
35 ### Editing Account Settings
37 Account settings can be edited by clicking on the "my profile" link displayed as your user name, on the right of the toolbar. You must login, in order to access and change account settings.
39 ```{r echo=FALSE, out.width='95%', fig.align='center'}
40 knitr::include_graphics('assets/images/image261.png')
43 You can add personal information to your account using the "View or update personal information" link.
45 To change your password, username, or your contact email, clicking on “Update account information” link. You must provide your old password before you can make any changes.
47 ```{r echo=FALSE, out.width='95%', fig.align='center'}
48 knitr::include_graphics('assets/images/image144.png')
51 ### Changing Your Account Status: From “User” to “Submitter”
53 After you create an account, your account has a "user" status. This account has limited privileges.
55 Accounts with “user” status are able to:
57 - Change personal information
58 - Post comments on pages
61 To upgrade your account status to "submitter,” contact the database curators using the "contact" link provided at the footer of each page. Submitter accounts can add data, such as new plots, accessions, phenotype data and images.
63 ### Submitting Feedback on an SGN Database
65 We appreciate your feedback! Feel free to submit any questions or suggestions by using the "Feedback" link provided at the footer of each page.
69 SGN Database websites have a toolbar on the top of each page with a number of menus for convenient access of major functions. The menus, as pictured below, are “search,” “manage,” “analyze,” and “maps.” The toolbar also provides a quick search, a “log in” button, and a “new user” button.
71 ```{r echo=FALSE, out.width='95%', fig.align='center'}
72 knitr::include_graphics('assets/images/image270.png')
79 In the Search menu, the options are:
82 |-----------------------|----------------------------------------------------------------------------------------------------------------------------------------|
83 | Wizard | Search different accessions and plots by location, year, trial, and trait data. Can also be used to create lists of different types. |
84 | Accession and plots | Search accessions and plots using a variety of criteria |
85 | Trials | Search trials by name, description, breeding program, year, location, and trial type. |
86 | Markers | Search different markers |
87 | Images | Search images contained in the SGN database |
88 | People | Search database users |
92 In the Manage menu, the options are:
95 |---------------------|----------------------------------------------------------------------------------------------------|
96 | Breeding Programs | View, add and delete breeding programs |
97 | Locations | View, add and delete locations |
98 | Accessions | Manage and search different accessions |
99 | Seedlots | Manage and search different seedlots |
100 | Crosses | Create new crosses in the database |
101 | Field Trials | Manage field trials. Create trials using different field layouts. |
102 | Genotyping Plates | Manage genotyping plates. Create 96 or 384 well plates. |
103 | Phenotyping | Upload phenotyping files from the Tablet Field Book application |
104 | Field Book App | Manage the field book app data (download files to tablet) |
105 | Barcodes | Refers to the old barcode system, mainly historical |
106 | Download | Download information in the database based on lists |
110 **Clicking on the "Analyze" link will give a full menu of all analysis functions**
111 In the Analyze menu, the options are:
113 | Tab | Description |
114 | --------------------- | --------------------------------------------------------------------------------------- |
115 | **Breeder Tools** | |
116 | Breeder Home | Access breeding functionalities. Lists important and helpful links. |
117 | Barcode Tools | Manage, create, and download barcodes. Also access barcode tools. |
118 | Genomic Selection | Can search for traits, start building a GS model, and predict values based on genotypes |
119 | **Sequence Analysis** | |
120 | BLAST | Sequence homology search |
122 | Ontology Browser | Browse all recorded ontologies |
124 ## Working with Lists {#working-with-lists}
126 Lists are collections of identifiers that are stored in the database. Lists can be composed of accessions, plots, traits, locations, and trials. Lists are attached to the individual user's account, and can only be created and seen by the user while logged in. SGN databases make heavy use of lists in a number of tools on the website. For example, trials are created using lists of accessions.
130 Lists can be generated in various ways:
132 One way to create a list is by clicking on the "Lists" link located on the toolbar.
134 ```{r echo=FALSE, out.width='95%', fig.align='center'}
135 knitr::include_graphics('assets/images/list_manager_start.png')
138 To create a new list, enter the name of your new list and then clicking on the “New List” button. The name of the list can be anything, but should be unique and should be something to help you easily identify.
140 ```{r echo=FALSE, out.width='95%', fig.align='center'}
141 knitr::include_graphics('assets/images/list_manager_new_list.png')
144 You can find the list that you entered on the “Your Lists” page. To add items to your list, click on the "View" icon to open “List Contents” page.
146 ```{r echo=FALSE, out.width='95%', fig.align='center'}
147 knitr::include_graphics('assets/images/list_manager_view_list.png')
150 On the “List Contents” page, enter items that you want to add to the list, then click on “Add” button.
152 ```{r echo=FALSE, out.width='95%', fig.align='center'}
153 knitr::include_graphics('assets/images/list_manager_add_items.png')
156 The page will be updated and will display your items in a table at the bottom of the page. It is possible to sort the list if you need.
158 ```{r echo=FALSE, out.width='95%', fig.align='center'}
159 knitr::include_graphics('assets/images/list_manager_added_items.png')
162 Select the type of items in your list. To verify that the items that you added to your list are already stored in the database and that you selected a correct type for the items, click on the “Validate” button.
164 ```{r echo=FALSE, out.width='95%', fig.align='center'}
165 knitr::include_graphics('assets/images/list_manager_list_types.png')
168 If those items are already in the database, a message will indicate that “This list passed validation”
170 ```{r echo=FALSE, out.width='50%', fig.align='center'}
171 knitr::include_graphics('assets/images/image346.png')
174 Note that a list cannot contain duplicate elements. If a duplicate item is entered, the list manager will inform the user that the element is already in the list and will not add it again.
176 Another easy way to create a list is to use \@ref(search-wizard), which can be accessed from the Search menu.
178 ### Viewing and editing lists
180 Lists can be viewed and edited using the "Lists" link on the toolbar. Clicking on the link will open a window that displays all of your lists, as well as an option to create new lists.
182 ```{r echo=FALSE, out.width='95%', fig.align='center'}
183 knitr::include_graphics('assets/images/image71.png')
186 This page shows all lists that have been created, including those created by using the Search Wizard. You can view and edit your lists by using “Actions” buttons.
188 1. Clicking on the "view" icon will open a new window called "List Contents" that allows you to change the list name, the type of the list, add new items, or delete existing items.
190 2. Clicking on the “delete” icon will delete your list. **Caution: this action cannot be undone**.
192 3. Clicking on the “download” icon will download the contents of your list to your computer.
194 4. Clicking on the “make public” icon will make your list available for other users to view and use your list.
196 ```{r echo=FALSE, out.width='95%', fig.align='center'}
197 knitr::include_graphics('assets/images/image297.png')
203 Breedbase accounts are assigned one or more of four different roles to determine the level of access they have within the database. The possible roles are **User**, **Submitter**, **Sequencer**, and **Curator**. Each role grants specific permissions, and careful management of them helps prevent data from being altered or deleted in error.
205 ```{r echo=FALSE, out.width='50%', fig.align='center'}
206 knitr::include_graphics('assets/images/roles.png')
209 Accounts are also assigned Breeding Program role(s) to grant access to the specfic breeding program(s) they work with.
211 - The **User** role gives an account permission to view and download data throughout the database.
212 - The **Submitter** role gives an account permission to design field experiments and to upload and edit data using the tools in the “Manage” section. In order to submit and manage breeding data within a given breeding program, a submitter also must have a matching Breeding Program role.
213 - The **Sequencer** role gives an account permission to design genotyping experiments and submit plates to a genotyping service.
214 - The **Curator** role gives an account permission to do all of the above, as well as to delete data within the database. The Curator role also enables the addition or deletion of roles for all database accounts in the 'Manage User Roles' tool.