1) You need to teach a student to tie her shoelaces.  Describe how you would program for generalization 

2) Provide 1 example of stimulus generalization, related to one of your learner’s and one example not related to a learner

3) Provide 1 example of response generalization, related to one of your learner’s and one example not related to a learner

About 10 years ago, a group of BU research scientists established a Boston based pharmaceutical company called Terrier Pharma. For most of its existence, the company operated on a limited budget with 20 employees in a facility near BUs Charles River campus. However, in early 2018 the U.S. Food and Drug Administration (FDA) approved Terrier Pharmas drug to treat Alzheimers disease. This one-of-a-kind drug has huge potential with projected annual sales of well over $1 billion and an international market which includes governments, hospitals, doctors, and pharmacies.

Since the FDAs approval Terrier Pharma has: built a separate drug manufacturing facility in Boston and is building another one in Switzerland ; established a large research and test facility in Bostons Longwood Medical Center; opened sales offices and distribution facilities in London, Singapore and Los Angeles; finalized long-term contracts with key drug component suppliers, etc. Actual production of the drug began in January 2019 and Terrier Pharma now has close to 1500 employees with plans to double the workforce in the near future.

While pleased with the projected growth trends, the board of directors and senior management of Terrier Pharma have also become concerned with the companys ability to respond to and recover from significant events that may impact its operations. Included among these are weather-related situations, employee related disputes and cyber-security data breaches, etc. At this time Terrier Pharma has no corporate infrastructure in place to address these areas other than a small Facilities group that handles physical security and safety.

As an external consultant, you have been hired by senior management to first, perform an assessment of Terrier Pharmas hazards and vulnerabilities and then, develop and implement an appropriate business continuity program (BCP).

Please put together a 1500 word proposal that covers your engagement. At a minimum, your proposal should include the objectives and scope of the engagement; the project tasks and associated deliverables; what you consider to be Terrier Pharmas critical business operations and associated risks; as well as a budget. In developing your proposal, please keep in mind the intended audience which in this case is senior management.

Develop a contract – one for yourself or one for one of your learners.  You pick the desired behavior to target.  Ensure all of the necessary components are in the contract. If you do not know what is included in a contract, look it up in a resource and speak with your supervisor.
 

SEE ATTACHED DOCUMENTS FOR FULL DETAILS!

Prepare a 3-page analysis that incorporates ethical and legal concepts learned in this unit. Your paper should answer the questions below:
Introduction
    Who are the stakeholders in this case?
    What are the interests of the stakeholders?
Legal Analysis
    Do any of the labor or employment laws from the Digital Book apply to this case? Perform research on the laws that may apply, and be sure to cite to an authoritative source.
    If they do apply, analyze the legality of the corporations actions in this case.
    If the laws do not apply to the actions in this case, explain why they do not apply.
Conclusion and Ethical Recommendation
    How should the decision-maker proceed? Use an ethical theory that you have studied to determine an ethical course of action for the decision-maker.
    Your recommendation should be at least 2 paragraphs and include at least three reasons, with specific references to authoritative sources, stating how you arrived at that conclusion.

Please Look at the Prompt attached for how to handle this paper.

The Poem I want to write about is
Two Countries
Naomi Shihab Nye – 1952

if you have another suggestion please run it by me.
if you need me to provide you with a copy of the poem also please let me know. But you can google it.

thanks

Write a program that does the following in order:

Displays a welcome message to the user, and then asks them for the following information in order:
Homework grades for homeworks 1-7, recitation grades for recitations 1-6, test 1, test 2, and final exam. (See sample runs). This will feel a little tedious with a lot of cout, cin, cout, cin, but it’s necessary here, for now.
Then, ask the user if they earned any extra credit. They should enter y for yes, or n for no. Allow BOTH UPPERCASE and LOWERCASE Y/y or N/n here. If the user enters an invalid character, the program should end. If the user enters a valid character and it’s y for yes, ask them for how many extra credit points they’ve earned and add it to their overall homework points. If no, don’t prompt user for ex. credit points and no extra credit is added to the overall homework points.
The following formulas should help with your calculations:

Homework Average = ((Add All Hws, recitations, and ex credit))/820) * 100

Test Average = ((Midterm I * 17.5) + (Midterm II * 17.5) + (final * 25)) / 60

Course Average = ((Midterm I * .175) + (Midterm II * .175) + (final * .25) + (Homework Avg * .40))

