task
stringlengths 12
101
| input
stringlengths 0
6.4k
| output
stringlengths 1
6.03k
| options
sequence | pageTitle
stringlengths 0
632
| outputColName
stringlengths 1
710
| url
stringlengths 15
288
| wdcFile
stringlengths 66
75
|
---|---|---|---|---|---|---|---|
25b85915_troduction_to_sector_investing_Course_Outline_Highlight | [0] 2. [Title] Why market cap matters [Type] Article [Highlight] | close Recognizing the relationship between company size, return potential, and risk is essential when selecting investments for your portfolio. Recognizing the relationship between company size, return potential, and risk is essential when... More | [] | Fidelity Learning Center: An introduction to sector investing | Highlight | https://www.fidelity.com/learning-center/trading-investing/markets-sectors/introduction-to-sector-investing/overview | 19/1438044160065.87_20150728004240-00185-ip-10-236-191-2_891766038_0.json |
25b85915_troduction_to_sector_investing_Course_Outline_Highlight | [0] 3. [Title] Sector rotation: An introduction [Type] Article [Highlight] | close In this lesson you'll find a helpful chart that provides a concise summary of which sectors may outperform others; depending on where the economy is in the business cycle. In this lesson you'll find a helpful chart that provides a concise summary of which sectors may... More | [] | Fidelity Learning Center: An introduction to sector investing | Highlight | https://www.fidelity.com/learning-center/trading-investing/markets-sectors/introduction-to-sector-investing/overview | 19/1438044160065.87_20150728004240-00185-ip-10-236-191-2_891766038_0.json |
25b85915_troduction_to_sector_investing_Course_Outline_Highlight | [0] 4. [Title] Sector investing with mutual funds and ETFs [Type] Article [Highlight] | close Both mutual funds and exchange-traded funds offer potential tools for obtaining concentrated exposure to any particular investment sector. Whichever product type you may favor, you should be sure that the fund you select is designed to track the sector as your strategy defines it. Both mutual funds and exchange-traded funds offer potential tools for obtaining concentrated... More | [] | Fidelity Learning Center: An introduction to sector investing | Highlight | https://www.fidelity.com/learning-center/trading-investing/markets-sectors/introduction-to-sector-investing/overview | 19/1438044160065.87_20150728004240-00185-ip-10-236-191-2_891766038_0.json |
25b85915_troduction_to_sector_investing_Course_Outline_Highlight | [0] 5. [Title] Industry statistics to consider [Type] Article [Highlight] | close This lesson will show you where to find data provided by U.S. government agencies and departments that may be useful when conducting sector analysis. This lesson will show you where to find data provided by U.S. government agencies and departments... More | [] | Fidelity Learning Center: An introduction to sector investing | Highlight | https://www.fidelity.com/learning-center/trading-investing/markets-sectors/introduction-to-sector-investing/overview | 19/1438044160065.87_20150728004240-00185-ip-10-236-191-2_891766038_0.json |
25b85915_troduction_to_sector_investing_Course_Outline_Highlight | [0] 6. [Title] Researching sectors & industries on Fidelity.com [Type] Video [Highlight] | close Watch this video to learn how to navigate Fidelity’s comprehensive sectors and industries research using a top down approach from markets to sectors to industries and leverage the integrated expert analysis and commentary to help find investment opportunities. Watch this video to learn how to navigate Fidelity’s comprehensive sectors and industries research... More | [] | Fidelity Learning Center: An introduction to sector investing | Highlight | https://www.fidelity.com/learning-center/trading-investing/markets-sectors/introduction-to-sector-investing/overview | 19/1438044160065.87_20150728004240-00185-ip-10-236-191-2_891766038_0.json |
9864141a_Using_marks___Vim_Tips_Wiki__Description | [Command] ma [Description] | set mark a at current cursor location | [] | Using marks - Vim Tips Wiki | Description | http://vim.wikia.com/wiki/Using_marks?oldid=37028 | 19/1438042985140.15_20150728002305-00096-ip-10-236-191-2_264379449_0.json |
9864141a_Using_marks___Vim_Tips_Wiki__Description | [Command] 'a [Description] | jump to line of mark a (first non-blank character in line) | [] | Using marks - Vim Tips Wiki | Description | http://vim.wikia.com/wiki/Using_marks?oldid=37028 | 19/1438042985140.15_20150728002305-00096-ip-10-236-191-2_264379449_0.json |
9864141a_Using_marks___Vim_Tips_Wiki__Description | [Command] `a [Description] | jump to position (line and column) of mark a | [] | Using marks - Vim Tips Wiki | Description | http://vim.wikia.com/wiki/Using_marks?oldid=37028 | 19/1438042985140.15_20150728002305-00096-ip-10-236-191-2_264379449_0.json |
9864141a_Using_marks___Vim_Tips_Wiki__Description | [Command] d'a [Description] | delete from current line to line of mark a | [] | Using marks - Vim Tips Wiki | Description | http://vim.wikia.com/wiki/Using_marks?oldid=37028 | 19/1438042985140.15_20150728002305-00096-ip-10-236-191-2_264379449_0.json |
9864141a_Using_marks___Vim_Tips_Wiki__Description | [Command] d`a [Description] | delete from current cursor position to position of mark a | [] | Using marks - Vim Tips Wiki | Description | http://vim.wikia.com/wiki/Using_marks?oldid=37028 | 19/1438042985140.15_20150728002305-00096-ip-10-236-191-2_264379449_0.json |
9864141a_Using_marks___Vim_Tips_Wiki__Description | [Command] c'a [Description] | change text from current line to line of mark a | [] | Using marks - Vim Tips Wiki | Description | http://vim.wikia.com/wiki/Using_marks?oldid=37028 | 19/1438042985140.15_20150728002305-00096-ip-10-236-191-2_264379449_0.json |
9864141a_Using_marks___Vim_Tips_Wiki__Description | [Command] y`a [Description] | yank text to unnamed buffer from cursor to position of mark a | [] | Using marks - Vim Tips Wiki | Description | http://vim.wikia.com/wiki/Using_marks?oldid=37028 | 19/1438042985140.15_20150728002305-00096-ip-10-236-191-2_264379449_0.json |
9864141a_Using_marks___Vim_Tips_Wiki__Description | [Command] :marks [Description] | list all the current marks | [] | Using marks - Vim Tips Wiki | Description | http://vim.wikia.com/wiki/Using_marks?oldid=37028 | 19/1438042985140.15_20150728002305-00096-ip-10-236-191-2_264379449_0.json |
9864141a_Using_marks___Vim_Tips_Wiki__Description | [Command] :marks aB [Description] | list marks a, B | [] | Using marks - Vim Tips Wiki | Description | http://vim.wikia.com/wiki/Using_marks?oldid=37028 | 19/1438042985140.15_20150728002305-00096-ip-10-236-191-2_264379449_0.json |
efef8e9a_Resolution_12_of_the_11th_CGPM__0 | [1] metre [2] m [0] | length | [
[
"l",
"e",
"n",
"g",
"t",
"h"
],
[
"m",
"a",
"s",
"s"
],
[
"t",
"i",
"m",
"e"
],
[
"e",
"l",
"e",
"c",
"t",
"r",
"i",
"c",
" ",
"c",
"u",
"r",
"r",
"e",
"n",
"t"
],
[
"t",
"h",
"e",
"r",
"m",
"o",
"d",
"y",
"n",
"a",
"m",
"i",
"c",
" ",
"t",
"e",
"m",
"p",
"e",
"r",
"a",
"t",
"u",
"r",
"e"
],
[
"l",
"u",
"m",
"i",
"n",
"o",
"u",
"s",
" ",
"i",
"n",
"t",
"e",
"n",
"s",
"i",
"t",
"y"
]
] | BIPM - Resolution 12 of the 11th CGPM | 0 | http://www.bipm.org/jsp/en/ViewCGPMResolution.jsp?CGPM=11&RES=12 | 19/1438044160065.87_20150728004240-00285-ip-10-236-191-2_327589844_11.json |
efef8e9a_Resolution_12_of_the_11th_CGPM__0 | [1] kilogram [2] kg [0] | mass | [
[
"l",
"e",
"n",
"g",
"t",
"h"
],
[
"m",
"a",
"s",
"s"
],
[
"t",
"i",
"m",
"e"
],
[
"e",
"l",
"e",
"c",
"t",
"r",
"i",
"c",
" ",
"c",
"u",
"r",
"r",
"e",
"n",
"t"
],
[
"t",
"h",
"e",
"r",
"m",
"o",
"d",
"y",
"n",
"a",
"m",
"i",
"c",
" ",
"t",
"e",
"m",
"p",
"e",
"r",
"a",
"t",
"u",
"r",
"e"
],
[
"l",
"u",
"m",
"i",
"n",
"o",
"u",
"s",
" ",
"i",
"n",
"t",
"e",
"n",
"s",
"i",
"t",
"y"
]
] | BIPM - Resolution 12 of the 11th CGPM | 0 | http://www.bipm.org/jsp/en/ViewCGPMResolution.jsp?CGPM=11&RES=12 | 19/1438044160065.87_20150728004240-00285-ip-10-236-191-2_327589844_11.json |
efef8e9a_Resolution_12_of_the_11th_CGPM__0 | [1] second [2] s [0] | time | [
[
"l",
"e",
"n",
"g",
"t",
"h"
],
[
"m",
"a",
"s",
"s"
],
[
"t",
"i",
"m",
"e"
],
[
"e",
"l",
"e",
"c",
"t",
"r",
"i",
"c",
" ",
"c",
"u",
"r",
"r",
"e",
"n",
"t"
],
[
"t",
"h",
"e",
"r",
"m",
"o",
"d",
"y",
"n",
"a",
"m",
"i",
"c",
" ",
"t",
"e",
"m",
"p",
"e",
"r",
"a",
"t",
"u",
"r",
"e"
],
[
"l",
"u",
"m",
"i",
"n",
"o",
"u",
"s",
" ",
"i",
"n",
"t",
"e",
"n",
"s",
"i",
"t",
"y"
]
] | BIPM - Resolution 12 of the 11th CGPM | 0 | http://www.bipm.org/jsp/en/ViewCGPMResolution.jsp?CGPM=11&RES=12 | 19/1438044160065.87_20150728004240-00285-ip-10-236-191-2_327589844_11.json |
efef8e9a_Resolution_12_of_the_11th_CGPM__0 | [1] ampere [2] A [0] | electric current | [
[
"l",
"e",
"n",
"g",
"t",
"h"
],
[
"m",
"a",
"s",
"s"
],
[
"t",
"i",
"m",
"e"
],
[
"e",
"l",
"e",
"c",
"t",
"r",
"i",
"c",
" ",
"c",
"u",
"r",
"r",
"e",
"n",
"t"
],
[
"t",
"h",
"e",
"r",
"m",
"o",
"d",
"y",
"n",
"a",
"m",
"i",
"c",
" ",
"t",
"e",
"m",
"p",
"e",
"r",
"a",
"t",
"u",
"r",
"e"
],
[
"l",
"u",
"m",
"i",
"n",
"o",
"u",
"s",
" ",
"i",
"n",
"t",
"e",
"n",
"s",
"i",
"t",
"y"
]
] | BIPM - Resolution 12 of the 11th CGPM | 0 | http://www.bipm.org/jsp/en/ViewCGPMResolution.jsp?CGPM=11&RES=12 | 19/1438044160065.87_20150728004240-00285-ip-10-236-191-2_327589844_11.json |
efef8e9a_Resolution_12_of_the_11th_CGPM__0 | [1] degree Kelvin [2] �K [0] | thermodynamic temperature | [
[
"l",
"e",
"n",
"g",
"t",
"h"
],
[
"m",
"a",
"s",
"s"
],
[
"t",
"i",
"m",
"e"
],
[
"e",
"l",
"e",
"c",
"t",
"r",
"i",
"c",
" ",
"c",
"u",
"r",
"r",
"e",
"n",
"t"
],
[
"t",
"h",
"e",
"r",
"m",
"o",
"d",
"y",
"n",
"a",
"m",
"i",
"c",
" ",
"t",
"e",
"m",
"p",
"e",
"r",
"a",
"t",
"u",
"r",
"e"
],
[
"l",
"u",
"m",
"i",
"n",
"o",
"u",
"s",
" ",
"i",
"n",
"t",
"e",
"n",
"s",
"i",
"t",
"y"
]
] | BIPM - Resolution 12 of the 11th CGPM | 0 | http://www.bipm.org/jsp/en/ViewCGPMResolution.jsp?CGPM=11&RES=12 | 19/1438044160065.87_20150728004240-00285-ip-10-236-191-2_327589844_11.json |
efef8e9a_Resolution_12_of_the_11th_CGPM__0 | [1] candela [2] cd [0] | luminous intensity | [
[
"l",
"e",
"n",
"g",
"t",
"h"
],
[
"m",
"a",
"s",
"s"
],
[
"t",
"i",
"m",
"e"
],
[
"e",
"l",
"e",
"c",
"t",
"r",
"i",
"c",
" ",
"c",
"u",
"r",
"r",
"e",
"n",
"t"
],
[
"t",
"h",
"e",
"r",
"m",
"o",
"d",
"y",
"n",
"a",
"m",
"i",
"c",
" ",
"t",
"e",
"m",
"p",
"e",
"r",
"a",
"t",
"u",
"r",
"e"
],
[
"l",
"u",
"m",
"i",
"n",
"o",
"u",
"s",
" ",
"i",
"n",
"t",
"e",
"n",
"s",
"i",
"t",
"y"
]
] | BIPM - Resolution 12 of the 11th CGPM | 0 | http://www.bipm.org/jsp/en/ViewCGPMResolution.jsp?CGPM=11&RES=12 | 19/1438044160065.87_20150728004240-00285-ip-10-236-191-2_327589844_11.json |
61f1fee7__and_Intensive_English_Program__CIEP_STAFF_HANDBOOK | [0] Appendix [CIEP STAFF HANDBOOK] | Description/subject | [] | Staff Handbook | Culture and Intensive English Program | CIEP STAFF HANDBOOK | http://www.uni.edu/ciep/staff/handbook | 19/1438042985140.15_20150728002305-00337-ip-10-236-191-2_822324286_0.json |
61f1fee7__and_Intensive_English_Program__CIEP_STAFF_HANDBOOK | [0] A-1 [CIEP STAFF HANDBOOK] | International Student Health Insurance Waiver | [] | Staff Handbook | Culture and Intensive English Program | CIEP STAFF HANDBOOK | http://www.uni.edu/ciep/staff/handbook | 19/1438042985140.15_20150728002305-00337-ip-10-236-191-2_822324286_0.json |
61f1fee7__and_Intensive_English_Program__CIEP_STAFF_HANDBOOK | [0] A-2 [CIEP STAFF HANDBOOK] | Requests & Concerns Form | [] | Staff Handbook | Culture and Intensive English Program | CIEP STAFF HANDBOOK | http://www.uni.edu/ciep/staff/handbook | 19/1438042985140.15_20150728002305-00337-ip-10-236-191-2_822324286_0.json |
61f1fee7__and_Intensive_English_Program__CIEP_STAFF_HANDBOOK | [0] A-3 [CIEP STAFF HANDBOOK] | Student Grievance Form | [] | Staff Handbook | Culture and Intensive English Program | CIEP STAFF HANDBOOK | http://www.uni.edu/ciep/staff/handbook | 19/1438042985140.15_20150728002305-00337-ip-10-236-191-2_822324286_0.json |
61f1fee7__and_Intensive_English_Program__CIEP_STAFF_HANDBOOK | [0] A-4 [CIEP STAFF HANDBOOK] | Student Counseling Form | [] | Staff Handbook | Culture and Intensive English Program | CIEP STAFF HANDBOOK | http://www.uni.edu/ciep/staff/handbook | 19/1438042985140.15_20150728002305-00337-ip-10-236-191-2_822324286_0.json |
61f1fee7__and_Intensive_English_Program__CIEP_STAFF_HANDBOOK | [0] B-1 [CIEP STAFF HANDBOOK] | Academic Support Coordinator Job Description | [] | Staff Handbook | Culture and Intensive English Program | CIEP STAFF HANDBOOK | http://www.uni.edu/ciep/staff/handbook | 19/1438042985140.15_20150728002305-00337-ip-10-236-191-2_822324286_0.json |
61f1fee7__and_Intensive_English_Program__CIEP_STAFF_HANDBOOK | [0] B-2 [CIEP STAFF HANDBOOK] | Academic Support Specialist Job Description | [] | Staff Handbook | Culture and Intensive English Program | CIEP STAFF HANDBOOK | http://www.uni.edu/ciep/staff/handbook | 19/1438042985140.15_20150728002305-00337-ip-10-236-191-2_822324286_0.json |
61f1fee7__and_Intensive_English_Program__CIEP_STAFF_HANDBOOK | [0] B-3 [CIEP STAFF HANDBOOK] | Academic Support Assistant Job Description | [] | Staff Handbook | Culture and Intensive English Program | CIEP STAFF HANDBOOK | http://www.uni.edu/ciep/staff/handbook | 19/1438042985140.15_20150728002305-00337-ip-10-236-191-2_822324286_0.json |
61f1fee7__and_Intensive_English_Program__CIEP_STAFF_HANDBOOK | [0] B-4 [CIEP STAFF HANDBOOK] | Program Assistant Job Description | [] | Staff Handbook | Culture and Intensive English Program | CIEP STAFF HANDBOOK | http://www.uni.edu/ciep/staff/handbook | 19/1438042985140.15_20150728002305-00337-ip-10-236-191-2_822324286_0.json |
61f1fee7__and_Intensive_English_Program__CIEP_STAFF_HANDBOOK | [0] B-5 [CIEP STAFF HANDBOOK] | Director Job Description | [] | Staff Handbook | Culture and Intensive English Program | CIEP STAFF HANDBOOK | http://www.uni.edu/ciep/staff/handbook | 19/1438042985140.15_20150728002305-00337-ip-10-236-191-2_822324286_0.json |
61f1fee7__and_Intensive_English_Program__CIEP_STAFF_HANDBOOK | [0] B-6 [CIEP STAFF HANDBOOK] | Program Coordinator Job Description | [] | Staff Handbook | Culture and Intensive English Program | CIEP STAFF HANDBOOK | http://www.uni.edu/ciep/staff/handbook | 19/1438042985140.15_20150728002305-00337-ip-10-236-191-2_822324286_0.json |
61f1fee7__and_Intensive_English_Program__CIEP_STAFF_HANDBOOK | [0] B-7 [CIEP STAFF HANDBOOK] | Promotions & Admissions Specialist Job Description | [] | Staff Handbook | Culture and Intensive English Program | CIEP STAFF HANDBOOK | http://www.uni.edu/ciep/staff/handbook | 19/1438042985140.15_20150728002305-00337-ip-10-236-191-2_822324286_0.json |
61f1fee7__and_Intensive_English_Program__CIEP_STAFF_HANDBOOK | [0] B-8 [CIEP STAFF HANDBOOK] | Student Services Coordinator Job Description | [] | Staff Handbook | Culture and Intensive English Program | CIEP STAFF HANDBOOK | http://www.uni.edu/ciep/staff/handbook | 19/1438042985140.15_20150728002305-00337-ip-10-236-191-2_822324286_0.json |
61f1fee7__and_Intensive_English_Program__CIEP_STAFF_HANDBOOK | [0] B-9 [CIEP STAFF HANDBOOK] | HR & Administrative Assistant Job Description | [] | Staff Handbook | Culture and Intensive English Program | CIEP STAFF HANDBOOK | http://www.uni.edu/ciep/staff/handbook | 19/1438042985140.15_20150728002305-00337-ip-10-236-191-2_822324286_0.json |
61f1fee7__and_Intensive_English_Program__CIEP_STAFF_HANDBOOK | [0] B-10 [CIEP STAFF HANDBOOK] | Self-Appraisal Form | [] | Staff Handbook | Culture and Intensive English Program | CIEP STAFF HANDBOOK | http://www.uni.edu/ciep/staff/handbook | 19/1438042985140.15_20150728002305-00337-ip-10-236-191-2_822324286_0.json |
61f1fee7__and_Intensive_English_Program__CIEP_STAFF_HANDBOOK | [0] B-11 [CIEP STAFF HANDBOOK] | P&S Performance Appraisal | [] | Staff Handbook | Culture and Intensive English Program | CIEP STAFF HANDBOOK | http://www.uni.edu/ciep/staff/handbook | 19/1438042985140.15_20150728002305-00337-ip-10-236-191-2_822324286_0.json |
61f1fee7__and_Intensive_English_Program__CIEP_STAFF_HANDBOOK | [0] B-12 [CIEP STAFF HANDBOOK] | Letter of Intention for Class Observation | [] | Staff Handbook | Culture and Intensive English Program | CIEP STAFF HANDBOOK | http://www.uni.edu/ciep/staff/handbook | 19/1438042985140.15_20150728002305-00337-ip-10-236-191-2_822324286_0.json |
61f1fee7__and_Intensive_English_Program__CIEP_STAFF_HANDBOOK | [0] B-13 [CIEP STAFF HANDBOOK] | Background Information for Observation | [] | Staff Handbook | Culture and Intensive English Program | CIEP STAFF HANDBOOK | http://www.uni.edu/ciep/staff/handbook | 19/1438042985140.15_20150728002305-00337-ip-10-236-191-2_822324286_0.json |
61f1fee7__and_Intensive_English_Program__CIEP_STAFF_HANDBOOK | [0] B-14 [CIEP STAFF HANDBOOK] | Suggestions for Presenting Useful Feedback after In-class observations | [] | Staff Handbook | Culture and Intensive English Program | CIEP STAFF HANDBOOK | http://www.uni.edu/ciep/staff/handbook | 19/1438042985140.15_20150728002305-00337-ip-10-236-191-2_822324286_0.json |
61f1fee7__and_Intensive_English_Program__CIEP_STAFF_HANDBOOK | [0] B-15 [CIEP STAFF HANDBOOK] | Teacher Observation Form | [] | Staff Handbook | Culture and Intensive English Program | CIEP STAFF HANDBOOK | http://www.uni.edu/ciep/staff/handbook | 19/1438042985140.15_20150728002305-00337-ip-10-236-191-2_822324286_0.json |
61f1fee7__and_Intensive_English_Program__CIEP_STAFF_HANDBOOK | [0] B-16 [CIEP STAFF HANDBOOK] | Post Observation Teacher Followup Plan | [] | Staff Handbook | Culture and Intensive English Program | CIEP STAFF HANDBOOK | http://www.uni.edu/ciep/staff/handbook | 19/1438042985140.15_20150728002305-00337-ip-10-236-191-2_822324286_0.json |
61f1fee7__and_Intensive_English_Program__CIEP_STAFF_HANDBOOK | [0] B-17 [CIEP STAFF HANDBOOK] | Instructor-Class Evaluation Form | [] | Staff Handbook | Culture and Intensive English Program | CIEP STAFF HANDBOOK | http://www.uni.edu/ciep/staff/handbook | 19/1438042985140.15_20150728002305-00337-ip-10-236-191-2_822324286_0.json |
61f1fee7__and_Intensive_English_Program__CIEP_STAFF_HANDBOOK | [0] B-18 [CIEP STAFF HANDBOOK] | Instructor-Class Evaluation Tally Sheet | [] | Staff Handbook | Culture and Intensive English Program | CIEP STAFF HANDBOOK | http://www.uni.edu/ciep/staff/handbook | 19/1438042985140.15_20150728002305-00337-ip-10-236-191-2_822324286_0.json |
61f1fee7__and_Intensive_English_Program__CIEP_STAFF_HANDBOOK | [0] B-19 [CIEP STAFF HANDBOOK] | CIEP Self Appraisal QUestionnaire for Teaching Staff | [] | Staff Handbook | Culture and Intensive English Program | CIEP STAFF HANDBOOK | http://www.uni.edu/ciep/staff/handbook | 19/1438042985140.15_20150728002305-00337-ip-10-236-191-2_822324286_0.json |
61f1fee7__and_Intensive_English_Program__CIEP_STAFF_HANDBOOK | [0] B-20 [CIEP STAFF HANDBOOK] | Teacher Feedback Form | [] | Staff Handbook | Culture and Intensive English Program | CIEP STAFF HANDBOOK | http://www.uni.edu/ciep/staff/handbook | 19/1438042985140.15_20150728002305-00337-ip-10-236-191-2_822324286_0.json |
61f1fee7__and_Intensive_English_Program__CIEP_STAFF_HANDBOOK | [0] B-21 [CIEP STAFF HANDBOOK] | Vacation Request-Sick Leave Report | [] | Staff Handbook | Culture and Intensive English Program | CIEP STAFF HANDBOOK | http://www.uni.edu/ciep/staff/handbook | 19/1438042985140.15_20150728002305-00337-ip-10-236-191-2_822324286_0.json |
61f1fee7__and_Intensive_English_Program__CIEP_STAFF_HANDBOOK | [0] B-22 [CIEP STAFF HANDBOOK] | Secretary Job Description | [] | Staff Handbook | Culture and Intensive English Program | CIEP STAFF HANDBOOK | http://www.uni.edu/ciep/staff/handbook | 19/1438042985140.15_20150728002305-00337-ip-10-236-191-2_822324286_0.json |
61f1fee7__and_Intensive_English_Program__CIEP_STAFF_HANDBOOK | [0] B-23 [CIEP STAFF HANDBOOK] | Merit Two-week Discussion Guide | [] | Staff Handbook | Culture and Intensive English Program | CIEP STAFF HANDBOOK | http://www.uni.edu/ciep/staff/handbook | 19/1438042985140.15_20150728002305-00337-ip-10-236-191-2_822324286_0.json |
61f1fee7__and_Intensive_English_Program__CIEP_STAFF_HANDBOOK | [0] B-24 [CIEP STAFF HANDBOOK] | Merit Three Month Evaluation | [] | Staff Handbook | Culture and Intensive English Program | CIEP STAFF HANDBOOK | http://www.uni.edu/ciep/staff/handbook | 19/1438042985140.15_20150728002305-00337-ip-10-236-191-2_822324286_0.json |
61f1fee7__and_Intensive_English_Program__CIEP_STAFF_HANDBOOK | [0] B-25 [CIEP STAFF HANDBOOK] | Merit Six Month Evaluation | [] | Staff Handbook | Culture and Intensive English Program | CIEP STAFF HANDBOOK | http://www.uni.edu/ciep/staff/handbook | 19/1438042985140.15_20150728002305-00337-ip-10-236-191-2_822324286_0.json |
61f1fee7__and_Intensive_English_Program__CIEP_STAFF_HANDBOOK | [0] B-26 [CIEP STAFF HANDBOOK] | Merit Annual Performance Appraisal | [] | Staff Handbook | Culture and Intensive English Program | CIEP STAFF HANDBOOK | http://www.uni.edu/ciep/staff/handbook | 19/1438042985140.15_20150728002305-00337-ip-10-236-191-2_822324286_0.json |
61f1fee7__and_Intensive_English_Program__CIEP_STAFF_HANDBOOK | [0] B-27 [CIEP STAFF HANDBOOK] | New Employee Checklist | [] | Staff Handbook | Culture and Intensive English Program | CIEP STAFF HANDBOOK | http://www.uni.edu/ciep/staff/handbook | 19/1438042985140.15_20150728002305-00337-ip-10-236-191-2_822324286_0.json |
61f1fee7__and_Intensive_English_Program__CIEP_STAFF_HANDBOOK | [0] B-28 [CIEP STAFF HANDBOOK] | Supervisor Checklist | [] | Staff Handbook | Culture and Intensive English Program | CIEP STAFF HANDBOOK | http://www.uni.edu/ciep/staff/handbook | 19/1438042985140.15_20150728002305-00337-ip-10-236-191-2_822324286_0.json |
61f1fee7__and_Intensive_English_Program__CIEP_STAFF_HANDBOOK | [0] B-29 [CIEP STAFF HANDBOOK] | Emergency Procedures Reference Guide | [] | Staff Handbook | Culture and Intensive English Program | CIEP STAFF HANDBOOK | http://www.uni.edu/ciep/staff/handbook | 19/1438042985140.15_20150728002305-00337-ip-10-236-191-2_822324286_0.json |
61f1fee7__and_Intensive_English_Program__CIEP_STAFF_HANDBOOK | [0] B-30 [CIEP STAFF HANDBOOK] | P&S Grievance Form | [] | Staff Handbook | Culture and Intensive English Program | CIEP STAFF HANDBOOK | http://www.uni.edu/ciep/staff/handbook | 19/1438042985140.15_20150728002305-00337-ip-10-236-191-2_822324286_0.json |
61f1fee7__and_Intensive_English_Program__CIEP_STAFF_HANDBOOK | [0] B-31 [CIEP STAFF HANDBOOK] | Merit Grievance Form | [] | Staff Handbook | Culture and Intensive English Program | CIEP STAFF HANDBOOK | http://www.uni.edu/ciep/staff/handbook | 19/1438042985140.15_20150728002305-00337-ip-10-236-191-2_822324286_0.json |
61f1fee7__and_Intensive_English_Program__CIEP_STAFF_HANDBOOK | [0] B-32 [CIEP STAFF HANDBOOK] | Checklist for Employees Leaving UNI | [] | Staff Handbook | Culture and Intensive English Program | CIEP STAFF HANDBOOK | http://www.uni.edu/ciep/staff/handbook | 19/1438042985140.15_20150728002305-00337-ip-10-236-191-2_822324286_0.json |
61f1fee7__and_Intensive_English_Program__CIEP_STAFF_HANDBOOK | [0] B-33 [CIEP STAFF HANDBOOK] | CIEP Student Employee Performance Appraisal | [] | Staff Handbook | Culture and Intensive English Program | CIEP STAFF HANDBOOK | http://www.uni.edu/ciep/staff/handbook | 19/1438042985140.15_20150728002305-00337-ip-10-236-191-2_822324286_0.json |
61f1fee7__and_Intensive_English_Program__CIEP_STAFF_HANDBOOK | [0] B-34 [CIEP STAFF HANDBOOK] | CIEP Student Employee Code of Conduct | [] | Staff Handbook | Culture and Intensive English Program | CIEP STAFF HANDBOOK | http://www.uni.edu/ciep/staff/handbook | 19/1438042985140.15_20150728002305-00337-ip-10-236-191-2_822324286_0.json |
61f1fee7__and_Intensive_English_Program__CIEP_STAFF_HANDBOOK | [0] B-35 [CIEP STAFF HANDBOOK] | CIEP Student Employee Self Appraisal | [] | Staff Handbook | Culture and Intensive English Program | CIEP STAFF HANDBOOK | http://www.uni.edu/ciep/staff/handbook | 19/1438042985140.15_20150728002305-00337-ip-10-236-191-2_822324286_0.json |
61f1fee7__and_Intensive_English_Program__CIEP_STAFF_HANDBOOK | [0] B-36 [CIEP STAFF HANDBOOK] | CIEP Travel Guidelines Checklist | [] | Staff Handbook | Culture and Intensive English Program | CIEP STAFF HANDBOOK | http://www.uni.edu/ciep/staff/handbook | 19/1438042985140.15_20150728002305-00337-ip-10-236-191-2_822324286_0.json |
61f1fee7__and_Intensive_English_Program__CIEP_STAFF_HANDBOOK | [0] B-37 [CIEP STAFF HANDBOOK] | Travel Authorization Form | [] | Staff Handbook | Culture and Intensive English Program | CIEP STAFF HANDBOOK | http://www.uni.edu/ciep/staff/handbook | 19/1438042985140.15_20150728002305-00337-ip-10-236-191-2_822324286_0.json |
61f1fee7__and_Intensive_English_Program__CIEP_STAFF_HANDBOOK | [0] C-1 [CIEP STAFF HANDBOOK] | CIEP Floor Plan | [] | Staff Handbook | Culture and Intensive English Program | CIEP STAFF HANDBOOK | http://www.uni.edu/ciep/staff/handbook | 19/1438042985140.15_20150728002305-00337-ip-10-236-191-2_822324286_0.json |
61f1fee7__and_Intensive_English_Program__CIEP_STAFF_HANDBOOK | [0] C-2 [CIEP STAFF HANDBOOK] | UNI Instructional Computer Labs | [] | Staff Handbook | Culture and Intensive English Program | CIEP STAFF HANDBOOK | http://www.uni.edu/ciep/staff/handbook | 19/1438042985140.15_20150728002305-00337-ip-10-236-191-2_822324286_0.json |
61f1fee7__and_Intensive_English_Program__CIEP_STAFF_HANDBOOK | [0] D-1 [CIEP STAFF HANDBOOK] | TESOL Observation Sign up Sheet | [] | Staff Handbook | Culture and Intensive English Program | CIEP STAFF HANDBOOK | http://www.uni.edu/ciep/staff/handbook | 19/1438042985140.15_20150728002305-00337-ip-10-236-191-2_822324286_0.json |
61f1fee7__and_Intensive_English_Program__CIEP_STAFF_HANDBOOK | [0] E-1 [CIEP STAFF HANDBOOK] | Practicum Student Evaluation | [] | Staff Handbook | Culture and Intensive English Program | CIEP STAFF HANDBOOK | http://www.uni.edu/ciep/staff/handbook | 19/1438042985140.15_20150728002305-00337-ip-10-236-191-2_822324286_0.json |
61f1fee7__and_Intensive_English_Program__CIEP_STAFF_HANDBOOK | [0] E-2 [CIEP STAFF HANDBOOK] | CIEP Proficiency Scale & Descriptors | [] | Staff Handbook | Culture and Intensive English Program | CIEP STAFF HANDBOOK | http://www.uni.edu/ciep/staff/handbook | 19/1438042985140.15_20150728002305-00337-ip-10-236-191-2_822324286_0.json |
d0cc00b0__AppID__45100___Steam_Database__Display_name_and_description | [API name] CONTEST_WINNER_1 [Display name and description] | Contest Winner I. Your horse won all the first level cups, and became a first class race horse! | [] | Secret of the Magic Crystal · AppID: 45100 · Steam Database | Display name and description | https://steamdb.info/app/45100/ | 19/1438042985140.15_20150728002305-00155-ip-10-236-191-2_893293647_3.json |
d0cc00b0__AppID__45100___Steam_Database__Display_name_and_description | [API name] END_GAME [Display name and description] | End Game By the power of the Magic Crystals I was able to bring this Story to a Happy Ending! | [] | Secret of the Magic Crystal · AppID: 45100 · Steam Database | Display name and description | https://steamdb.info/app/45100/ | 19/1438042985140.15_20150728002305-00155-ip-10-236-191-2_893293647_3.json |
d0cc00b0__AppID__45100___Steam_Database__Display_name_and_description | [API name] GRATITUDE_1 [Display name and description] | Gratitude People you've helped collected 500 gold for you to show their gratitude. | [] | Secret of the Magic Crystal · AppID: 45100 · Steam Database | Display name and description | https://steamdb.info/app/45100/ | 19/1438042985140.15_20150728002305-00155-ip-10-236-191-2_893293647_3.json |
d0cc00b0__AppID__45100___Steam_Database__Display_name_and_description | [API name] MAGIC_CRYSTAL [Display name and description] | Magic Crystal Finally I have found one of the Magic Crystals! Let's go look for some more! | [] | Secret of the Magic Crystal · AppID: 45100 · Steam Database | Display name and description | https://steamdb.info/app/45100/ | 19/1438042985140.15_20150728002305-00155-ip-10-236-191-2_893293647_3.json |
d0cc00b0__AppID__45100___Steam_Database__Display_name_and_description | [API name] UNIQUE_HORSE [Display name and description] | Unique Horse I have bred a 5th Level Unique Horse on my Farm! Now it's time to search for the Magic Crystals. | [] | Secret of the Magic Crystal · AppID: 45100 · Steam Database | Display name and description | https://steamdb.info/app/45100/ | 19/1438042985140.15_20150728002305-00155-ip-10-236-191-2_893293647_3.json |
d0cc00b0__AppID__45100___Steam_Database__Display_name_and_description | [API name] CONTEST_WINNER_2 [Display name and description] | Contest Winner II. Your horse won all the second level cups, and became a first class race horse! | [] | Secret of the Magic Crystal · AppID: 45100 · Steam Database | Display name and description | https://steamdb.info/app/45100/ | 19/1438042985140.15_20150728002305-00155-ip-10-236-191-2_893293647_3.json |
d0cc00b0__AppID__45100___Steam_Database__Display_name_and_description | [API name] CONTEST_WINNER_3 [Display name and description] | Contest Winner III. Your horse won all the third level cups, and became a first class race horse! | [] | Secret of the Magic Crystal · AppID: 45100 · Steam Database | Display name and description | https://steamdb.info/app/45100/ | 19/1438042985140.15_20150728002305-00155-ip-10-236-191-2_893293647_3.json |
d0cc00b0__AppID__45100___Steam_Database__Display_name_and_description | [API name] CONTEST_WINNER_4 [Display name and description] | Contest Winner IV. Your horse won all the fourth level cups, and became a first class race horse! | [] | Secret of the Magic Crystal · AppID: 45100 · Steam Database | Display name and description | https://steamdb.info/app/45100/ | 19/1438042985140.15_20150728002305-00155-ip-10-236-191-2_893293647_3.json |
d0cc00b0__AppID__45100___Steam_Database__Display_name_and_description | [API name] CONTEST_WINNER_5 [Display name and description] | Contest Winner V. Your horse won all the fifth level cups, and became a first class race horse! | [] | Secret of the Magic Crystal · AppID: 45100 · Steam Database | Display name and description | https://steamdb.info/app/45100/ | 19/1438042985140.15_20150728002305-00155-ip-10-236-191-2_893293647_3.json |
d0cc00b0__AppID__45100___Steam_Database__Display_name_and_description | [API name] GRATITUDE_2 [Display name and description] | Gratitude People you've helped collected 2000 gold for you to show their gratitude. | [] | Secret of the Magic Crystal · AppID: 45100 · Steam Database | Display name and description | https://steamdb.info/app/45100/ | 19/1438042985140.15_20150728002305-00155-ip-10-236-191-2_893293647_3.json |
d0cc00b0__AppID__45100___Steam_Database__Display_name_and_description | [API name] GRATITUDE_3 [Display name and description] | Gratitude People you've helped collected 5000 gold for you to show their gratitude. | [] | Secret of the Magic Crystal · AppID: 45100 · Steam Database | Display name and description | https://steamdb.info/app/45100/ | 19/1438042985140.15_20150728002305-00155-ip-10-236-191-2_893293647_3.json |
d0cc00b0__AppID__45100___Steam_Database__Display_name_and_description | [API name] GRATITUDE_4 [Display name and description] | Gratitude People you've helped collected 10000 gold for you to show their gratitude. | [] | Secret of the Magic Crystal · AppID: 45100 · Steam Database | Display name and description | https://steamdb.info/app/45100/ | 19/1438042985140.15_20150728002305-00155-ip-10-236-191-2_893293647_3.json |
d0cc00b0__AppID__45100___Steam_Database__Display_name_and_description | [API name] GRATITUDE_5 [Display name and description] | Gratitude People you've helped collected 20000 gold for you to show their gratitude. | [] | Secret of the Magic Crystal · AppID: 45100 · Steam Database | Display name and description | https://steamdb.info/app/45100/ | 19/1438042985140.15_20150728002305-00155-ip-10-236-191-2_893293647_3.json |
d0cc00b0__AppID__45100___Steam_Database__Display_name_and_description | [API name] THROW_BUCKET [Display name and description] | Throw down the bucket You have successfully slowed down 20 of your competitors using the Bucket power-up | [] | Secret of the Magic Crystal · AppID: 45100 · Steam Database | Display name and description | https://steamdb.info/app/45100/ | 19/1438042985140.15_20150728002305-00155-ip-10-236-191-2_893293647_3.json |
d0cc00b0__AppID__45100___Steam_Database__Display_name_and_description | [API name] BURNING_HORSESHOE [Display name and description] | Burning Horseshoe You have succesfully overtaken 25 competitors in a multiplayer race, using the Burning Horseshoe | [] | Secret of the Magic Crystal · AppID: 45100 · Steam Database | Display name and description | https://steamdb.info/app/45100/ | 19/1438042985140.15_20150728002305-00155-ip-10-236-191-2_893293647_3.json |
d0cc00b0__AppID__45100___Steam_Database__Display_name_and_description | [API name] PEGASUS_WINGS [Display name and description] | Pegasus Wings You have succesfully overtaken 40 competitors in a multiplayer race, using the Pegasus Wings | [] | Secret of the Magic Crystal · AppID: 45100 · Steam Database | Display name and description | https://steamdb.info/app/45100/ | 19/1438042985140.15_20150728002305-00155-ip-10-236-191-2_893293647_3.json |
d0cc00b0__AppID__45100___Steam_Database__Display_name_and_description | [API name] MAGIC_CRYSTALS [Display name and description] | Magic Crystals You have succesfully overtaken 3 competitors in a multiplayer race, using the Magic Crystals | [] | Secret of the Magic Crystal · AppID: 45100 · Steam Database | Display name and description | https://steamdb.info/app/45100/ | 19/1438042985140.15_20150728002305-00155-ip-10-236-191-2_893293647_3.json |
d0cc00b0__AppID__45100___Steam_Database__Display_name_and_description | [API name] RACER [Display name and description] | Racer You have completed a multiplayer race on all three routes | [] | Secret of the Magic Crystal · AppID: 45100 · Steam Database | Display name and description | https://steamdb.info/app/45100/ | 19/1438042985140.15_20150728002305-00155-ip-10-236-191-2_893293647_3.json |
d0cc00b0__AppID__45100___Steam_Database__Display_name_and_description | [API name] STAR [Display name and description] | Star You have taken three victories in a multiplayer race | [] | Secret of the Magic Crystal · AppID: 45100 · Steam Database | Display name and description | https://steamdb.info/app/45100/ | 19/1438042985140.15_20150728002305-00155-ip-10-236-191-2_893293647_3.json |
d0cc00b0__AppID__45100___Steam_Database__Display_name_and_description | [API name] STAR_SEASIDE [Display name and description] | Star of the Seaside Circle You have taken three victories in a multiplayer race on Seaside Circle | [] | Secret of the Magic Crystal · AppID: 45100 · Steam Database | Display name and description | https://steamdb.info/app/45100/ | 19/1438042985140.15_20150728002305-00155-ip-10-236-191-2_893293647_3.json |
d0cc00b0__AppID__45100___Steam_Database__Display_name_and_description | [API name] STAR_OCTET [Display name and description] | Star of the Octet Road You have taken three victories in a multiplayer race on Octet Road | [] | Secret of the Magic Crystal · AppID: 45100 · Steam Database | Display name and description | https://steamdb.info/app/45100/ | 19/1438042985140.15_20150728002305-00155-ip-10-236-191-2_893293647_3.json |
d0cc00b0__AppID__45100___Steam_Database__Display_name_and_description | [API name] STAR_CRYSTAL [Display name and description] | Star of the Crystal Mountain You have taken three victories in a multiplayer race on Crystal Mountain | [] | Secret of the Magic Crystal · AppID: 45100 · Steam Database | Display name and description | https://steamdb.info/app/45100/ | 19/1438042985140.15_20150728002305-00155-ip-10-236-191-2_893293647_3.json |
6d30f46d_ing_Point_Radio_at_WRMC_91_1FM__Song | [Time] 4:04 PM [Artist] Iron Maiden [Album] Killers [Song] | Purgatory | [] | Melting Point Radio at WRMC 91.1FM | Song | http://meltingpointradio.blogspot.com/ | 19/1438042985140.15_20150728002305-00026-ip-10-236-191-2_158827365_4.json |
6d30f46d_ing_Point_Radio_at_WRMC_91_1FM__Song | [Time] 4:09 PM [Artist] Edge of Sanity [Album] Purgatory Afterglow [Song] | Twilight | [] | Melting Point Radio at WRMC 91.1FM | Song | http://meltingpointradio.blogspot.com/ | 19/1438042985140.15_20150728002305-00026-ip-10-236-191-2_158827365_4.json |
6d30f46d_ing_Point_Radio_at_WRMC_91_1FM__Song | [Time] 4:12 PM [Artist] Pain of Salvation [Album] Entropia [Song] | Stress | [] | Melting Point Radio at WRMC 91.1FM | Song | http://meltingpointradio.blogspot.com/ | 19/1438042985140.15_20150728002305-00026-ip-10-236-191-2_158827365_4.json |
6d30f46d_ing_Point_Radio_at_WRMC_91_1FM__Song | [Time] 4:16 PM [Artist] Scar Symmetry [Album] Pitch Black Progress [Song] | Deviate From the Form | [] | Melting Point Radio at WRMC 91.1FM | Song | http://meltingpointradio.blogspot.com/ | 19/1438042985140.15_20150728002305-00026-ip-10-236-191-2_158827365_4.json |
6d30f46d_ing_Point_Radio_at_WRMC_91_1FM__Song | [Time] 4:30 PM [Artist] Textures [Album] Drawing Circles [Song] | Millstone | [] | Melting Point Radio at WRMC 91.1FM | Song | http://meltingpointradio.blogspot.com/ | 19/1438042985140.15_20150728002305-00026-ip-10-236-191-2_158827365_4.json |
6d30f46d_ing_Point_Radio_at_WRMC_91_1FM__Song | [Time] 4:31 PM [Artist] Twilightning [Album] Delirium Veil [Song] | At the Forge | [] | Melting Point Radio at WRMC 91.1FM | Song | http://meltingpointradio.blogspot.com/ | 19/1438042985140.15_20150728002305-00026-ip-10-236-191-2_158827365_4.json |
6d30f46d_ing_Point_Radio_at_WRMC_91_1FM__Song | [Time] 4:33 PM [Artist] Iced Earth [Album] Something Wicked This Way Comes [Song] | Stand Alone | [] | Melting Point Radio at WRMC 91.1FM | Song | http://meltingpointradio.blogspot.com/ | 19/1438042985140.15_20150728002305-00026-ip-10-236-191-2_158827365_4.json |
6d30f46d_ing_Point_Radio_at_WRMC_91_1FM__Song | [Time] 4:35 PM [Artist] Persefone [Album] Core [4] rotation [Song] | Train of Consequences | [] | Melting Point Radio at WRMC 91.1FM | Song | http://meltingpointradio.blogspot.com/ | 19/1438042985140.15_20150728002305-00026-ip-10-236-191-2_158827365_4.json |
6d30f46d_ing_Point_Radio_at_WRMC_91_1FM__Song | [Time] 4:37 PM [Artist] Steve Vai [Album] Sex & Religion [Song] | Down Deep Into The Pain | [] | Melting Point Radio at WRMC 91.1FM | Song | http://meltingpointradio.blogspot.com/ | 19/1438042985140.15_20150728002305-00026-ip-10-236-191-2_158827365_4.json |
6d30f46d_ing_Point_Radio_at_WRMC_91_1FM__Song | [Time] 4:46 PM [Artist] Iron Maiden [Album] A Real Dead One [4] request [Song] | Run To the Hills | [] | Melting Point Radio at WRMC 91.1FM | Song | http://meltingpointradio.blogspot.com/ | 19/1438042985140.15_20150728002305-00026-ip-10-236-191-2_158827365_4.json |
6d30f46d_ing_Point_Radio_at_WRMC_91_1FM__Song | [Time] 4:53 PM [Artist] Amon Amarth [Album] Twilight of the Thunder God [Song] | Free Will Sacrifice | [] | Melting Point Radio at WRMC 91.1FM | Song | http://meltingpointradio.blogspot.com/ | 19/1438042985140.15_20150728002305-00026-ip-10-236-191-2_158827365_4.json |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.