task
stringlengths
12
101
input
stringlengths
0
88.4k
output
stringlengths
1
139k
options
sequence
pageTitle
stringlengths
0
1.11k
outputColName
stringlengths
1
1.13k
url
stringlengths
14
440
wdcFile
stringlengths
66
76
af52a1f4____SeanDaniel_com___technology__iPad
[0] Browser [PlayBook] The PlayBook browser is pretty awesome, and does support Flash. [iPad]
Safari is pretty good, although doesn’t support Flash, and no browser on the iPad does. Not that huge of a problem, unless you’re shopping for a car.
[]
May 2012 ~ SeanDaniel.com / technology
iPad
http://sbs.seandaniel.com/2012_05_01_archive.html
39/1438042989126.22_20150728002309-00124-ip-10-236-191-2_209911965_0.json
af52a1f4____SeanDaniel_com___technology__iPad
[0] Messaging [PlayBook] BBM is obviously missing as far as I can tell. One of the reasons I wanted a Playbook was to BBM with my buddies who work at RIM and live in that area, and all still have Blackberry’s. [iPad]
iMessage is pretty slick, as it’s both on the iPhone and iPad.
[]
May 2012 ~ SeanDaniel.com / technology
iPad
http://sbs.seandaniel.com/2012_05_01_archive.html
39/1438042989126.22_20150728002309-00124-ip-10-236-191-2_209911965_0.json
7b277e6d_JDK_Locale_Enhancement_Project__Description
[Class] java.uti.Locale [Signature] public String getScript() [Description]
Returns the script code for this locale, which should either be the empty string or an ISO 15924 4-letter script code.
[]
Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project
Description
https://sites.google.com/site/openjdklocale/design-specification
39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json
7b277e6d_JDK_Locale_Enhancement_Project__Description
[Signature] public String getExtension(char key) [Description]
Returns the extension (or private use) value associated with the specified singleton key, or null if there is no extension associated with the key.
[]
Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project
Description
https://sites.google.com/site/openjdklocale/design-specification
39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json
7b277e6d_JDK_Locale_Enhancement_Project__Description
[Signature] public Set getExtensionKeys() [Description]
Returns the set of extension keys associated with this locale, or the empty set if it has no extensions.
[]
Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project
Description
https://sites.google.com/site/openjdklocale/design-specification
39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json
7b277e6d_JDK_Locale_Enhancement_Project__Description
[Signature] public String getUnicodeLocaleType(String key) [Description]
Returns the Unicode locale type associated with the specified Unicode locale key for this locale.
[]
Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project
Description
https://sites.google.com/site/openjdklocale/design-specification
39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json
7b277e6d_JDK_Locale_Enhancement_Project__Description
[Signature] public Set getUnicodeLocaleKeys() [Description]
Returns the set of keys for Unicode locale keywords defined by this locale, or null if this locale has no locale extension.
[]
Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project
Description
https://sites.google.com/site/openjdklocale/design-specification
39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json
7b277e6d_JDK_Locale_Enhancement_Project__Description
[Signature] public String toLanguageTag() [Description]
Returns a well-formed IETF BCP 47 language tag representing this locale.
[]
Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project
Description
https://sites.google.com/site/openjdklocale/design-specification
39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json
7b277e6d_JDK_Locale_Enhancement_Project__Description
[Signature] public static Locale forLanguageTag(String languageTag) [Description]
Returns a locale for the specified IETF BCP 47 language tag string.
[]
Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project
Description
https://sites.google.com/site/openjdklocale/design-specification
39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json
7b277e6d_JDK_Locale_Enhancement_Project__Description
[Signature] public String getDisplayScript() [Description]
Returns a name for the the locale's script code that is appropriate for display to the user.
[]
Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project
Description
https://sites.google.com/site/openjdklocale/design-specification
39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json
7b277e6d_JDK_Locale_Enhancement_Project__Description
[Signature] public String getDisplayScript(Locale inLocale) [Description]
Returns a name for the locale's script code that is appropriate for display to the user.
[]
Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project
Description
https://sites.google.com/site/openjdklocale/design-specification
39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json
7b277e6d_JDK_Locale_Enhancement_Project__Description
[Signature] public static final char PRIVATE_USE_EXTENSION [Description]
The key for the private use extension ('x').
[]
Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project
Description
https://sites.google.com/site/openjdklocale/design-specification
39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json
7b277e6d_JDK_Locale_Enhancement_Project__Description
[Signature] public static final char UNICODE_LOCALE_EXTENSION [Description]
The key for the LDML extension ('u').
[]
Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project
Description
https://sites.google.com/site/openjdklocale/design-specification
39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json
7b277e6d_JDK_Locale_Enhancement_Project__Description
[Class] java.util.Locale.Builder [Signature] [New Class] [Description]
Builder is used to build instances of Locale from values configured by the setter. Unlike the Locale constructors, the Builder checks if a value configured by a setter satisfies the syntactical requirements defined by the Locale class.
[]
Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project
Description
https://sites.google.com/site/openjdklocale/design-specification
39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json
7b277e6d_JDK_Locale_Enhancement_Project__Description
[Signature] public Builder() [Description]
Constructs an empty Builder. The default value of all fields, extensions, and private use information is the empty string.
[]
Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project
Description
https://sites.google.com/site/openjdklocale/design-specification
39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json
7b277e6d_JDK_Locale_Enhancement_Project__Description
[Signature] public Builder(boolean isLenientVariant) [Description]
Constructs an empty Builder with an option whether to allow setVariant to accept a value that does not conform to the IETF BCP 47 variant subtag's syntax requirements.
[]
Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project
Description
https://sites.google.com/site/openjdklocale/design-specification
39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json
7b277e6d_JDK_Locale_Enhancement_Project__Description
[Signature] public boolean isLenientVariant() [Description]
Returns true if this Builder accepts a value that does not conform to the IETF BCP 47 variant subtag's syntax requirements in setVariant.
[]
Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project
Description
https://sites.google.com/site/openjdklocale/design-specification
39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json
7b277e6d_JDK_Locale_Enhancement_Project__Description
[Signature] public Builder setLocale(Locale locale) [Description]
Resets the Builder to match the provided locale.
[]
Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project
Description
https://sites.google.com/site/openjdklocale/design-specification
39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json
7b277e6d_JDK_Locale_Enhancement_Project__Description
[Signature] public Builder setLanguageTag(String languageTag) [Description]
Resets the builder to match the provided IETF BCP 47 language tag.
[]
Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project
Description
https://sites.google.com/site/openjdklocale/design-specification
39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json
7b277e6d_JDK_Locale_Enhancement_Project__Description
[Signature] public Builder setLanguage(String language) [Description]
Sets the language.
[]
Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project
Description
https://sites.google.com/site/openjdklocale/design-specification
39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json
7b277e6d_JDK_Locale_Enhancement_Project__Description
[Signature] public Builder setScript(String script) [Description]
Sets the script.
[]
Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project
Description
https://sites.google.com/site/openjdklocale/design-specification
39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json
7b277e6d_JDK_Locale_Enhancement_Project__Description
[Signature] public Builder setRegion(String region) [Description]
Sets the region.
[]
Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project
Description
https://sites.google.com/site/openjdklocale/design-specification
39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json
7b277e6d_JDK_Locale_Enhancement_Project__Description
[Signature] public Builder setVariant(String variant) [Description]
Sets the variant.
[]
Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project
Description
https://sites.google.com/site/openjdklocale/design-specification
39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json
7b277e6d_JDK_Locale_Enhancement_Project__Description
[Signature] public Builder setExtension(char key, String value) [Description]
Sets the extension for the given key.
[]
Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project
Description
https://sites.google.com/site/openjdklocale/design-specification
39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json
7b277e6d_JDK_Locale_Enhancement_Project__Description
[Signature] public Builder setUnicodeLocaleKeyword(String key, String type) [Description]
Sets the Unicode locale keyword type for the given key.
[]
Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project
Description
https://sites.google.com/site/openjdklocale/design-specification
39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json
7b277e6d_JDK_Locale_Enhancement_Project__Description
[Signature] public Builder clear() [Description]
Resets the builder to its initial, empty state.
[]
Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project
Description
https://sites.google.com/site/openjdklocale/design-specification
39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json
7b277e6d_JDK_Locale_Enhancement_Project__Description
[Signature] public Builder clearExtensions() [Description]
Resets the extensions to their initial, default state.
[]
Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project
Description
https://sites.google.com/site/openjdklocale/design-specification
39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json
7b277e6d_JDK_Locale_Enhancement_Project__Description
[Signature] public Locale build() [Description]
Returns an instance of Locale created from the fields set on this builder.
[]
Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project
Description
https://sites.google.com/site/openjdklocale/design-specification
39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json
7b277e6d_JDK_Locale_Enhancement_Project__Description
[Class] java.util.spi.LocaleNameProvider [Signature] public abstract String getDisplayScript(String scriptCode, Locale locale) [Description]
Returns a localized name for the given IETF BCP47 script code and the given locale that is appropriate for display to the user.
[]
Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project
Description
https://sites.google.com/site/openjdklocale/design-specification
39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json
7b277e6d_JDK_Locale_Enhancement_Project__Description
[Class] java.util.IllformedLocaleException [Signature] [New Class] [Description]
Thrown by methods in java.util.Locale to indicate that a value is ill-formed.
[]
Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project
Description
https://sites.google.com/site/openjdklocale/design-specification
39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json
7b277e6d_JDK_Locale_Enhancement_Project__Description
[Signature] public IllformedLocaleException(String message) [Description]
Constructs a new IllformedLocaleException with the given message and -1 as the error index.
[]
Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project
Description
https://sites.google.com/site/openjdklocale/design-specification
39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json
7b277e6d_JDK_Locale_Enhancement_Project__Description
[Signature] public IllformedLocaleException(String message, int errorIndex) [Description]
Constructs a new IllformedLocaleException with the given message and error index.
[]
Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project
Description
https://sites.google.com/site/openjdklocale/design-specification
39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json
7b277e6d_JDK_Locale_Enhancement_Project__Description
[Signature] public int getErrorIndex() [Description]
Returns the index where the error was found, or -1 if unknown.
[]
Java Locale Enhancement Design Proposal - OpenJDK Locale Enhancement Project
Description
https://sites.google.com/site/openjdklocale/design-specification
39/1438042989126.22_20150728002309-00194-ip-10-236-191-2_903481103_14.json
865bf40b_urnal_of_Clinical_Therapeutics__Name
[#] 1 [Size] 131.62 kB [Name]
EDITORIAL Good Manufacturing Practices Should Not Be ìSkin Deepî
[]
search AMR archives - Alternative Medicine Review - A Journal of Clinical Therapeutics
Name
http://www.altmedrev.com/archives
39/1438042989126.22_20150728002309-00313-ip-10-236-191-2_289622052_17.json
865bf40b_urnal_of_Clinical_Therapeutics__Name
[#] 2 [Size] 386.1 kB [Name]
REVIEW ARTICLE Vitamin D and Fracture Reduction: An Evaluation of the Existing Research
[]
search AMR archives - Alternative Medicine Review - A Journal of Clinical Therapeutics
Name
http://www.altmedrev.com/archives
39/1438042989126.22_20150728002309-00313-ip-10-236-191-2_289622052_17.json
865bf40b_urnal_of_Clinical_Therapeutics__Name
[#] 3 [Size] 262.83 kB [Name]
REVIEW ARTICLE Potential Applications for Alternative Medicine to Treat Obesity in an Aging Population
[]
search AMR archives - Alternative Medicine Review - A Journal of Clinical Therapeutics
Name
http://www.altmedrev.com/archives
39/1438042989126.22_20150728002309-00313-ip-10-236-191-2_289622052_17.json
865bf40b_urnal_of_Clinical_Therapeutics__Name
[#] 4 [Size] 357.04 kB [Name]
ORIGINAL RESEARCH A Mixture of Extracts of Black and Green Teas and Mulberry Leaf Did Not Reduce Weight Gain in Rats Fed a High-fat Diet
[]
search AMR archives - Alternative Medicine Review - A Journal of Clinical Therapeutics
Name
http://www.altmedrev.com/archives
39/1438042989126.22_20150728002309-00313-ip-10-236-191-2_289622052_17.json
865bf40b_urnal_of_Clinical_Therapeutics__Name
[#] 5 [Size] 225.97 kB [Name]
MONOGRAPHS Citicoline
[]
search AMR archives - Alternative Medicine Review - A Journal of Clinical Therapeutics
Name
http://www.altmedrev.com/archives
39/1438042989126.22_20150728002309-00313-ip-10-236-191-2_289622052_17.json
865bf40b_urnal_of_Clinical_Therapeutics__Name
[#] 6 [Size] 174.33 kB [Name]
MONOGRAPHS Matricaria chamomilla (German chamomile)
[]
search AMR archives - Alternative Medicine Review - A Journal of Clinical Therapeutics
Name
http://www.altmedrev.com/archives
39/1438042989126.22_20150728002309-00313-ip-10-236-191-2_289622052_17.json
865bf40b_urnal_of_Clinical_Therapeutics__Name
[#] 7 [Size] 455.44 kB [Name]
REVIEW ARTICLE Use of Vitamin D in Clinical Practice
[]
search AMR archives - Alternative Medicine Review - A Journal of Clinical Therapeutics
Name
http://www.altmedrev.com/archives
39/1438042989126.22_20150728002309-00313-ip-10-236-191-2_289622052_17.json
c0aed71d_he_ESV_and_the_KJV___ESV_Bible__Psalm_23__KJV_
[Psalm 23 (ESV)] The Lord is my shepherd; I shall not want. [Psalm 23 (KJV)]
The Lord is my shepherd; I shall not want.
[]
The ESV and the KJV « ESV Bible
Psalm 23 (KJV)
http://www.esv.org/esv/history/kjv/
39/1438042989126.22_20150728002309-00178-ip-10-236-191-2_439594261_0.json
c0aed71d_he_ESV_and_the_KJV___ESV_Bible__Psalm_23__KJV_
[Psalm 23 (ESV)] He makes me lie down in green pastures. He leads me beside still waters. [Psalm 23 (KJV)]
He maketh me to lie down in green pastures: he leadeth me beside the still waters.
[]
The ESV and the KJV « ESV Bible
Psalm 23 (KJV)
http://www.esv.org/esv/history/kjv/
39/1438042989126.22_20150728002309-00178-ip-10-236-191-2_439594261_0.json
c0aed71d_he_ESV_and_the_KJV___ESV_Bible__Psalm_23__KJV_
[Psalm 23 (ESV)] He restores my soul. He leads me in paths of righteousness for his name’s sake. [Psalm 23 (KJV)]
He restoreth my soul: he leadeth me in the paths of righteousness for his name’s sake.
[]
The ESV and the KJV « ESV Bible
Psalm 23 (KJV)
http://www.esv.org/esv/history/kjv/
39/1438042989126.22_20150728002309-00178-ip-10-236-191-2_439594261_0.json
c0aed71d_he_ESV_and_the_KJV___ESV_Bible__Psalm_23__KJV_
[Psalm 23 (ESV)] Even though I walk through the valley of the shadow of death, I will fear no evil, for you are with me; your rod and your staff, they comfort me. [Psalm 23 (KJV)]
Yea, though I walk through the valley of the shadow of death, I will fear no evil: for thou art with me; thy rod and thy staff they comfort me.
[]
The ESV and the KJV « ESV Bible
Psalm 23 (KJV)
http://www.esv.org/esv/history/kjv/
39/1438042989126.22_20150728002309-00178-ip-10-236-191-2_439594261_0.json
c0aed71d_he_ESV_and_the_KJV___ESV_Bible__Psalm_23__KJV_
[Psalm 23 (ESV)] You prepare a table before me in the presence of my enemies; you anoint my head with oil; my cup overflows. [Psalm 23 (KJV)]
Thou preparest a table before me in the presence of mine enemies: thou anointest my head with oil; my cup runneth over.
[]
The ESV and the KJV « ESV Bible
Psalm 23 (KJV)
http://www.esv.org/esv/history/kjv/
39/1438042989126.22_20150728002309-00178-ip-10-236-191-2_439594261_0.json
c0aed71d_he_ESV_and_the_KJV___ESV_Bible__Psalm_23__KJV_
[Psalm 23 (ESV)] Surely goodness and mercy shall follow me all the days of my life, and I shall dwell in the house of the Lord forever. [Psalm 23 (KJV)]
Surely goodness and mercy shall follow me all the days of my life: and I will dwell in the house of the Lord for ever.
[]
The ESV and the KJV « ESV Bible
Psalm 23 (KJV)
http://www.esv.org/esv/history/kjv/
39/1438042989126.22_20150728002309-00178-ip-10-236-191-2_439594261_0.json
ca0cfcb8_Arizona_State_University__Remarks
[Type of Record] Bids for Renewable Contracts [Retention Period] three years [Responsible Party] Purchasing and Business Services [Remarks]
After the file is closed
[]
Arizona State University
Remarks
http://www.asu.edu/aad/manuals/pur/pur207.html
39/1438043062723.96_20150728002422-00084-ip-10-236-191-2_298021338_2.json
ca0cfcb8_Arizona_State_University__Remarks
[Type of Record] Construction Files-Procurement Records [Retention Period] one year [Responsible Party] Purchasing and Business Services [Remarks]
After the building is demolished
[]
Arizona State University
Remarks
http://www.asu.edu/aad/manuals/pur/pur207.html
39/1438043062723.96_20150728002422-00084-ip-10-236-191-2_298021338_2.json
ca0cfcb8_Arizona_State_University__Remarks
[Type of Record] General Bids [Retention Period] three years [Responsible Party] Purchasing and Business Services [Remarks]
After awarded
[]
Arizona State University
Remarks
http://www.asu.edu/aad/manuals/pur/pur207.html
39/1438043062723.96_20150728002422-00084-ip-10-236-191-2_298021338_2.json
ca0cfcb8_Arizona_State_University__Remarks
[Type of Record] Departmental Limited Value Purchase Orders (PDLVPOs) [Retention Period] three years [Responsible Party] Purchasing and Business Services [Remarks]
After fiscal year issued
[]
Arizona State University
Remarks
http://www.asu.edu/aad/manuals/pur/pur207.html
39/1438043062723.96_20150728002422-00084-ip-10-236-191-2_298021338_2.json
ca0cfcb8_Arizona_State_University__Remarks
[Type of Record] Purchase Orders (including department justifications and requests) [Retention Period] five years [Responsible Party] Purchasing and Business Services [Remarks]
After the file is closed
[]
Arizona State University
Remarks
http://www.asu.edu/aad/manuals/pur/pur207.html
39/1438043062723.96_20150728002422-00084-ip-10-236-191-2_298021338_2.json
ca0cfcb8_Arizona_State_University__Remarks
[Type of Record] Purchasing Card receipts involving sponsored funds [Retention Period] five years [Responsible Party] Department manager [Remarks]
After submission of final project financial report by Grant and Contract Accounting
[]
Arizona State University
Remarks
http://www.asu.edu/aad/manuals/pur/pur207.html
39/1438043062723.96_20150728002422-00084-ip-10-236-191-2_298021338_2.json
ca0cfcb8_Arizona_State_University__Remarks
[Type of Record] Purchasing Card receipts not involving sponsored funds [Retention Period] five years [Responsible Party] Department manager [Remarks]
After transaction date
[]
Arizona State University
Remarks
http://www.asu.edu/aad/manuals/pur/pur207.html
39/1438043062723.96_20150728002422-00084-ip-10-236-191-2_298021338_2.json
aac5ba7a_horten_Spot___theshortenspot____Contents
[Doc Id] 559880.1 [Document Title] ConfigLab Design Guidelines [Contents]
This whitepaper outlines how to design and implement a data management solution using the ConfigLab facility. This whitepaper currently only applies to the following products: Oracle Utilities Customer Care And Billing Oracle Enterprise Taxation Management Oracle Enterprise Taxation and Policy Management
[]
Whitepaper List as at November 2011 (The Shorten Spot (@theshortenspot))
Contents
https://blogs.oracle.com/theshortenspot/entry/whitepaper_list_as_at_november
39/1438043062723.96_20150728002422-00072-ip-10-236-191-2_874780896_0.json
aac5ba7a_horten_Spot___theshortenspot____Contents
[Doc Id] 560367.1 [Document Title] Technical Best Practices for Oracle Utilities Application Framework Based Products [Contents]
Whitepaper summarizing common technical best practices used by partners, implementation teams and customers.
[]
Whitepaper List as at November 2011 (The Shorten Spot (@theshortenspot))
Contents
https://blogs.oracle.com/theshortenspot/entry/whitepaper_list_as_at_november
39/1438043062723.96_20150728002422-00072-ip-10-236-191-2_874780896_0.json
aac5ba7a_horten_Spot___theshortenspot____Contents
[Doc Id] 560382.1 [Document Title] Performance Troubleshooting Guideline Series [Contents]
A set of whitepapers on tracking performance at each tier in the framework. The individual whitepapers are as follows: Concepts - General Concepts and Performance Troublehooting processes Client Troubleshooting - General troubleshooting of the browser client with common issues and resolutions. Network Troubleshooting - General troubleshooting of the network with common issues and resolutions. Web Application Server Troubleshooting - General troubleshooting of the Web Application Server with common issues and resolutions. Server Troubleshooting - General troubleshooting of the Operating system with common issues and resolutions. Database Troubleshooting - General troubleshooting of the database with common issues and resolutions. Batch Troubleshooting - General troubleshooting of the background processing component of the product with common issues and resolutions.
[]
Whitepaper List as at November 2011 (The Shorten Spot (@theshortenspot))
Contents
https://blogs.oracle.com/theshortenspot/entry/whitepaper_list_as_at_november
39/1438043062723.96_20150728002422-00072-ip-10-236-191-2_874780896_0.json
aac5ba7a_horten_Spot___theshortenspot____Contents
[Doc Id] 560401.1 [Document Title] Software Configuration Management Series [Contents]
A set of whitepapers on how to manage customization (code and data) using the tools provided with the framework. The individual whitepapers are as follows: Concepts - General concepts and introduction. Environment Management - Principles and techniques for creating and managing environments. Version Management - Integration of Version control and version management of configuration items. Release Management - Packaging configuration items into a release. Distribution - Distribution and installation of releases across environments Change Management - Generic change management processes for product implementations. Status Accounting - Status reporting techniques using product facilities. Defect Management - Generic defect management processes for product implementations. Implementing Single Fixes - Discussion on the single fix architecture and how to use it in an implementation. Implementing Service Packs - Discussion on the service packs and how to use them in an implementation. Implementing Upgrades - Discussion on the the upgrade process and common techniques for minimizing the impact of upgrades.
[]
Whitepaper List as at November 2011 (The Shorten Spot (@theshortenspot))
Contents
https://blogs.oracle.com/theshortenspot/entry/whitepaper_list_as_at_november
39/1438043062723.96_20150728002422-00072-ip-10-236-191-2_874780896_0.json
aac5ba7a_horten_Spot___theshortenspot____Contents
[Doc Id] 773473.1 [Document Title] Oracle Utilities Application Framework Security Overview [Contents]
A whitepaper summarizing the security facilities in the framework. Now includes references to other Oracle security products supported.
[]
Whitepaper List as at November 2011 (The Shorten Spot (@theshortenspot))
Contents
https://blogs.oracle.com/theshortenspot/entry/whitepaper_list_as_at_november
39/1438043062723.96_20150728002422-00072-ip-10-236-191-2_874780896_0.json
aac5ba7a_horten_Spot___theshortenspot____Contents
[Doc Id] 774783.1 [Document Title] LDAP Integration for Oracle Utilities Application Framework based products Updated! [Contents]
A generic whitepaper summarizing how to integrate an external LDAP based security repository with the framework.
[]
Whitepaper List as at November 2011 (The Shorten Spot (@theshortenspot))
Contents
https://blogs.oracle.com/theshortenspot/entry/whitepaper_list_as_at_november
39/1438043062723.96_20150728002422-00072-ip-10-236-191-2_874780896_0.json
aac5ba7a_horten_Spot___theshortenspot____Contents
[Doc Id] 789060.1 [Document Title] Oracle Utilities Application Framework Integration Overview [Contents]
A whitepaper summarizing all the various common integration techniques used with the product (with case studies).
[]
Whitepaper List as at November 2011 (The Shorten Spot (@theshortenspot))
Contents
https://blogs.oracle.com/theshortenspot/entry/whitepaper_list_as_at_november
39/1438043062723.96_20150728002422-00072-ip-10-236-191-2_874780896_0.json
aac5ba7a_horten_Spot___theshortenspot____Contents
[Doc Id] 799912.1 [Document Title] Single Sign On Integration for Oracle Utilities Application Framework based products [Contents]
A whitepaper outlining a generic process for integrating an SSO product with the framework.
[]
Whitepaper List as at November 2011 (The Shorten Spot (@theshortenspot))
Contents
https://blogs.oracle.com/theshortenspot/entry/whitepaper_list_as_at_november
39/1438043062723.96_20150728002422-00072-ip-10-236-191-2_874780896_0.json
aac5ba7a_horten_Spot___theshortenspot____Contents
[Doc Id] 807068.1 [Document Title] Oracle Utilities Application Framework Architecture Guidelines [Contents]
This whitepaper outlines the different variations of architecture that can be considered. Each variation will include advice on configuration and other considerations.
[]
Whitepaper List as at November 2011 (The Shorten Spot (@theshortenspot))
Contents
https://blogs.oracle.com/theshortenspot/entry/whitepaper_list_as_at_november
39/1438043062723.96_20150728002422-00072-ip-10-236-191-2_874780896_0.json
aac5ba7a_horten_Spot___theshortenspot____Contents
[Doc Id] 836362.1 [Document Title] Batch Best Practices for Oracle Utilities Application Framework based products [Contents]
This whitepaper outlines the common and best practices implemented by sites all over the world.
[]
Whitepaper List as at November 2011 (The Shorten Spot (@theshortenspot))
Contents
https://blogs.oracle.com/theshortenspot/entry/whitepaper_list_as_at_november
39/1438043062723.96_20150728002422-00072-ip-10-236-191-2_874780896_0.json
aac5ba7a_horten_Spot___theshortenspot____Contents
[Doc Id] 856854.1 [Document Title] Technical Best Practices V1 Addendum [Contents]
Addendum to Technical Best Practices for Oracle Utilities Customer Care And Billing V1.x only.
[]
Whitepaper List as at November 2011 (The Shorten Spot (@theshortenspot))
Contents
https://blogs.oracle.com/theshortenspot/entry/whitepaper_list_as_at_november
39/1438043062723.96_20150728002422-00072-ip-10-236-191-2_874780896_0.json
aac5ba7a_horten_Spot___theshortenspot____Contents
[Doc Id] 942074.1 [Document Title] XAI Best Practices [Contents]
This whitepaper outlines the common integration tasks and best practices for the Web Services Integration provided by the Oracle Utilities Application Framework.
[]
Whitepaper List as at November 2011 (The Shorten Spot (@theshortenspot))
Contents
https://blogs.oracle.com/theshortenspot/entry/whitepaper_list_as_at_november
39/1438043062723.96_20150728002422-00072-ip-10-236-191-2_874780896_0.json
aac5ba7a_horten_Spot___theshortenspot____Contents
[Doc Id] 970785.1 [Document Title] Oracle Identity Manager Integration Overview [Contents]
This whitepaper outlines the principals of the prebuilt intergration between Oracle Utilities Application Framework Based Products and Oracle Identity Manager used to provision user and user group security information. For Fw4.x customers use whitepaper 1375600.1 instead.
[]
Whitepaper List as at November 2011 (The Shorten Spot (@theshortenspot))
Contents
https://blogs.oracle.com/theshortenspot/entry/whitepaper_list_as_at_november
39/1438043062723.96_20150728002422-00072-ip-10-236-191-2_874780896_0.json
aac5ba7a_horten_Spot___theshortenspot____Contents
[Doc Id] 1068958.1 [Document Title] Production Environment Configuration Guidelines [Contents]
A whitepaper outlining common production level settings for the products based upon benchmarks and customer feedback.
[]
Whitepaper List as at November 2011 (The Shorten Spot (@theshortenspot))
Contents
https://blogs.oracle.com/theshortenspot/entry/whitepaper_list_as_at_november
39/1438043062723.96_20150728002422-00072-ip-10-236-191-2_874780896_0.json
aac5ba7a_horten_Spot___theshortenspot____Contents
[Doc Id] 1177265.1 [Document Title] What's New In Oracle Utilities Application Framework V4? [Contents]
Whitepaper outlining the major changes to the framework since Oracle Utilities Application Framework V2.2.
[]
Whitepaper List as at November 2011 (The Shorten Spot (@theshortenspot))
Contents
https://blogs.oracle.com/theshortenspot/entry/whitepaper_list_as_at_november
39/1438043062723.96_20150728002422-00072-ip-10-236-191-2_874780896_0.json
aac5ba7a_horten_Spot___theshortenspot____Contents
[Doc Id] 1290700.1 [Document Title] Database Vault Integration [Contents]
Whitepaper outlining the Database Vault Integration solution provided with Oracle Utilities Application Framework V4.1.0 and above.
[]
Whitepaper List as at November 2011 (The Shorten Spot (@theshortenspot))
Contents
https://blogs.oracle.com/theshortenspot/entry/whitepaper_list_as_at_november
39/1438043062723.96_20150728002422-00072-ip-10-236-191-2_874780896_0.json
aac5ba7a_horten_Spot___theshortenspot____Contents
[Doc Id] 1299732.1 [Document Title] BI Publisher Guidelines for Oracle Utilities Application Framework [Contents]
Whitepaper outlining the interface between BI Publisher and the Oracle Utilities Application Framework
[]
Whitepaper List as at November 2011 (The Shorten Spot (@theshortenspot))
Contents
https://blogs.oracle.com/theshortenspot/entry/whitepaper_list_as_at_november
39/1438043062723.96_20150728002422-00072-ip-10-236-191-2_874780896_0.json
aac5ba7a_horten_Spot___theshortenspot____Contents
[Doc Id] 1308161.1 [Document Title] Oracle SOA Suite Integration with Oracle Utilities Application Framework based products [Contents]
This whitepaper outlines common design patterns and guidelines for using Oracle SOA Suite with Oracle Utilities Application Framework based products.
[]
Whitepaper List as at November 2011 (The Shorten Spot (@theshortenspot))
Contents
https://blogs.oracle.com/theshortenspot/entry/whitepaper_list_as_at_november
39/1438043062723.96_20150728002422-00072-ip-10-236-191-2_874780896_0.json
aac5ba7a_horten_Spot___theshortenspot____Contents
[Doc Id] 1308165.1 [Document Title] MPL Best Practices Oracle Utilities Application Framework [Contents]
This is a guidelines whitepaper for products shipping with the Multi-Purpose Listener. This whitepaper currently only applies to the following products: Oracle Utilities Customer Care And Billing Oracle Enterprise Taxation Management Oracle Enterprise Taxation and Policy Management
[]
Whitepaper List as at November 2011 (The Shorten Spot (@theshortenspot))
Contents
https://blogs.oracle.com/theshortenspot/entry/whitepaper_list_as_at_november
39/1438043062723.96_20150728002422-00072-ip-10-236-191-2_874780896_0.json
aac5ba7a_horten_Spot___theshortenspot____Contents
[Doc Id] 1308181.1 [Document Title] Oracle WebLogic JMS Integration with the Oracle Utilities Application Framework [Contents]
This whitepaper covers the native integration between Oracle WebLogic JMS with Oracle Utilities Application Framework using the new Message Driven Bean functionality and real time JMS adapters.
[]
Whitepaper List as at November 2011 (The Shorten Spot (@theshortenspot))
Contents
https://blogs.oracle.com/theshortenspot/entry/whitepaper_list_as_at_november
39/1438043062723.96_20150728002422-00072-ip-10-236-191-2_874780896_0.json
aac5ba7a_horten_Spot___theshortenspot____Contents
[Doc Id] 1334558.1 [Document Title] Oracle WebLogic Clustering for Oracle Utilities Application Framework New! [Contents]
This whitepaper covers process for implementing clustering using Oracle WebLogic for Oracle Utilities Application Framework based products.
[]
Whitepaper List as at November 2011 (The Shorten Spot (@theshortenspot))
Contents
https://blogs.oracle.com/theshortenspot/entry/whitepaper_list_as_at_november
39/1438043062723.96_20150728002422-00072-ip-10-236-191-2_874780896_0.json
aac5ba7a_horten_Spot___theshortenspot____Contents
[Doc Id] 1359369.1 [Document Title] IBM WebSphere Clustering for Oracle Utilities Application Framework New! [Contents]
This whitepaper covers process for implementing clustering using IBM WebSphere for Oracle Utilities Application Framework based products
[]
Whitepaper List as at November 2011 (The Shorten Spot (@theshortenspot))
Contents
https://blogs.oracle.com/theshortenspot/entry/whitepaper_list_as_at_november
39/1438043062723.96_20150728002422-00072-ip-10-236-191-2_874780896_0.json
aac5ba7a_horten_Spot___theshortenspot____Contents
[Doc Id] 1375600.1 [Document Title] Oracle Identity Management Suite Integration with the Oracle Utilities Application Framework New! [Contents]
This whitepaper covers the integration between Oracle Utilities Application Framework and Oracle Identity Management Suite components such as Oracle Identity Manager, Oracle Access Manager, Oracle Adaptive Access Manager, Oracle Internet Directory and Oracle Virtual Directory.
[]
Whitepaper List as at November 2011 (The Shorten Spot (@theshortenspot))
Contents
https://blogs.oracle.com/theshortenspot/entry/whitepaper_list_as_at_november
39/1438043062723.96_20150728002422-00072-ip-10-236-191-2_874780896_0.json
aac5ba7a_horten_Spot___theshortenspot____Contents
[Doc Id] 1375615.1 [Document Title] Advanced Security for the Oracle Utilities Application Framework New! [Contents]
This whitepaper covers common security requirements and how to meet those requirements using Oracle Utilities Application Framework native security facilities, security provided with the J2EE Web Application and/or facilities available in Oracle Identity Management Suite.
[]
Whitepaper List as at November 2011 (The Shorten Spot (@theshortenspot))
Contents
https://blogs.oracle.com/theshortenspot/entry/whitepaper_list_as_at_november
39/1438043062723.96_20150728002422-00072-ip-10-236-191-2_874780896_0.json
9f1797a0__Classic_that_anyone_can_edit___Description
[Number] 0 [Title] Pacifist [Example] Sheep [Description]
The mob cannot be attacked, and thus is usually referred to as a non-player character instead of a monster.
[]
Aggressiveness - The RuneScape Classic Wiki - The wiki about RuneScape Classic that anyone can edit!
Description
http://runescapeclassic.wikia.com/wiki/Aggressiveness
39/1438042989126.22_20150728002309-00323-ip-10-236-191-2_201017939_0.json
9f1797a0__Classic_that_anyone_can_edit___Description
[Number] 1 [Title] Retreats [Example] Unicorns [Description]
This is the level at which a non-player character becomes a monster: there is an "attack" right click option, players can attack it, but it will retreat when its hits is significantly reduced. A hostile player will then have to chase it to receive experience and dropped items.
[]
Aggressiveness - The RuneScape Classic Wiki - The wiki about RuneScape Classic that anyone can edit!
Description
http://runescapeclassic.wikia.com/wiki/Aggressiveness
39/1438042989126.22_20150728002309-00323-ip-10-236-191-2_201017939_0.json
9f1797a0__Classic_that_anyone_can_edit___Description
[Number] 2 [Title] Combative [Example] Jonny the beard [Description]
The monster can be attacked by players, and will not retreat when its hits is reduced.
[]
Aggressiveness - The RuneScape Classic Wiki - The wiki about RuneScape Classic that anyone can edit!
Description
http://runescapeclassic.wikia.com/wiki/Aggressiveness
39/1438042989126.22_20150728002309-00323-ip-10-236-191-2_201017939_0.json
9f1797a0__Classic_that_anyone_can_edit___Description
[Number] 3 [Title] Aggressive [Example] Blue dragons [Description]
The monster can be attacked, will not retreat, and will attack nearby players with a combat level twice to its own or lower.
[]
Aggressiveness - The RuneScape Classic Wiki - The wiki about RuneScape Classic that anyone can edit!
Description
http://runescapeclassic.wikia.com/wiki/Aggressiveness
39/1438042989126.22_20150728002309-00323-ip-10-236-191-2_201017939_0.json
9f1797a0__Classic_that_anyone_can_edit___Description
[Number] 4 [Title] Safe spot [Example] Target practice zombies [Description]
The monster is only found in sealed-off areas, cannot attack, and can only be killed with ranged or magic.
[]
Aggressiveness - The RuneScape Classic Wiki - The wiki about RuneScape Classic that anyone can edit!
Description
http://runescapeclassic.wikia.com/wiki/Aggressiveness
39/1438042989126.22_20150728002309-00323-ip-10-236-191-2_201017939_0.json
9f1797a0__Classic_that_anyone_can_edit___Description
[Number] 5 [Title] Other [Example] Alomone [Description]
Everything else.
[]
Aggressiveness - The RuneScape Classic Wiki - The wiki about RuneScape Classic that anyone can edit!
Description
http://runescapeclassic.wikia.com/wiki/Aggressiveness
39/1438042989126.22_20150728002309-00323-ip-10-236-191-2_201017939_0.json
dc263bb9_rsity_of_Wisconsin_Platteville__Spr__2017
[Course] ACCTING 7000 Managerial Accounting [Format] online [Sum. 2015] NO [Fall 2015] YES [Spr. 2016] YES [Sum. 2016] NO [Fall 2016] YES [Spr. 2017]
YES
[ [ "Y", "E", "S" ], [ "N", "O" ] ]
MS Project Management Course Offerings | University of Wisconsin-Platteville
Spr. 2017
http://www.uwplatt.edu/distance-education/ms-project-management-course-offerings
39/1438042989126.22_20150728002309-00290-ip-10-236-191-2_805934955_0.json
dc263bb9_rsity_of_Wisconsin_Platteville__Spr__2017
[Course] BUSADMIN 5030 Human Resource Management [Format] online [Sum. 2015] YES [Fall 2015] YES [Spr. 2016] YES [Sum. 2016] YES [Fall 2016] YES [Spr. 2017]
YES
[ [ "Y", "E", "S" ], [ "N", "O" ] ]
MS Project Management Course Offerings | University of Wisconsin-Platteville
Spr. 2017
http://www.uwplatt.edu/distance-education/ms-project-management-course-offerings
39/1438042989126.22_20150728002309-00290-ip-10-236-191-2_805934955_0.json
dc263bb9_rsity_of_Wisconsin_Platteville__Spr__2017
[Course] BUSADMIN 5100 Compensation Management [Format] online [Sum. 2015] YES [Fall 2015] NO [Spr. 2016] NO [Sum. 2016] YES [Fall 2016] NO [Spr. 2017]
NO
[ [ "Y", "E", "S" ], [ "N", "O" ] ]
MS Project Management Course Offerings | University of Wisconsin-Platteville
Spr. 2017
http://www.uwplatt.edu/distance-education/ms-project-management-course-offerings
39/1438042989126.22_20150728002309-00290-ip-10-236-191-2_805934955_0.json
dc263bb9_rsity_of_Wisconsin_Platteville__Spr__2017
[Course] BUSADMIN 5340 Management, Gender and Race [Format] online [Sum. 2015] YES [Fall 2015] NO [Spr. 2016] YES [Sum. 2016] YES [Fall 2016] NO [Spr. 2017]
YES
[ [ "Y", "E", "S" ], [ "N", "O" ] ]
MS Project Management Course Offerings | University of Wisconsin-Platteville
Spr. 2017
http://www.uwplatt.edu/distance-education/ms-project-management-course-offerings
39/1438042989126.22_20150728002309-00290-ip-10-236-191-2_805934955_0.json
dc263bb9_rsity_of_Wisconsin_Platteville__Spr__2017
[Course] BUSADMIN 5500 Employee Training and Development [Format] online [Sum. 2015] NO [Fall 2015] NO [Spr. 2016] YES [Sum. 2016] NO [Fall 2016] NO [Spr. 2017]
YES
[ [ "Y", "E", "S" ], [ "N", "O" ] ]
MS Project Management Course Offerings | University of Wisconsin-Platteville
Spr. 2017
http://www.uwplatt.edu/distance-education/ms-project-management-course-offerings
39/1438042989126.22_20150728002309-00290-ip-10-236-191-2_805934955_0.json
dc263bb9_rsity_of_Wisconsin_Platteville__Spr__2017
[Course] BUSADMIN 5530 Organizational Behavior [Format] online [Sum. 2015] YES [Fall 2015] YES [Spr. 2016] YES [Sum. 2016] YES [Fall 2016] YES [Spr. 2017]
YES
[ [ "Y", "E", "S" ], [ "N", "O" ] ]
MS Project Management Course Offerings | University of Wisconsin-Platteville
Spr. 2017
http://www.uwplatt.edu/distance-education/ms-project-management-course-offerings
39/1438042989126.22_20150728002309-00290-ip-10-236-191-2_805934955_0.json
dc263bb9_rsity_of_Wisconsin_Platteville__Spr__2017
[Course] BUSADMIN 5540 Quality Management [Format] online [Sum. 2015] NO [Fall 2015] YES [Spr. 2016] YES [Sum. 2016] NO [Fall 2016] YES [Spr. 2017]
YES
[ [ "Y", "E", "S" ], [ "N", "O" ] ]
MS Project Management Course Offerings | University of Wisconsin-Platteville
Spr. 2017
http://www.uwplatt.edu/distance-education/ms-project-management-course-offerings
39/1438042989126.22_20150728002309-00290-ip-10-236-191-2_805934955_0.json
dc263bb9_rsity_of_Wisconsin_Platteville__Spr__2017
[Course] BUSADMIN 5620 Corporate Finance [Format] online [Sum. 2015] YES [Fall 2015] YES [Spr. 2016] YES [Sum. 2016] YES [Fall 2016] YES [Spr. 2017]
YES
[ [ "Y", "E", "S" ], [ "N", "O" ] ]
MS Project Management Course Offerings | University of Wisconsin-Platteville
Spr. 2017
http://www.uwplatt.edu/distance-education/ms-project-management-course-offerings
39/1438042989126.22_20150728002309-00290-ip-10-236-191-2_805934955_0.json
dc263bb9_rsity_of_Wisconsin_Platteville__Spr__2017
[Course] BUSADMIN 5650 International Finance [Format] online [Sum. 2015] NO [Fall 2015] YES [Spr. 2016] NO [Sum. 2016] NO [Fall 2016] NO [Spr. 2017]
NO
[ [ "Y", "E", "S" ], [ "N", "O" ] ]
MS Project Management Course Offerings | University of Wisconsin-Platteville
Spr. 2017
http://www.uwplatt.edu/distance-education/ms-project-management-course-offerings
39/1438042989126.22_20150728002309-00290-ip-10-236-191-2_805934955_0.json
dc263bb9_rsity_of_Wisconsin_Platteville__Spr__2017
[Course] BUSADMIN 5740 Consumer Behavior [Format] online [Sum. 2015] NO [Fall 2015] NO [Spr. 2016] YES [Sum. 2016] NO [Fall 2016] NO [Spr. 2017]
YES
[ [ "Y", "E", "S" ], [ "N", "O" ] ]
MS Project Management Course Offerings | University of Wisconsin-Platteville
Spr. 2017
http://www.uwplatt.edu/distance-education/ms-project-management-course-offerings
39/1438042989126.22_20150728002309-00290-ip-10-236-191-2_805934955_0.json
dc263bb9_rsity_of_Wisconsin_Platteville__Spr__2017
[Course] BUSADMIN 6100 Supply Chain Management [Format] online [Sum. 2015] YES [Fall 2015] YES [Spr. 2016] YES [Sum. 2016] YES [Fall 2016] YES [Spr. 2017]
YES
[ [ "Y", "E", "S" ], [ "N", "O" ] ]
MS Project Management Course Offerings | University of Wisconsin-Platteville
Spr. 2017
http://www.uwplatt.edu/distance-education/ms-project-management-course-offerings
39/1438042989126.22_20150728002309-00290-ip-10-236-191-2_805934955_0.json
dc263bb9_rsity_of_Wisconsin_Platteville__Spr__2017
[Course] BUSADMIN 6200 Employee Recruitment and Selection [Format] online [Sum. 2015] NO [Fall 2015] NO [Spr. 2016] YES [Sum. 2016] NO [Fall 2016] NO [Spr. 2017]
YES
[ [ "Y", "E", "S" ], [ "N", "O" ] ]
MS Project Management Course Offerings | University of Wisconsin-Platteville
Spr. 2017
http://www.uwplatt.edu/distance-education/ms-project-management-course-offerings
39/1438042989126.22_20150728002309-00290-ip-10-236-191-2_805934955_0.json
dc263bb9_rsity_of_Wisconsin_Platteville__Spr__2017
[Course] BUSADMIN 6330 Labor-Management Relations [Format] online [Sum. 2015] NO [Fall 2015] YES [Spr. 2016] NO [Sum. 2016] NO [Fall 2016] YES [Spr. 2017]
NO
[ [ "Y", "E", "S" ], [ "N", "O" ] ]
MS Project Management Course Offerings | University of Wisconsin-Platteville
Spr. 2017
http://www.uwplatt.edu/distance-education/ms-project-management-course-offerings
39/1438042989126.22_20150728002309-00290-ip-10-236-191-2_805934955_0.json
dc263bb9_rsity_of_Wisconsin_Platteville__Spr__2017
[Course] BUSADMIN 6630 Marketing Management [Format] online [Sum. 2015] NO [Fall 2015] YES [Spr. 2016] NO [Sum. 2016] NO [Fall 2016] YES [Spr. 2017]
NO
[ [ "Y", "E", "S" ], [ "N", "O" ] ]
MS Project Management Course Offerings | University of Wisconsin-Platteville
Spr. 2017
http://www.uwplatt.edu/distance-education/ms-project-management-course-offerings
39/1438042989126.22_20150728002309-00290-ip-10-236-191-2_805934955_0.json
dc263bb9_rsity_of_Wisconsin_Platteville__Spr__2017
[Course] BUSADMIN 7110 Management Decision Analysis [Format] online [Sum. 2015] NO [Fall 2015] YES [Spr. 2016] NO [Sum. 2016] NO [Fall 2016] YES [Spr. 2017]
NO
[ [ "Y", "E", "S" ], [ "N", "O" ] ]
MS Project Management Course Offerings | University of Wisconsin-Platteville
Spr. 2017
http://www.uwplatt.edu/distance-education/ms-project-management-course-offerings
39/1438042989126.22_20150728002309-00290-ip-10-236-191-2_805934955_0.json
dc263bb9_rsity_of_Wisconsin_Platteville__Spr__2017
[Course] BUSADMIN 7540 Advanced Quality Management [Format] online [Sum. 2015] NO [Fall 2015] YES [Spr. 2016] YES [Sum. 2016] NO [Fall 2016] YES [Spr. 2017]
YES
[ [ "Y", "E", "S" ], [ "N", "O" ] ]
MS Project Management Course Offerings | University of Wisconsin-Platteville
Spr. 2017
http://www.uwplatt.edu/distance-education/ms-project-management-course-offerings
39/1438042989126.22_20150728002309-00290-ip-10-236-191-2_805934955_0.json
dc263bb9_rsity_of_Wisconsin_Platteville__Spr__2017
[Course] ENGRG 6050 Applied Statistics [Format] online [Sum. 2015] YES [Fall 2015] NO [Spr. 2016] YES [Sum. 2016] YES [Fall 2016] NO [Spr. 2017]
YES
[ [ "Y", "E", "S" ], [ "N", "O" ] ]
MS Project Management Course Offerings | University of Wisconsin-Platteville
Spr. 2017
http://www.uwplatt.edu/distance-education/ms-project-management-course-offerings
39/1438042989126.22_20150728002309-00290-ip-10-236-191-2_805934955_0.json