A Union Report

Choose a union with no less than 100,000 members. To assist you, here is an expansive list of options from which to choose:
https://en.wikipedia.org/wiki/List_of_labor_unions_in_the_United_States

1. Report on the union profile. How many members does the union have? How is the union’s organizational structure designed? In what industry(ies) does the union operate? How long has the union been in existence? Etc. (approximately 250 words for this section).

2. Report on a minimum of three (3) legal disputes in which the union has been involved in the last 10-15 years (approximately 250 words for each dispute). For each dispute, discuss:
    a. Who were the parties?
    b. What was the nature of the dispute (i.e. what was the conflict)?
    c. Were any adverse actions taken by either the union (strikes, etc.) or the employer (ULPs, etc.)?
    d. How was the dispute resolved (i.e. mediation, arbitration, litigation, etc.)?
    e. What was the final outcome?

Submission Instructions:
This assignment should at a minimum contain 1,000 words of content (double spaced). Word count does not include headings, cover pages, references, or question text (if you choose to include it in your paper); I am looking for 1,000 words of substance. Your paper should be in APA format including a properly formatted cover page (abstracts are optional) and a reference page with at least three (3) NEW references (“new” here means references that you have not already used in previous assignments in this course). Providing additional references to your assignments demonstrates your desire to conduct additional research on the topic area, and can improve your research skills.

With all assignments, include properly formatted in-text citations within the body of your work for each of your listed references so the reader can ascertain your original thoughts or ideas as well as the portion of your work that is credited to credible sources. It is very important to identify work from other sources to ensure that proper credit is provided to researchers in the field. This assignment uses Turn It In for originality verification.

Submit the weekly written assignment as an MS Word attachment (.doc or .docx format). A recommended font is 12pt Times New Roman. DO NOT include discussion board answers with your formally written assignment submission.

Click the iRubric link to view the rubric for this assignment.

Hands-On Project

Chapter 2
Project 2-1
In this project,you will create a class and use the variable defined within the class in aWeb Form. 1. Start your Web development editor and open your chapter2 Web site, if it is not already open.
2. Create a new class item in your project and name it ch2_proj1_class.vb. After it is created, your Web development editor will store the class in the App_Code directory.
3. Open the class ch2_proj1_class.vb file. Create a public instance variable named StoreAddress that is a String data type. Assign the value 555 Michigan Avenue, Chicago, IL 60016 to the variable.
4. Click the Save All button to save the class file.
5. In the Solution Explorer window, right-click the ch2_ proj1.aspx page in the ch2_ proj2 folder and click View Code.
6. In the Page_Load procedure add the code that follows to create a new object named ch2_proj1_newclass, based on the ch2_proj1_class. Because the variable contains an object, the keyword New must be used to instantiate the object from a class. As you type each period, notice that the IntelliSense list box appears. Dim ch2_proj1_newclass As New ch2_proj1_class
7. Type the code that follows to retrieve the values from the new class and assign the variable from the class to the text property of the lblContact label control in the Web page. (Note:You need to use the ToString method to retrieve the value from the string stored in the variable.) lblContact.Text = ch2_proj1_newclass.StoreAddress.ToString
8. Click the Save All button. In the Solution Explorer window, right-click the ch2_proj1.aspx page and click View in Browser. Right-click the page and click View Source to view the client-side code sent from the Web server to the browser.

Project 2-2
In this project, you will create a custom error message and enable your Web application configuration file to detect HTTP status errors.
1. Start your Web development editor and open your chapter2 Web site, if it is not already open.
2. Open the code behind the page for the Web.config file. Locate the customErrors node and modify the code (as shown in the code that follows) to redirect the visitor who has been denied access to a Web resource. (Note: Do not create a new customErrors node.) <customErrors defaultRedirect=”~/ch2_home.aspx” mode=”On”> <error statusCode=”404″ redirect=”~/ch2_proj2/ch2_proj2_404.aspx” /> </customErrors>
3. Create a new Web page named ch2_proj2_404.aspx in the ch2_proj2 folder. Add graphics and content to indicate to the visitor that the resource has not been found. Provide the visitor with a link back to the ch2_home.aspx page. (Hint:You can use the NavigateUrl property of the HyperLink control to configure the URL.)
4. Click the Save All button.
5. View the Web page in an external browser. In the URL, change the ch2_proj2.aspx to ch2_proj2_test.aspx and press the Enter key (or click the Go button in some browsers). Since this page does not exist, you should be redirected to the ch2_proj2_ 404.aspx page.
6. Print your source code for the ch2_proj2_404.aspx page and the source code for the Web.config file. 7. Save your Web.config file as ch2_proj2_Web.config in the ch2_proj2 folder. Then open the Web.config file and delete the entire customErrors node. Click the Save All button. This will return the Web configuration file to the default configuration.
8. Close any open pages.

Essay Question (ETP)

 

Essay Question #3: Describe any four types of risk that projects may hold.

The assignment is to answer the question provided above in essay form. This is to be in narrative form. Bullet points should not to be used. The paper should be at least 1.5 – 2 pages in length, Times New Roman 12-pt font, double-spaced, 1 inch margins and utilizing at least one outside scholarly or professional source related to project management. This does not mean blogs or websites. This source should be a published article in a scholarly journal (Journal of Project Management)  or a professional journal (such as PMI’s Project Management Journal). This source should provide substance and not just be mentioned briefly to fulfill this criteria. The textbook should also be utilized. Do not use quotes. Do not insert excess line spacing. APA formatting and citiation should be used.

Discussion and responses (Executing the project)

 Reflect on the assigned readings for Week 3 and then type a two page paper regarding what you thought was the most important concept(s), method(s), term(s), and/or any other thing that you felt was worthy of your understanding.  Define and describe what you thought was worthy of your understanding in half a page, and then explain why you felt it was important, how you will use it, and/or how important it is in project management. After submitting your two page paper as an initial post in the “Reflection and Discussion Forum,” then type at least two peer replies in response to your classmates posts (200 word minimum each).