Calculate and display the user’s homework average, their test average, and their final course percentage. Print these values out to two decimal places.
When printing the test average, if their test average falls below 69% (the required test average to pass the course), print
***Test average requirement not met***
after the average to alert the user. (See sample runs).
Use either a switch statement or an if/else if block to determine what letter grade the user earned based on their final course grade percentage. See the course syllabus for the letter grade breakdowns. To meet the minimum requirements for this assignment, you don’t have to handle + or – letter grades. Just printing the letter is fine. You can though, if you want to.
Error Checking: You may ASSUME that the user will enter valid homework scores, recitation grades (which are always 20,10 or 0) and test grades, however, you need to check for an invalid character entry on their extra credit input. If the user enters something other than Y, y, N, n, print an error message (See sample run 3) and do not continue on with the rest of the displaying of the grades. Just allow the program to abort (meaning, structure your code so that the program naturally flows to return 0; at the end of main().
Sample Runs
Below are some sample runs so you can see how your program should behave. Your formatting should match mine, EXACTLY. This means, spacing, prompts, wording, everything. (user input is underlined, to distinguish it from output)
Sample run 1
Welcome to the Grade Calculator!

HOMEWORK GRADES –> 99 95 100 105 65 97 100

RECITATION GRADES –> 20 20 10 0 20 20

TEST GRADES –>
Midterm I: 95
Midterm II: 85
Final: 100

Is there any extra credit to add in? (Y or N) –> N

Homework Average: 91.59%
Test Average: 94.17%
Course Average: 93.13%
Course Grade: A

Sample Run 2
Welcome to the Grade Calculator!

HOMEWORK GRADES –> 88 98 95 76 100 87 95

RECITATION GRADES –> 20 20 20 20 20 20

TEST GRADES –>
Midterm I: 51
Midterm II: 66
Final: 68

Is there any extra credit to add in? (Y or N) –> Y
How many extra credit points should be added? –> 10

Homework Average: 93.78%
Test Average: 62.46%  ***Test average requirement not met***
Course Average: 74.99%
Course Grade: C
Sample Run 3
Welcome to the Grade Calculator!

HOMEWORK GRADES –> 50 70 75 85 100 0 105

RECITATION GRADES –> 10 10 20 20 0 0

TEST GRADES –>
Midterm I: 50
Midterm II: 65
Final: 95

Is there any extra credit to add in? (Y or N) –> X

Invalid option, exiting program.

Part 1-summarize the article
Natterman, J. & Rayne, P. (2017). The prisoner in a private hospital setting: What providers should know (Links to an external site.). Journal of Health Care Law & Policy, 19 (1), 119-147.

Part 2: Application
Discuss how credible the source is using the CRAAP evaluation model. Detail as many of the 5 components as possible:

Currency: How up-to-date is the resource? Why is the date of publication important?
Relevance: How significant is the information in the resource to the topic? Is there a direct coalition to the subject matter? Is the source a primary or secondary source? What makes the source appropriate for an academic paper?
Authority: What makes the source credible? What is the publishing body? What are the authors’ credentials? Provided info on both.
Accuracy: Was the source peer-reviewed (how do you know?)? Were sources cited in the work? What makes the source reliable?
Purpose: Why was this source created? What is its original intent (inform? persuade? entertain?). Did you notice any particular agenda or bias in the source?
Please use specific examples and cite your sources in APA format. Sometimes, we have to do extra research on the authors or publishing bodies. Those sources should be cited as well.

You are the Risk Manager for a publicly traded biotech company that
produces a niche drug for a rare disease. The company is looking to expand
globally and you are responsible for identifying and assessing risks, including
developing a risk appetite statement. How would you go about identifying
relevant risks and quantifying them? What factors would you consider while
developing their risk appetite?

850 word poetry essay and my teacher didn’t assign a question but gave us a format to follow of stuff the essay should have in it! I can send the poem i want to do it on later!

This is how my teacher wants it structured which is easier then a normal formatted essay!

-G.C. > T.V.
-General Claim > True and Verifiable
-Introduce the object of study
-Thesis: is an If-then Statement (If one looks at dotted with a view of ethnicity, THEN .
-Reword the questions
-Introduce the theme early on.
-Methodology: Specifically what and how you re going to be looking at it
Statement of Purpose (what you hope your essay will show): Tell readers what they are gonna read and what I hope to show or do for the reader
– Reveal something about the poem!!

Body Paragraph:
1. Topic Sentence
2. Examples:
3. Analysis of examples
– While there are many figurative devices that are used in this poem,
-No personal eye in body paragraphs (as one can see) <- don’t use this
-A paragraph is a coherent unit of meaning 
Quotations: _____ / _____ / _____ means three lines of poetry
          (eliot, lines 17-21)
-Havent looked in the various ways how metaphors…

Conclusion:
Is about your essay and dont restate your thesis
1. What did my essay do?
2. What did my essay find?
3. What does it mean? (implications): what does it reveal about the poem (even though it seems to be about it shows more then that
Discover and show something about the poem! not about life or morality, strictly the poem

SEE ATTACHED DOCUMENTS FOR FULL DETAILS!!

Visit the Bureau of Labor Statistics website. At this site, Labor Force Projections, review the data table for Civilian labor force by age, gender, race and ethnicity. Analyzing the data from this website and incorporating additional scholarly research, compose a 23-page expository research paper addressing the following questions:
1. How are the demographics of the United States workforce changing?
2. How might these changing demographics have an impact on an organizations recruitment strategies and methods?
3. How can diversity and inclusion be improved in an organization?
Assignment Checklist:
This Assignment should be in a 23-page Word document, in addition to the title and reference pages.
It must be written in Standard English and demonstrate exceptional content, organization, style, and grammar and mechanics.
Respond to the questions in a thorough manner, providing specific examples where asked.
Your paper should provide a clearly established and sustained viewpoint and purpose.
Your writing should be well ordered, logical and unified, as well as original and insightful.
A separate page at the end of your research paper should contain a list of references, in APA 6th edition format. Use your textbook, the Library, and the internet for research.
Be sure to cite where appropriate and reference all sources. Your sources and content should follow proper APA 6th edition format. Review the APA formats found in the Writing Center.