In This Lab, You Will Creating An API That Will Be Used By Another Application. Because This API Is College Essay Help Near Me

In this lab, you will creating an API that will be used by another application. Because this API is used by another application, is important that you create it exactly according to the specification that the consuming app is expecting. In this case, you will be building a “backend” to a privacy-focused note management web application. You can access the application by going to https://spy-notes.rk0.xyz/. The way this web application works is that there is some code that runs on the browser (the “frontend”) and code that runs on a server (the “backend”). That frontend code will be in charge of presenting information to the user, as well as handling animations, input validations, and some other UI responsibilities. The backend code is often responsible for things like centralized data storage and authentication. Intuitively, having data stored in a central location is what lets you log into an app on your phone, create some content, and then be able to log in with a totally different computer and continue working.

In this lab, you will be writing the backend data-storage code for the note-taking web application mentioned above. Unlike most web applications, the frontend lets the user provide a URL for the backend server they want handling their request. When your assignment is done, you should be able to plug in your own server’s URL, and have the app work exactly as it did with the default built-in backend.

When this project is done, you will have written a new working backend, in a different language than I used to write the original backend, with different data-storage technology and no specific knowledge of how my app is coded.

Part 1: The REST API
There are a number of features in the web application that rely on a backend server. Each of those features is associated with a REST-ish endpoint. The endpoints are listed below.

Note: Browsers have a security mechanism that by default prevents requests to servers at URLs other than the domain your are currently browsing unless the server allows it explicitly. This prevents a site like www.evil.com from making unsafe requests to www.yourbank.com. To opt out of this protection for a specific API, annotate your RestController classes with @CrossOrigin (or follow another config pattern here: https://spring.io/blog/2015/06/08/cors-support-in-spring-framework)

Create a User
Users are able to register for the secure-notes site. When they do, they will be given a long random string that they need to keep safe. It will act as their anonymized username and password. The string is a UUID. When a user clicks the button to register themselves a user, the browser will make a request to the server and the server will generate one of those UUIDs. You should store that key and the date the key was created. There is a built-in way to generate UUIDs in Java. Check out an article for how to use that here

Sample Request

POST /users

Sample Response

{
“userId”: “abc-123-def-456”,
“createdDate”: 1614055067895
}
Fetch Users
This endpoint should return a list of all users in a JSON array. The response should include their IDs and a timestamp for when they were created. A real privacy-focused app either wouldn’t have this endpoint. In this case, it’ll be helpful for debugging though.

Sample Request

GET /users

Sample Response

[
{
“userId”: “abc-123-…”,
“createdDate”: 1614055067895
},
{
“userId”: “def-456…”,
“createdDate”: 1614055067896
}
]
Fetch User QR Code
Each user’s UUID can be encoded as a QR code. The job of this request handler is to return a QR code image that represents that UUID. In this case, the browser will pass the UUID for a user in the request. ZXing is a good potential library for generating QR codes. The documentation is not the best IMO but this article gives a pretty complete descriiption of how to make a Spring Server respond to a request with a QR code.

Note: There are different formats of QR code and different image that can scan. As long as it shows something in the browser and it’s scannable by a reasonable app / tool, I don’t care what format you choose.

Sample Request:

GET /users/abc-123-def-456/qr

Sample Response:

qr-sample.png

Create a Note:
Users should have the ability to create notes through your API that will be associated with their particular user. Each note has a title and some content as well as a UUID and a creation date. The UUID will be unique for each note and separate from the UUID of the user.

Sample Request

POST /users/abc-123-def-456/notes

{
“title”: “Note title”,
“content”: “This is the body of my note”
}
Sample Response

{
“noteId”: “asd-098-fgh-765”
“title”: “Note title”,
“content”: “This is the body of my note”,
“createdDate”: 123412414
}
Fetch Notes
This API return the list of all notes for a specific user. The web application will call this when it wants to load or refresh the list of notes. It might happen more often than you would think.

Sample Request

GET /users/abc-123-def-456/notes

Response

A JSON Array of all the note objects for that particular user, in the format specified for the previous request

Delete Note
This API deletes a specific note for a specific user

Sample Request

DELETE /users/abc-123-def-456/notes/asd-098-fgh-765

Response

The JSON form of the note that was just deleted

Part 2: Storage
All of the notes and users in this API should be stored in DynamoDB. You should use one table for notes and one table for users. The requests to fetch and create users should all correspond to appropriate Dynamo queries to fetch and insert data. Please set up your Dynamo tables so that all queries that return multiple items (users or notes) use a Query against an index.

Note that QR codes don’t need to be stored anywhere. It is possible to generate them on the fly when users make requests so you should not need to upload them to S3 or something. If you want to do that though, that is fine.

Part 3: Hosting
Like the past few assignments, this project should be hosted on at least one EC2 instance on AWS. You should use an IAM role to make sure that EC2 instance is able to make requests to your DynamoDB tables (and any other infrastructure you may create). Remember when running your server to use nohup or something similar to make sure the app stays running when you are not connected to your EC2

Testing
To test your server, please navigate to https://spy-notes.rk0.xyz and use the input box in the bottom right of the UI to paste in the URL for your server. In development, you will all just be pasting in http://localhost:8080 when your server is running. If your server is working, you should be able to use the site properly. If your server is not working and you want to try using the app with my pre-made backend server again, you can blank out this input field or reset the server back to the original value of https://spy-notes-api.rk0.xyz

It might also help to use Postman to test your requests and responses outside of all the other stuff going on in the browser

[supanova_question]

Five-page (11pt, double line spacing) doc or pdf to provide consistent analysis in supporting your answers to the following three Essay cheap essay help: cheap essay help

Five-page (11pt, double line spacing) doc or pdf to provide consistent analysis in supporting your answers to the following three questions: Q1: Which judge was the most influential? Should the judges exert equal influence on the results? If so, how could you ensure it? Q2: Which two cheeses (in cheddar and in brie categories) won? Explain the metrics you used and why? Q3: As a group, how did the Canadian cheeses compare with the US cheeses?

[supanova_question]

The instruction is in the first picture. And the second picture is the sample. These three pdf are the college application essay help

The instruction is in the first picture. And the second picture is the sample. These three pdf are the class material mentioned in question 1. You must reference class material in your answer. And this is the website of lobster wars mentioned in question 2. https://www.biographic.com/the-lobster-wars/
And please SEPARATE AND MARK the two-part answers like the sample. Thank you.

[supanova_question]

Historical Battle Analytic Essay: Battle of Fort Sumter Please review the Outline and Guidance to complete this analytic review: https://www.mediafire.com/file/pmeim06f746jgbe/Outline and Guidance_His essay help free: essay help free

mediafire.com/file/pmeim06f746jgbe/Outline and Guidance_Historical Battle Analytic Essay_Battle of Fort Sumter.docx/file
Please review and use the following resources:ATP 2-01.3 at https://www.mediafire.com/file/xcuevleridaa00x/ATP_2-01.3_Intelligence_Preparation_of_the_Battlefield-2.pdf/file
FM 3-0 at https://www.mediafire.com/file/eucowglg54v2sr7/FM 3-0 dated OCT 2017.pdf/file

Please utilize additional scholarly, academic, and credible resources. 
The purpose of the Battle Analysis Paper is to:
1. Define the Battle.
2. Review the Setting and Set the Stage for the Analysis
3. Describe the historical account the the battle and key events. 
4. Assess the significance of the battle and lessons learned. 
The paper – 
Must be 5-7 pages, not including the title and reference page. 
Must be in APA 7 professional format and include an abstract on the title page. 
Appropriately apply APA-formatted citations to all in-text citations. 
Must utilize scholarly, academic, and credible resources. 
Must have less than 5% passive voice.

[supanova_question]

For this assignment I need 15 powerpoint slides (not including title slide, or bibliography/works cited), speaker notes ON EVERY writing essay help

For this assignment I need 15 powerpoint slides (not including title slide, or bibliography/works cited), speaker notes ON EVERY SLIDE, and a 5 page executive summary. PLEASE reach out to me if you need more pages for executive summary or any issues! This has to be done on a high end Master’s/Ph.D level!

[supanova_question]

1. Find a journal article describing a research study investigating lithium-ion battery failure during mechanical, thermal, or electrical abuse. online essay help

1. Find a journal article describing a research study investigating lithium-ion battery failure during mechanical, thermal, or electrical abuse. In a short essay, describe the objective of the study, the experimental approach (or computational/modeling approach) used in the study, and the overall conclusions and major takeaways resulting from the study. Provide your opinion on the broader impacts of the study towards addressing battery safety. Include a citation and link to the DOI for the journal article.

[supanova_question]

Marketing Specialist, Content: Content Assignment 2022 For the purposes of this assignment, your task is twofold: 1. Develop a simple marketing plan detailing how you would use the information below t college essay help online: college essay help online

Develop a simple marketing plan detailing how you would use the information below to
promote CWB National Leasing.
2. Create one or more pieces of sample content that will market CWB National Leasing with the
goal of communicating our brand value to customers interested in leasing equipment.
Using only the sample quotes below and/or whatever you’d like to use from cwbnationalleasing.com,
create a marketing plan that explains what type(s) of content you recommend we create to promote the
company and why.
Provide at least one writing sample of how you would craft the content. You do not need to fully
develop all types of content you recommend, but we’d like to get a sense of your writing style.
Garry Dustman, Digital Sales Advisor says that:
Our customers should do business with us because our relationship with the customer extends beyond
the financing on their equipment. We’re an advisor, we’re a smiling face and we’re a partner to help
them grow their business.
In order to grow, businesses need to expand their operations. To expand their operations they need
access to greater pools of capital.
Customers love using our digital tools. We help them access the tools they need when they need them
and how they want to use them.
Robert Ruffman, Sales Account Executive says that:
I recently had a large lease application where the customer was directed to a different leasing company
by the equipment dealer, and once the asset was ready for delivery, the leasing company doubled their
rate. So the customer, having dealt with us in the past, came to us for help. We were able to help and
the customer was delighted. That’s why I get up for work everyday.
Karen Sands, insurance Manager says that:
There is one time that stands out in my head I had a gentleman call that had a old army jeep he had
restored (and was very proud of), which he wanted to get a license plate for but was having trouble
because the serial number on the Jeep was idental to the serial number on a crane we where leasing to
abnother customer. What are the odds of that happening???? Compleltely different equipment with the
same serial number. and I gave him my phone number to pass on to MPI to call me if they needed more
clarification. I did end up speaking to someone at MPI and then two days after that conversation I
received an email from the customer thanking me and a picture of him and his jeep! That made me feel
good! Big smiles.
Anonymous customer online review of CWB National Leasing says:
I’ll never work with another financing company again. CWB is the best company I could ever dream of
working with. My financing was fast. Very little paperwork. Highly recommended.
John James’ feedback in our Customer survey says:
When I first started my business, I didn’t have two dimes to rub together. I got financing from National
Leasing. They took a chance on me. They believed enough in my business to give me the capital I needed
to grow. Honestly, I don’t think I could have done it without them. All the other banks said no. But
National was there for me. They’re like my business partner, so I go to them every time I need financing.

[supanova_question]

Assuming the role of an accountant, your new client Suzie Maye needs help in setting up basic accounting practices for her business. You begin by showing her how to set up a transaction analysis based essay help online

You begin by showing her how to set up a transaction analysis based on the accounting equation of Assets = Liabilities Owner’s Assets. You show Suzie how to enter the various assets, liabilities and owner’s assets into the transaction analysis template demonstrating the balance based on the equation. This will help Suzie understand that through this process every financial transaction that occurs in her business must be reconciled on each side of the equation. 
Please record the following transactions using transaction analysis. Please use this template to complete this assignment. 
1-May
Owner, Suzie Maye, invested $7,000 in her business, Matrix Consulting.
2-May
Company paid monthly rent, $900.
3-May
Company bought supplies on account, $600.
5-May
Company paid monthly advertising, $125.
9-May
Company performed services, $4,000.
12-May
Owner, Suzie Maye, withdrew $1,000 for personal use.
15-May
Company performed services on account for $5,400.
17-May
Company paid monthly salaries, $2,500.
20-May
Company made a payment on account, $600.
23-May
Company received $4,000 from a customer on account.
26-May
Company borrowed $5,000 from local bank.
29-May
Company bought equipment on account for $4,200.
30-May
Company paid monthly util

[supanova_question]

Research Project Requirements: The reason for this project is to learn how to make and analyze Lean Six Sigma Projects. Students are not expected to prepare a perfect Lean Six Sigma Project, but they custom essay help: custom essay help

Students are not expected to prepare a perfect Lean Six Sigma Project, but they are expected to understand and summarize the basics of a Lean Six Sigma Project.
Please select your topic. Find minimum 6 journal papers based on your topic and based on your topic selection. Library is a very good source for the topic (Science direct database is good for engineering journals).
You are expected to explain the basics of the methodology that you selected. You don’t need to include and explain every single subtitle in the template.
You may use any appropriate Lean/ Lean Six Sigma methodologies such as 5S, or JIT process design, U-shape cell design, DMAIC approach or other methodologies.
One of the important factors for a good grade is putting your own words for explanation. Please do not plagiarize for the explanations of the projects and reference all of the sources you used.
Final Project Template:
1.      Introduction/Context
a.       The company and/or department in which your problem happened
b.      The problem directly related to the job functions that you solve by improving the current way things are done
If you chose the DMAIC process, here is the link for DMAIC methodology: https://en.wikipedia.org/wiki/DMAIC
More methodologies you can utilize: http://asq.org/learn-about-quality/six-sigma/tools.html
Brief literature review about the Lena concept based on the selection of the topic
Discussion
Conclusion
References (Show your minimum 6 references here, please do not limit yourself finding 6 articles, you may include more articles)
Format of the Project
1.    The length of the research paper should be minimum 10 pages.
2.    Please use 12 point as sizing and 1.5 line spacing
3.    Please use your own words when you are writing. Do not copy and paste from the references.
4.    Use proper spelling and grammar
5.    Display a logical organization and natural flow
6.    Present material with concision, clarity, and fluency
7.    Display professional tone and content
8.    Use relevant visual aids
9.    Please named your project as lastname_firstname_INEN_5354_Project
Discussion areas for potential topics
Here are the basic discussion topics for your project. You should be able to give explanation about these topics in your project.
a. What is approach/method to lean?
b. Draw a conclusion for bottom line results of lean effort in selected topic
c. Resources required for implementing lean
d. Type of results achieved
e. General observations about lean practice
f. Other topics that seems relevant to lean manufacturing which will be worth to discuss
Present results in a well organized and compelling written document.

[supanova_question]

essay about Homeland Security and how it benefits us – APA Format – 2 scholarly sources from academic journals – Cover page and reference page ( not included in the 750 words) – No abstract page essay help free: essay help free

Some things you could include : Terrorism , Practical Criminology, Radicalization, and Types of Terrorism, Money Laundering, the Media, Force Multipliers, Gender Roles, and Tactics, Long-Term Separatist Terrorism, Nationalistic and Endemic Terrorism, Background to the Middle East, Terrorism in Israel and Palestine, Revolutionary and Counterrevolutionary Terrorism, Jihadist Networks, Domestic Terrorism, Organizing Homeland Security, Homeland Security and Constitutional Issues, Law Enforcement, Homeland Security, and the Future

[supanova_question]

General Instructions You may take as much time as you need between Monday, April 18th and Friday, April 22nd, 2022, college essay help online

General Instructions You may take as much time as you need between Monday, April 18th and Friday, April 22nd, 2022, to complete this examination. It is not timed. A final copy with all of your responses must be submitted to Blackboard no later than Friday, April 22nd at 11:59 pm. Please submit your responses in one Word DOCX or PDF file. Late or emailed submissions cannot and will not be accepted; they will receive a grade of zero. The submission link will disappear at 11:59pm on April 18th, so please plan your week accordingly: do not save this until the last minute! The exam questions are outlined below. Respond to each question in full, grammatically correct sentences and properly organized paragraphs. The purpose of the exam is to demonstrate your knowledge; you may also access and refer to course modules on Blackboard and/or refer to Actively Learn lessons to support your responses. Don’t forget to cite all summaries, paraphrases and quotes using APA. You should have a properly formatted APA document, in-text citations, and a complete and correct References page. APA support can be found in the links above

[supanova_question]

PLEASE READ THROUGH THE RUBRIC ATTACHED! APA FORMAT FOR THE ENTIRE PAPER INCLUDING THE REFERENCES PAGE IN-TEXT CITATIONS 12-POINT essay help free: essay help free

PLEASE READ THROUGH THE RUBRIC ATTACHED!

APA FORMAT FOR THE ENTIRE PAPER INCLUDING THE REFERENCES PAGE

IN-TEXT CITATIONS

12-POINT TIMES NEW ROMAN

DOUBLE-SPACED

FOR THE AUDIT PLAN YOU ARE CREATING FOR THIS PAPER, PLEASE REFER TO THE ZIP DRIVE ATTACHED CONTAINING THE ICFR AND MATERIALITY GUIDELINES!

IF THERE ARE ANY ISSUES, PLEASE REACH OUT TO ME!

[supanova_question]

Option 2: Many people have a problematic relationship with the health care system. They may be nonadherent to their medical custom essay help

Option 2: Many people have a problematic relationship with the health care system. They may be nonadherent to their medical regimens, feel negatively about their provider(s), fail to make/keep follow-up appointments, postpone necessary visits to their physicians, avoid traditional medicine altogether, report traumatic events related to medical care, and/or take legal action against their providers. For this paper, choose someone who has experienced one or more of the above issues. Describe the situation, analyze it from a health psychological perspective (causes, consequences, relevant variables), and suggest changes in the health care system that might help to ameliorate such difficulties. *You may write from your personal knowledge of the person or from an interview. De-identify information as needed. You may also write about yourself if you are so inclined. FORMAT: The body of text should be at least three full pages (but no more than five pages) in length. It should follow APA format in the following respects: 1. Double-spaced 2. 1-inch margins 3. Left-aligned 4. Times New Roman 12-point font 5. One-half inch paragraph indentation 6. References at the end (in APA format), if included Do not include a title page, running head, or abstract. Do not plagiarize. Any deviation from the above format will result in significant penalties.

[supanova_question]

Native english speaker please! Corporate Social Responsibility can be a complex issue at the domestic level, but at the Essay college admissions essay help

Native english speaker please!

Corporate Social Responsibility can be a complex issue at the domestic level, but at the international level it takes on a much larger significance. The following companies have faced international scrutiny for behaviours that are considered unethical in the Western world.

Volkswagen Emission Scandal

Based on research, present an argument as to whether you believe these companies were unfairly treated and what lessons can be learned for other organisations working abroad. Specifically indicate what role HR should play in ensuring ethical standards internationally. Outline what HR could have, or should have done in the cases above.

This is a group assignment and I have been assigned to do question 3 which is as follows:

3. What did you learn from doing this assignment and how did it change your idea of:
• The trustworthiness of organisations
• The role and influence of HR professionals

I have attached the brief for reference. As mentioned above, the subject we are doing the report on is the Volkswagen emission scandal and q.3 is the one that I am doing my part on.

[supanova_question]

Hello, you did a Personal Skills Lesson Plan for me and did a great job on the Objectives. A Essay essay help online free: essay help online free

Hello, you did a Personal Skills Lesson Plan for me and did a great job on the Objectives. A previous writer did this Self Advocacy Lesson Plan for me but the professor does not like the Objectives portion. Can you review the Self Advocacy Lesson plan for me and fix the Objectives and anything else that needs to be fixed. The professor refuses to grade the Self Advocacy Lesson plan until it is fixed. I attached the previous writers lesson plan and instructions ,and a power point slide starting on *8-19 that shows an idea for what the professor is looking for the Objectives. Please fix it.

[supanova_question]

How might phylogenetics be used to understand the evolution of a species? Your essay should be ca. 500 words long. college essay help online

How might phylogenetics be used to understand the evolution of a species? Your essay should be ca. 500 words long. Include a title but no abstract. You can use Figures if you like. Please include references and a bibliography (not included in the word count). Pls used AMA referencing. This is university level genetics degree so please only take on this offer if you have quality knowledge on the topic.

[supanova_question]

Please refer to Chapter 8 of the PDF file provided. Developing an Email and Malware Training Program (Chapter 8) essay help free: essay help free

Please refer to Chapter 8 of the PDF file provided.

Developing an Email and Malware Training Program (Chapter 8)
You are working as an information security intern for Best Regional Bank, who has asked you to develop a PowerPoint training module that explains the risks (including malware) associated with email. The target audience is all employees.
Create an outline of the training to present to the training manager.
The training manager likes your outline. She just learned that the company would be monitoring email to make sure that data classified as “protected” is not being sent insecurely and that access to personal web-based email is going to be restricted. You need to add these topics to your outline.
Working from your outline, develop a PowerPoint training module.
Be sure to include email “best practices.”
Be prepared to present the training to your peers.
Deliverables:
Word document for the outline (min 1 introduction paragraph and 6 bullet points)
PowerPoint presentation with slides that are visually stimulating (one slide per bullet) (at least 6 slides)

[supanova_question]

No-no boy John Okada ; with a new foreword by Ruth Ozeki ; introduction by Lawrence Fusao Inada ; online essay help: online essay help

No-no boy
John Okada ; with a new foreword by Ruth Ozeki ; introduction by Lawrence Fusao Inada ; afterword by Frank Chin.
Seattle : University of Washington Press, 2014.
ISBN 9780295994048
Please read the pages 0-153 to answer these two questions AND FOLLOW THE INSTRUCTION.
DON’T MIND THE PAPER FORMAT.

[supanova_question]

Watch the film: End of the line: The women of standing rock Probably you will not have access to essay help online free

Watch the film:
End of the line: The women of standing rock
Probably you will not have access to watch it, so please check this website and see if it is helpful: https://www.indiegogo.com/projects/end-of-the-line-the-women-of-standing-rock#/comments
Take notes at the event and then do a one-two page write-up about how the content of the event relates to this course. Try to related what you write with the following uploaded documents.

[supanova_question]

It is immoral to kill non-combatants during war. Putin’s army in Ukraine is not obeying this regulation; many Ukrainian citizens essay help: essay help

It is immoral to kill non-combatants during war. Putin’s army in Ukraine is not obeying this regulation; many Ukrainian citizens are being targeted and killed. But this war (and a possible 3rd world war) would have been avoided altogether if Trump had remained in office as the American president; and had Biden not taken over from him. After all, Putin did not start the war in Ukraine throughout Trump’s four years in office. So, if most people had known about this, they would have voted massively for Trump so as to continue to have a peaceful world. 1. From the above narration, identify an issue you want to address by asking a question to expose the issue. 2. Give a (tentative) answer to the question you raised above; (i.e, your hypothesis or your claim/conclusion). 3. Present your pieces of evidence (premises) to support your claim.

[supanova_question]

Summarize the main points of the articles. What is/are the author(s) trying to say? What new ideas and concepts essay help free

Summarize the main points of the articles. What is/are the author(s) trying to
say? What new ideas and concepts did you learn?
1) Provide substance in a concise way without omitting critical information. Eliminate fluff.
2) Use short sentences (8-16 words).
3) Use short paragraphs (5-10 sentences).
4) Use 3rd person for pronouns. Avoid the use of first and second person pronouns. Ex. “The
authors of this report …” instead of “I/we …”
5) Use Times New Roman 12 point font size consistently.
6) Single space.
7) Do NOT indent paragraphs. Separate with blank line.
8) Use subheadings to separate topics.
9) A combination of paragraphs and bullet points may be used. Bullet points should be used
for lists.
10) Pay attention to verb tense.
11) Avoid slang (ex. “process was a mess” vs. “process was ineffective”).
12) Avoid redundant redundancy (exactly! The reader starts asking, what is the author trying to
say?)
13) Avoid superlatives for the most part (ex. huge, massive, awesome, etc.)
14) Write for clarity not complexity. Use good sentence structure (subject, verb, object).
15) Check for spelling mistakes (not just the ones Microsoft highlights).
16) Use MLA format for citing sources
a) See https://owl.purdue.edu/owl/research_and_citation/mla_style/mla_overview_and_workshop.html
i) For in-text citations, click on the “In-Text Citations: The Basics”
ii) Create “Works Cited” section at end. Click on “Works Cited Page: Basic Format”
(1) include URLs in angle brackets at end of reference

[supanova_question]

SUBJECT Mapfre insurance and State farm insurance>>>> A Status Report where in **Memo Format you:>>>>>> Research two major employers college admissions essay help

SUBJECT Mapfre insurance and State farm insurance>>>> A Status Report where in **Memo Format you:>>>>>> Research two major employers in your field and in your Status Report address the following questions. You can obtain information from the internet, current employees, company literature, and national newspapers. What kind of organization is it? Is it a for profit, non-profit, or governmental organization Does it provide a service or services? If so what kind(s) What does it’s mission statement reveal? How large is the business? How large are it’s assets? Is it owned locally? Is it the subsidiary of a larger organization? How long has it been in business? If it’s government employment, at what level or in what sector is it? Where would you fit in? >>> background: I currently work for Mapfre as a claims processor, i am in school for UX design i eventually want to obtain a UX role at a insurance company. ***please be sure to have a reference page

Read more at: https://www.paperhelp.org/order.html?pid=11723

[supanova_question]

assignment, you will read a case study and answer the following questions: 1. In your own words, explain the difference between Apple Inc.’s and Amazon’s supply chain methodology. 2. A. What are some of Apple Inc’s supply chain’s biggest challenges? B: How would you resolve or undertake these challenges? 3. A. Why are Amazon’s Supply Chain Characteristics more complicated than those of Apple’s? B: How would you reconcile these complications? college essay help: college essay help

Please follow the instructions below: Download the case study here……… 1. You will submit a MINIMUM 2 page paper (single-spaced) that answers the questions above. 2. You will have three weeks to work on this assignment. 3. This is an individual assignment. Collaboration between students is prohibited and is treated as a violation of academic integrity. Notes for grading: • All questions’ available grades are equally distributed. • An answer without detailed explanation will get no more than 1 point out of 100. • Turnitin will be used to detect any plagiarism for this assignment.

[supanova_question]

below. This is due by SUNDAY 4/24/2022 by 9pm EST!! NO EXCEPTIONS! essay help

This Discussion question: Gas was selling for $3.95/Gallon on Labor Day Weekend of 2012. At election time (November 2012), the price was $3.15/Gallon. Now, it is selling at $1.75/Gallon. What causes increases and decreases in the price of gasoline? Use Supply and Demand curves to illustrate your arguments. Reading text chapter 3 will be helpful in discussing this question You are required to respond with a minimum of 150 words for your initial response.

[supanova_question]

Background We are revisiting the Texas Public Use Inpatient Database for our final project. This time we are working scholarship essay help: scholarship essay help

Background
We are revisiting the Texas Public Use Inpatient Database for our final project. This time we are working
with a combined 2014 file created for this assignment. The combined file contains inpatient records for Houston
County for all four quarters of 2014. The SAS file is available in Canvas for download. I saved you the
trouble of having to import each file and then merging them.
I suggest you save time by recycling
SAS code and editing it as necessary for this project.
The final report for this assignment is a two-page executive summary, and I will review templates during
our last live session. The summary will have more narrative than previous reports since there is more
information to report.
We have been asked to show whether inpatients diagnosed with ischemic heart disease in Houston
County during 2014 were more likely to get discharged to another type of medical facility or home care
compared to all other discharge statuses. We want to report descriiptive statistics and ORs using
multiple logistic regression for this association, and any interesting covariates and potential
confounders. The next section details the components of the assignment.
Instructions
1. Familiarize yourself with the data and its contents by running a PROC CONTENTS and reviewing
the data dictionaries in Canvas
2. Create variables for the main exposure (ischemic heart disease) and the main outcome (patient
discharge status)
a. Detail the ICD-9-CM codes used to define ischemic heart disease in an Appendix (this
can be a third page)
3. Identify potential confounders from the variables available and clean those variables as needed
4. Be mindful of missing data and treat it appropriately
5. Summarize all your study variables in a table that includes p-values (refer to previous modules
for suggested table formats)
a. You may use PROC TABULATE or Tableau to generate this table
b. The table needs a descriiptive title and footnotes as needed
6. Create two graphs illustrating interesting differences in your descriiptive statistics by quarter
a. For example, you might show the percent of ischemic heart disease by patient discharge
status for each quarter
b. Correctly label all parts of the graphs
7. Describe the data you are presenting and the methods of your analysis in narrative form
a. Background and Introduction
i. What is your purpose?
ii. Provide a brief background on ischemic heart disease and associated patient
discharge status from the literature
1. Cite two peer-reviewed sources and list them at the end of your report
under a “References” section (this can be a third page)

Final Project
b. How did you define your variables?
c. What does your population look like?
d. How did you assess potential confounding and how did you determine which variables
to include in your logistic regression model?
e. What are your findings?
i. Present the OR and 95% CI between the main exposure and outcome in a way
that stands out to the reader and describe the meaning in the narrative
ii. Include any recommendations for future analyses
f. You must reference each table and graph in the narrative
8. Do not use raw variable names on any part of the project!
9. Overall visual appeal will be graded
a. Be mindful layout and how text wraps around visuals
10. Deliverables for submission:
a. Two-page executive summary
b. Appendix and References
c. Two peer-reviewed articles
d. SAS Log, Program, and Output files saved using the lastname_type of SAS file naming
convention
e. If applicable: Tableau workbook saved using the lastname_workbook naming
convention

[supanova_question]

Documents: – WIKI 1. TIMELINE PROGRESS. – WIKI 2. TIMELINE PROGRESS. – WIKI 3. TIMELINE PROGRESS. – CHARITY PPT. writing essay help: writing essay help

Documents:
– WIKI 1. TIMELINE PROGRESS.
– WIKI 2. TIMELINE PROGRESS.
– WIKI 3. TIMELINE PROGRESS.
– CHARITY PPT. COURSEWORK 1 SUBMISSION.
– COURSEWORK 2 INSTRUCTIONS. THIS ASSIGNMENT – (CRITICAL REFLECTION ON COURSEWORK 1).

Important Notes
1. Must be detailed
2. Must be a critical reflection
3. Must use academic underpinning
4. Must use support and in-depth analysis
5. Must use Academic literature to support the reflection
6. Must use real life examples / evidence to support the reflection
7. Credible References

Please ensure that you use academic theory to underpin your points and reflect on the charity challenge (COURSEWORK 1) , do not just describe what happened.

[supanova_question]

Discussion board Assignment. One social psychology theory is called Fundamental Attribution Error, a tendency to unfairly judge others for their character rather than as a result of the situation they custom essay help

One social psychology theory is called Fundamental Attribution Error, a tendency to unfairly judge others for their character rather than as a result of the situation they are in. Click here to watch a short video explanation and view examples of the Fundamental Attribution Error.  
After you have watched the video, answer the following questions:
Tell about a time you made a judgement of someone’s personality without have a complete understanding of the reasons for their behavior. How did that impact your relationship with them? -OR-
Tell about a time someone made a judgement about you without realizing the reasons for your behavior?  Again, how did that impact your relationship with them?
How might culutural or societal influences affect this situation?
How can you combat Fundamental Attribution Error?

[supanova_question]

Letters/Emails to or Interview with a Legislator college essay help: college essay help

Assignment Prompt

Public policy has a major impact on your practice and your patients. Advocacy is an expectation of the advanced practice nurse. Elected officials care about what their constituents have to say. To make a difference, you need to be informed and engaged. Contacting your legislator and discussing issues is an important attribute of nurse leaders. In your interactions with lawmakers you want to be positive and nonpartisan, personal, persistent, patient, focused on your message, and provide accurate information.

Directions

Determine the issue or message (e.g., telehealth impact on your practice) you wish to discuss with your legislator(s). Resource: The American Nurses Association Federal Legislative Priorities for 2019.
Identify your legislator and contact information from his or her website and/or search here.
Choose one method of Advocacy: Face-to-Face or Letter/ Email.

Letter or Email: The student must write three (3) letters or emails or a combination of letters/emails to their identified legislators (State and/or Federal). Legislators read correspondence, especially when it is personalized and clearly from a constituent. The following guidelines should be used when writing to your representative:
Be brief (one page or less), and use your own words.
Begin with the appropriate heading and address.
Be specific: State the specific bill number and issue and state your opinion in the first sentence.
Relate your experience with the issue. Use personal examples when possible. Your interest and concern about the issue is important.
Ask the legislator to specifically commit to supporting or opposing the legislation you are writing about.
Ask for specific reasons they are supporting or opposing the proposal.
Sign and print your name and include your address and other contact information.
If you have pertinent materials and/or editorials from local papers, include them.
Avoid form letters/emails if possible. If you are using a sample or form letter, be sure to adapt it, especially in the first sentence and paragraph. Legislators and their aides recognize form letters and are less likely to be influenced by them.
Thank him or her for considering your opinion.
Submit the three letters and/or emails in Word docs in the D2L assignment link along with a separate one-page reflection on your experience.

[supanova_question]

(1) I would have to say that I do believe music and film could become a gateway into new realities, and would even argue that it already has done so. When we look at how much time and effort is spent best essay help

When we look at how much time and effort is spent in the arts, some would even go as far to say things such as, “Music is my world. Music is my escape.” etc. I believe music and film provides an outlet where a new, better reality can be created to our liking. It gives us the ability to create an entirely new persona where we are not bound by the limits of reality and our physical being. It’s similar to the social media world, in my opinion. In the world of art a doctor for example, can be transformed through music to feel as if she is a rock star, or anything she is interested or curious about embodying. I know I have had multiple times where I am reading a book and become engulfed in the world of the main character, to the point where I feel as though I am the main character. I believe film and music provide this same experience of new realities, but on a completely larger, more vivid scale. 
(2)
I do believe that music and film may become a gateway to new realities, and I believe that statement is already true. Oftentimes, when people are sad, they want to listen to sad songs or watch a sad movie, and when they are happy they want to listen to happy music or watch a happier movie. It gives us an outlet to feel our feelings through someone else hurt or pain or even their happiness. It could also go to say that when a person is sad, they want to listen to happy music or watch a happy movie to change their mood – changing their “reality.”
IN 4-5 LINES, RESPOND TO THIS TWO DISCUSSION BOARD

[supanova_question]

1) Divine Command Theory says that an act is morally right if and only if God decrees it is college admission essay help

1) Divine Command Theory says that an act is morally right if and only if God decrees it is morally right, and wrong if God decrees it is morally wrong. After spelling out this theory of where morality comes from, discuss the objection that it seems to make morality arbitrary (why does it seem to do this, how does the alleged arbitrariness come about?). Then either defend Divine Command Theory from this objection in some way, or, alternatively, entertain a possible defense of DCT from this objection, and then show that this defense does not succeed.

2) In the original popular science fiction movie “The Matrix”, most humans live utterly deluded lives, where the virtual “reality” they experience is quite different from their actual condition. The heroes of the movie fight to free humans from their illusory existence. However, if they succeed, all of these people will experience much more difficult lives. While plugged into the Matrix, people are relatively happy, experiencing minimal physical or psychological suffering, though they are systematically deceived. But once removed from the Matrix, given the desperate nature of the actual world, they will live lives filled with much more pain, hunger, fear, and a constant struggle to survive . . . So, first carefully but briefly explain John Stuart Mill’s Utilitarianism (what it claims, how Mill supports it, what the key notions are, etc.). After spelling out Mill’s doctrine, consider an objection that is based upon these points about “The Matrix”. That is, explain how the above considerations seem to pose a problem for Mill’s doctrine, since what Mill’s theory seems to say that freeing people from the Matrix is fundamentally wrong. Do not simply explain the movie – explain only the challenge it poses to utilitarianism by suggesting the morally right thing to do is not maximize happiness. Then, discuss a possible defense of Mill’s theory based on Mill’s own strategy of introducing a quality dimension to pleasure. Either show how this defense either successfully answers this Matrix-style criticism, or instead show it fails and/or leads to deeper problems.

3) Peter Singer argues that our current conception of moral obligation requires a drastic revision. After carefully explaining Singer’s position and his argument for that position, critically evaluate his viewpoint. If you disagree with Singer, explain what is wrong with his argument and/or position (you may also defend one of the objections he himself raises and rejects). If you agree with Singer, then respond to the following objection to his viewpoint: My own life is every bit as important as the life of another. By making the sort of sacrifice Singer suggests, I would be, in effect, sacrificing my own life (because many of my own goals, projects and interests would need to be abandoned). Singer is therefore wrong to claim that I, as an individual, have a moral responsibility or duty to make such a sacrifice, because no one is morally required to sacrifice their own life for the life of another. If you are going to defend Singer, show what is wrong with this objection. ———————————————————————
This time your paper is going to be a little longer — around 3 or so pages — and you will be explaining other views and providing your own critical commentary and arguments. Of course, I do not expect you to solve these issues once and for all, or present a complete theory in 4 pages. Instead, we want to see that you understand the central debate and have something to add to the discussion; that you can provide some original support or criticism for a given position. Often, a good way to make your point is to illustrate it with specific examples or analogies. Re-read the course material on e-reserve on writing philosophy papers.

[supanova_question]

Im going to provide the paper that I used and I need it in a powerpoint form. im not scholarship essay help: scholarship essay help

Im going to provide the paper that I used and I need it in a powerpoint form. im not allowed to read off the paper so for the slides this is what im going to need you to do, each point should have its own slide or however you want to do it.
.Explain the stock price charts and financial statement analysis. (# 7 and 8)
 Explain payout policy and M

[supanova_question]

of Covid-19 effected the daily decisions and psychological health faced by students at Universities and college admissions essay help

All new sources must be scholarly and found in the GSU library database. These are a few sources listed in the file down below called 1289. These sources do not all have to be used if you can find better on the https://library.gsu.edu/More should be added. The instructions go more into the depth of what’s needed. That is the Topic sentence I was given to use to do the research paper.my Topic is Has the detriment of Covid-19 effected the daily decisions and psychological health faced by students at State Universities and Colleges.

[supanova_question]

An outline of an assessment of a sexual and reproductive health status of zambia. This assessment should include a best college essay help: best college essay help

An outline of an assessment of a sexual and reproductive health status of zambia. This assessment should include a review of key sexual and reproductive health indicators (contraception, abortion, maternal health, gender-based violence) and a discussion of political, social, economic, cultural and epidemiologic factors that account for the country’s sexual and reproductive health situation. The assessment may include figures or tables and should be appropriately referenced. All assignments for this course will use the APA referencing style.

[supanova_question]

Please reply of at least 200 words to the discussion below. Support your assertions with at least 2 scholarly citations in APA format.any sources cited must have been published within the last five ye college essay help online: college essay help online

Support your assertions with at least 2 scholarly citations in APA format.any sources cited must have been published within the last five years.
Does it matter that Groupon reported its weakness in internal controls as a disclosure control under SOX Section 302 rather than pointing it out in its report on internal controls under Section 404? Explain.
It makes a difference for Groupon to report its weakness in internal controls as a disclosure under the Sarbanes-Oxley Act of 2002 (SOX) §302 instead of §304. The first of these sections covers management’s responsibility for financial reporting (SOX §302). This encompasses the chief executive officer (CEO) and chief financial officer’s (CFO) duty to design, implement, and monitor internal control as well as affirm the fair presentation of financial statements free from material misstatements to their knowledge (SOX §302). The latter section addresses the requirement for management to give their assessment of internal control; additionally, an organization’s external auditors are to report on the reality of this statement (SOX §404). Significantly, the inappropriate disclosure of the material weakness under §302 financial statement users may miss the disclosure.
Describe the risks of material misstatements in the financial statements that should have raised red flags for EY.
The risk of material misstatement (RMM) consists of inherent risks and control risks (Popova, 2018). Ernst

[supanova_question]

in men 40 years old and older (PLEASE READ ALL) college essay help online

A technical report detailing AFIB in men ages 40 and addressing all points/criteria on the provided outline given. Please do as the given outline asks and include MLA format within everything. PLEASE try to make this 7 pages, I will pay more money for this of course and the assignment isn’t due until 11:00 tonight so you would have extra time as well. PLEASE try to make this happen for it will make or break my grade.

[supanova_question]

Signature Assignment: Pernicious Anemia Case Analysis Teri goes to see her PCP after feeling depressed last couple of months as college admissions essay help: college admissions essay help

Signature Assignment: Pernicious Anemia Case Analysis Teri goes to see her PCP after feeling depressed last couple of months as well as experiencing a seizure earlier this week. The physician orders a few test, results are shown below: • Low hematocrit • Low levels of Vit B12 • Low Oxygen levels • Presence of autoantibodies against the parietal cell • Peripheral blood smear shows abnormal RBC (large pale RBCs) After viewing the results, Teri is diagnosed with Pernicious Anemia; a condition in which autoantibodies destroys the parietal cells found within the stomach. Address each of the following regarding Teri’s case: 1. Since the parietal cell is destroyed, which substance(s) is Teri lacking as a consequence? 2. What is the correlation between destruction of parietal cells and Vit B12 deficiency? 3. Due to her condition, Teri lacks Pepsin. Explain why. 4. If Teri were healthy, explain what her RBCs would look like? 5. What is hematocrit? 6. Low oxygen levels stimulate her body to create new RBCs by stimulating which process? Explain that process in depth. 7. What protein transports oxygen in our body and explain its structure? 8. What cell secretes antibodies and explain the various functions of antibodies. 9. What are the different types of antibodies and give two characteristics for each? 10. Explain the structure of an immunoglobulin. Specifics: • Support your opinions with evidence from your readings and research. • You must reference a minimum of three (3) scholarly sources in your paper, which includes one non-Internet source. • Use current APA Style to format your paper and to cite your sources. • Your paper/total responses must be 3– to 4-pages in length not including the title page, abstract, and reference pages. o Title page: Case Title, Full Name, Section, Date, Instructor and Campus o Abstract: Summarize the case in a paragraph o Introduction: The physiological importance of the digestive system, immune system, and cardiovascular system for the proper functioning of the human body o Body: Organize your analysis with headings that thoroughly answer the prompts o Conclusion: Summarize the paper in a paragraph Instructions 1. TITLE PAGE = Include the case title, your full name, course, date, instructor, and campus. 2. ABSTRACT = Summarize the case in a paragraph. 3. INTRODUCTION = Explain the physiological importance of the digestive system, immune system, and cardiovascular system for the proper functioning of the human body. 4. BODY = This is where you respond to the 10 questions listed in the Signature Assignment instructions for the case study. This section must be between 3 to 4 pages in length. DO NOT exceed 4 pages as deductions may apply. The page limit cannot be changed as all students across campuses have the same requirement/instructions. Organize this section with BOLDED headings for each question and answer underneath in paragraph form (see below for an example of what the body of your paper should look like). Do not use bullet points or lists. Again, it should be in paragraph form. 5. CONCLUSION = Summarize the paper in a paragraph. 6. REFERENCE PAGE = A minimum of 3 scholarly references are required. At least one of them needs to be a non-internet source. Your textbook is an example of a non-internet source and can be referenced. List references in APA format. Case Study Teri goes to see her PCP after feeling depressed last couple of months as well as experiencing a seizure earlier this week. The physician orders a few test, results are: Low hematocrit, low levels of Vit B12, low oxygen levels, presence of autoantibodies against the parietal cell, peripheral blood smear shows abnormal RBC (large pale RBCs) After viewing the results, Teri is diagnosed with Pernicious Anemia; a condition in which autoantibodies destroys the parietal cells found within the stomach. Questions to be answered in body of essay (3-4 page response) 1. Since the parietal cell is destroyed, which substance(s) is Teri lacking as a consequence? 2. What is the correlation between destruction of parietal cells and Vit B12 deficiency? 3. Due to her condition, Teri lacks Pepsin. Explain why. 4. If Teri were healthy, explain what her RBCs would look like? 5. What is hematocrit? 6. Low oxygen levels stimulate her body to create new RBCs by stimulating which process? Explain that process in depth. 7. What protein transports oxygen in our body and explain its structure? 8. What cell secretes antibodies and explain the various functions of antibodies. 9. What are the different types of antibodies and give two characteristics for each? 10. Explain the structure of an immunoglobulin. The paper must be written in APA format. Do not use the first person. For example, do not write “I would do this…” Properly cite all sources and do not plagiarize. There is no TurnItIn threshold number. Instead, I will look at your report. If your percentage is high because you rewrote the questions and have a lot of references, do not worry. You cannot quote large sections from other sources. This is still plagiarism. Review instructions in CANVAS for more information on your assignment. If I am not able to open your paper and it needs to be resubmitted after the due date, it will be considered LATE. To prevent this, submit it as a PDF. Check the preview after submission to ensure it is properly submitted.

[supanova_question]

NO VIDEO SECTION NEEDED ONLY POWERPOINT PRESENTATION NEEDED PowerPoint Presentation Requirements: • Create and record a 3- to 5-minute presentation essay help

NO VIDEO SECTION NEEDED ONLY POWERPOINT PRESENTATION NEEDED PowerPoint Presentation Requirements: • Create and record a 3- to 5-minute presentation on a physiology topic o You will record both yourself and your PowerPoint presentation at the same time, which can be done with Panopto. o The video must capture your face and the presentation. • Present the physiology of your topic. o Physiology should be explained in depth, step by step, and be organized. o The topic should be explained and not read off notes for the PowerPoint slide. • You will be expected to refer to and explain the images, animations, terms, and key points on your slides. o Include clear, well-sized, unlabeled images (Choose images without labels, or remove the labels). o You will be expected to explain the physiology of the images in your own words. o Utilize animations to explain the physiology content. o Include key points and terms (use bullets, not paragraphs). • Your slides should be creative and visually appealing. • Include four (4) references cited in current APA style and Include at least one non-Internet source. • Use the notes section for each slide to fully explain your topic. Recording, Uploading, and Submitting Videos can be recorded using any software or tool, but all videos are required to be uploaded to My Panopto Videos for assignment submission. You can also use the Panopto Desktop Recording tool to create your video. Powerpoint Content Requirements 1. Present the physiology of your topic in your own words. Do not read off a script. Physiology should be explained in depth, step-by-step, and be organized. For example, briefly describe the anatomy, what is its function, importance, how does it work, how is it controlled or regulated, how does it interact with other organ systems? 2. Include images or animations. Images should be clear, well-sized, and unlabeled (as much as possible). Any animations should be short and should not replace your explanation of the content. Animations are not required. 3. Include key points and terms and use bullet points instead of long paragraphs. 4. Slides should be clear, creative and visually appealing. 5. Include 4 scholarly references in APA format and include at least one non-internet source. It is encouraged to also reference your images. 6. There is no slide number requirement, but the body should be at least 5 slides to fully explain the anatomy and physiology of your topic. Topics to Choose From • Action Potentials and graded potentials • Neurotransmitters • Vision • Balance • Hearing • Olfaction • Thyroid hormone • RAAS system • Insulin • Glucose balance • Calcium balance • ADH/vasopressin • Cardiac cycle • SA node action potential and myocardial action potential • ECG/EKG • Erythropoiesis • Hemostasis • Blood Pressure and its regulation • Lung volumes and capacities • Internal and external respiration • Acid-base disturbances • Bile • Lipid metabolism • Gastric hormones and secretions • Vitamin D production • Urine production • Skeletal muscle contraction • Smooth muscle contraction • Cardiac muscle contraction • Menstrual cycle • Gametogenesis • Lactation

[supanova_question]

formal paper on diabetic foot ulcer – 7 pages 10 articles will be provided after assign scholarship essay help

write a formal paper on diabetic foot ulcer The paper must include the following elements: Title page Introduction Body of the paper that covers the main and subtopics. Identify any gaps in the research that you think could be a research topic in the future. Conclusion References Your paper should meet the following requirements: seven pages in length, including the introduction, but not including the title or reference pages. APA writing guidelines. 10 articles will be provided when assigned for writing and referrences

[supanova_question]

MGMT 2 writing essay help: writing essay help

PART 1: Managing Communication

How does the company use technology to communicate? Is it working?  What could they do better?

Hint:  Consider how the company uses communication to reach customers/provide customer service.  If you are internal or know someone with the company, you may be able to provide more details on internal communications, or you may be able to gather a general impression of their communication style when researching the company.  

PART 2: Being an Effective Leader  

Based on your observations, what is the company’s leadership style?

Hint: You could reference the company’s website as well as news articles to help your analysis of leadership style

Does the leadership style seem to be successful?

Do you have any recommendations on how they could improve?

What issues are the company’s leaders facing?

If the firm is global, have they invested in cross-cultural awareness for leaders?

[supanova_question]

Hello writer, I have included all the documents you will need so far. I’ll explain the documents in order. college essay help

Hello writer, I have included all the documents you will need so far. I’ll explain the documents in order.
1. The “MyPlan.JPG” document is the initial document my professor approved on what i can do the research on.
2. The “Proposal.PDF” is the instructions of the assignment.
3. The “ResearchProposalExaple.PDF” is an example of how the proposal should look like
4. The “Proposal Final.docx” is the completed draft i submitted.
5. The “Proposal Evalution.docx” is my professor’s evaluation towards my submitted proposal.

I would like for you to rewrite or even start from scratch a proposal with the theme of “myplan.jpg” and follow the guidelines of the rest of the documents.

Let me know if you have any further questions

[supanova_question]

Please answer the following questions in an essay format. APA, 12-FONT, TIMES NEW ROMANPlease use 4 references to answer each question. Do not use a lot of quotes, use your own words to write the essa essay help online: essay help online

APA, 12-FONT, TIMES NEW ROMANPlease use 4 references to answer each question. Do not use a lot of quotes, use your own words to write the essay. The essay must be 4 full pages. The title page and reference does not count towards the page count.  
Essay title: Patterns of Inequality
(1) Discuss the stratification system as it affects African Americans, Hispanic Americans, Asian Americans, and Native Americans.(2) Identify ways in which institutional discrimination occurs.
(3) Discuss ways in which the U.S. experiences occupational concentration across gender lines.
(4) Compare and contrast the power elite model and the pluralist model of power and politics in America.
(5) Discuss the different types of “participants” in the political system discussed by Marger (and originally identified by Olsen, 1982). Where do you fall in the hierarchy

[supanova_question]

Prompt: Between 1916 and 1922, Dada’s activism spread through Europe, across the various sites/cities where it took root, and essay help: essay help

Prompt: Between 1916 and 1922, Dada’s activism spread through Europe, across the various sites/cities where it took root, and permeated new art forms. Performance, sound poetry, collage, and photomontage were just a few of these forms. Launched amid a devastating war, Dada cut through the cultural and linguistic divides shaping bigoted nationalism and violent ideologies. Focusing on two or three sites of Dada, and at least three artists (with specific examples of works), and explain how each advanced Dada’s relentless critique.

NOTES: please include pictures of paintings (not included in page count), at least one book source, one from the listed sources, and some online sources. Please cite the sources in both footnotes and bibliography.

[supanova_question]

Imagine you are the marketing manager for a U.S. manufacturer of disposable diapers. Your firm is considering entering the a level english language essay help

Imagine you are the marketing manager for a U.S. manufacturer of disposable diapers. Your firm is considering entering the Brazilian market. Your CEO believes the advertising message that has been effective in the United States will suffice in Brazil. Outline the possible objections to this. Your CEO also believes that the pricing decisions in Brazil can be left to local managers. Why might she be wrong? (Chapter 18)

Submission Instructions:

Your initial post should be at least 200 words with at least 2 academic sources. Your initial post is worth 8 points.
You should respond to at least two of your peers by extending, refuting/correcting, or adding additional nuance to their posts. Your reply posts are worth 2 points (1 point per response.)
All replies must be constructive and use literature where possible.

[supanova_question]

You wrote this paper for me and I need the sources to be viewable in pdf form. I messaged Essay college essay help online: college essay help online

You wrote this paper for me and I need the sources to be viewable in pdf form. I messaged you about this during the revision period but you never got back to me. There are 2 of the sources that are not showing the articles and I don’t have access to them. I need those 2 so I can download them and attach them to my paper. In the instructions, the teacher says either she needs a url where she can view the article or they need to be attached to the end of the paper so she can read them or you receive an automatic 0. Here are the 2 articles I need your help with since I can’t view them or download them.
https://doi.org/10.1504/ijbem.2018.10013060

https://doi.org/10.1108/rr-01-2016-0026

[supanova_question]

In this class we hope to learn to understand our social world. In this assignment, you need to choose Essay a level english language essay help

In this class we hope to learn to understand our social world. In this assignment, you need to choose an organization to be the subject of your analysis. Your choice should be based on your interests, and should be an organization that you can interact with in a significant way.

(My interests are space and rockets so you can pick organizations like SpaceX or NASA)

In preparation for engaging with your chosen organization, you must do some background research. At minimum, you will need to visit the organization’s website and read at least two additional sources related to the organization or its activities. This could include, for example, popular media accounts of the organization’s activities or those of similar organizations. You should cite these sources in the bibliography for your assignment.

After completing your background research, you will need to engage with the organization in a way that gives you deeper insight into its mission, function, relation to other key stakeholders, and the motivations and aims of its members and leadership. This could be accomplished, for example, by talking to members and/or the leadership of the organization (talking on the phone or by video is perfectly fine)

(You can say you emailed someone or booked a zoom session with an ex-employee, just pretend and say you did)

Based on your experiences, produce an analysis of the organization and its role operating within other, larger complex systems such as the city or state. Identify relevant stakeholders, networks, multiple causes and effects of the organization’s activities, and the dynamics of the system as a whole. The goal is for you to produce substantial insights into the ethical problems that the organization focuses on by applying your understanding of characteristics of complex systems, based upon meaningful engagement with people who are contributing to and impacted by the mission of the organization.

To accomplish this, your analysis should include the following:

A brief descriiption of the organization you have chosen to analyze.
An explanation of the ethical problem the organization targets, and the significance of this problem in the city or broader community.
An analysis of the organization’s role within a relevant complex system, such as the city or state.
Your analysis of how the work of the organization addresses a problem of distributive justice, drawing on the learning outcomes and readings from this class.
After concluding your analysis, document your experience by adding 1-2 sentences to explain your engagement with the organization. This does not count towards the word limit for the assignment.

Be sure to draw attention to your most prominent applications of learning outcomes by adding footnotes. In the footnote text (at the bottom of the page), provide the hashtag of the learning outcome and a 1-2 sentence explanation of your application. Help the professor understand exactly why this constitutes a strong application. For a given learning outcome, create at most one footnote per page. Remember that learning outcomes should be concise (one or two complete sentences) and explain how you applied a particular habit or concept as specifically as possible without extending the analysis present in your main text. Footnotes do not count toward the word limit of the assignment, and all applications of the LO (not just those that are footnoted) may count toward your grade.

Also make sure to include a bibliography, formatted in APA style. Quotations (if any) or ideas and examples that are summarized or paraphrased from other authors must be appropriately cited. This includes quotations from any interviews you conduct. If you have any questions about this, please contact your instructor.

Note: Your analysis should focus on analyzing and understanding the ethical problem your organization focuses on, along with their efforts to address it, and does not need to include new solutions or new initiatives for the organization to pursue.

Please make sure to use the instructions as a check list in order to not miss anything, keep the writing in the most simplest form to not have the professor suspect anything, he has very low expectations since we’re still beginners at this subject

[supanova_question]

For this Letter, you will be discussing how Animal Captivity, like zoo animals, affects the animals in negative ways. Compare cheap essay help

For this Letter, you will be discussing how Animal Captivity, like zoo animals, affects the animals in negative ways. Compare Wild animals to captive animals and how different they are in their behavior, socially, emotionally, and physically. Then towards the end of the essay, talk about better alternatives and possible solutions. It’s pretty straightforward and honestly not that bad. For my letter, these needed to be included: -4 pages -Letter format -Must be in MLA format (including Times New Roman 12-point font, 1-inch margins, and double spacing) -You are writing to the Congressional Zoo and Aquarium Caucus; for example (Dear Congressional Zoo and Aquarium Caucus,…) then you can do whatever at that point -NO PLAGIARIZING I have the sources cited for you in the file attached. This Is due in 3 days, but if you could give it to me sooner then that would be much appreciated. Thank you!

[supanova_question]

develop an Integrated Marketing Communications Plan to help build awareness and engagement . This is a final paper There Essay writing essay help: writing essay help

develop an Integrated Marketing Communications Plan to help build awareness and engagement .

This is a final paper
There are two documents in the attachment.
1.One document is the requirement of the lecturer
2.The other document is the document of the case study done by another group. document have some introductions about the company and some information about the company. Do not use it as reference.
https://www.infogenetica.com/
This is the website of the client

Please:
USE APA Style
academic writing
Provide reference list

[supanova_question]

The instructions for the full paper. “Paper length: minimum 5 double-spaced, typewritten pages (an eventual works cited page will essay help

The instructions for the full paper. “Paper length: minimum 5 double-spaced, typewritten pages (an eventual works cited page will not be included in the count). Max. length: 7 pages. Please include page numbers.

You will be discussing the main reading: (Zika, “She-Man: Visual Representations of Witchcraft and Sexuality”, (269-304).)

STRUCTURE OF PAPER: (From professor) I expect you to start with a summary of the piece’s contents, no more than 2 pp., outlining clearly and concisely what the author says. You should then follow with the analysis, or critical discussion, of the author’s main points. You have to explain what you think is relevant about these points – if anything – and what is the reading’s importance in the context of our course. This means you should be able to critically connect the piece to other readings. The readings you will connect are: { 1.) Zika, “Dürer’s Witch”, (305-332) , 2.) Sullivan, “The Witches of Dürer and Hans Baldung Grien” and 3.) Larner, “Was Witch-hunting Woman-hunting?”, (273-275) }….. Use them to explain how different pieces/authors integrate and confirm one another – or disagree. If you feel the author (Zika, “She-Man”) is wrong in his/her main thesis, or has overlooked crucial arguments, explain why in a clear, articulate way. Be careful, though: you cannot blame an author for not discussing something that was out of the scope of his/her article (especially applicable when reviewing just one chapter out of a longer book). Every time you quote from the main reading (Zika, “She-Man”) word-by-word, I expect you to give me exact pp. numbers between parentheses (no need to include author’s name or other details). If you quote from the other three readings from class…
{( 1.) Zika, “Dürer’s Witch”, (305-332), 2.) Sullivan, “The Witches of Dürer and Hans Baldung Grien” and 3.) Larner, “Was Witch-hunting Woman-hunting?”, (273-275)}, I also expect you to provide both author’s name and title of piece besides pp numbers. Writing style: be simple. Avoid choosing a “difficult” or fashionable word just in order to sound sophisticated. Equally important is word choice, as I highly value precision. Plan what you want to say and organize your thoughts before actually writing. Keep in mind this: a paper should not be a mere transcriipt of a spontaneous speech, but a more complex organization of ideas, in the end helping *you* get a better grasp of the topic. Follow a logical thread in your analysis: don’t jump back and forth, avoid abrupt changes of topic from one sentence to the next. I have zero tolerance for spelling mistakes, and especially for sloppy grammar or syntax and poor word choice. To me, form is almost as important as content, and the paper’s grade will reflect this. Re-read carefully your paper to check for typos and missing words (a very frequent problem); run the spell checker; ask a friend to read it (very useful especially to get an outside opinion on whether what you wrote makes any sense at all…).

Note from me: I attached the three readings you will be using and their page numbers for clarification. The main one that this review is about is: Zika “She-Man: Visual Representations of Witchcraft and Sexuality”, (269-304)… The three articles you will use to help connect each other in the way he wants is…{( 1.) Zika, “Dürer’s Witch”, (305-332) , 2.) Sullivan, “The Witches of Dürer and Hans Baldung Grien” and 3.) Larner, “Was Witch-hunting Woman-hunting?”,(273-275)}… Let me know if you have any questions I know it is a lot. I attached instructions for you on pdf in case of confusion.

[supanova_question]

Use the existing points and gaussian process to obtain the mean curve and 2*std boundaries, and predict the missing best college essay help: best college essay help

Use the existing points and gaussian process to obtain the mean curve and 2*std boundaries, and predict the missing points like when x=4 and x=5. You can use standard simple methods in Gaussian Process. Show all the process. Show all the content like mean curve, 2*std boundaries, covariant functions etc.

[supanova_question]

2 PAGE ESSAY which you will research another culture(UNITED KINGDOM) and explain the differences that would affect business communication best college essay help: best college essay help

2 PAGE ESSAY which you will research another culture(UNITED KINGDOM) and explain the differences that would affect business communication practices.

You will:
What is the geography of the country you are studying?
What is the country’s history?
What role does religion play in the culture?
Describe 3 major factors that influence the country or region’s culture.

Describe the impact of culture on views and practices concerning human relationships
Time: monochromic or polychromic
Space
Frankness: low-context or high-context
Social Hierarchy: social classes and/or class status
Expression of emotions

Explain why cultural awareness of your selected country is important for today’s workplace communicators (pages 59-76)
Acknowledge benefits of workplace diversity
Practice empathy
Appreciate those who are different from us
Understand ourselves better

Presentational Guidelines

Attached is the evaluation form for this presentation.
Use the same speech and PPT structure.
To organize your thoughts, think about your presentation in three parts:

Opening (Introduction) – Brief introduction (attention getter, relevance link, credibility,

[supanova_question]

Big Data Big data has been evolving tremendously for the past several years. Describe the three main characteristics of big data. Additionally, discuss the main considerations in processing big data. essay help

Describe the three main characteristics of big data. Additionally, discuss the main considerations in processing big data. To illustrate your research on big data, find a company that is well known for using big data to discuss the characteristics and considerations of big data in more detail. Lastly, what demands do you feel big data is placing on organizations and data management technology?
Your paper should be 4 pages in length, not including title and references pages, and conform to APA guidelines.
Include at least three scholarly references in addition to the course textbook. 

[supanova_question]

Homework 1 and 2 Homework-1 1. Describe the spatial distribution of NDVI in Shanghai. 2. Choose 2-1 if you college essay help: college essay help

Homework 1 and 2 Homework-1 1. Describe the spatial distribution of NDVI in Shanghai. 2. Choose 2-1 if you can repeat this experiment otherwise, choose 2-2. 2-1. According to the spatial distribution of NDVI, try to find 2 addresses in shanghai, with one in a higher NDVI area and the other in a lower NDVI area. Follow steps 3-4, calculate the NDVI levels within 500 m buffer around the addresses. Compare the results and simply give your suggestions of protecting population health in regarding of exposure to greenness. The report should include not only the results, but also the steps that can be recorded with screenshots. 2-2 Based on the spatial distribution of NDVI in Shanghai, give your suggestions of protecting population health in regarding of exposure to greenness. Please explain the difficulties that hinder you complete 2-1.

Homework 2 1. Describe the spatial distribution of PM2.5 in Shanghai. 2. Evaluate the PM2.5 pollution level in Shanghai comparing with WHO AGQ 2021 and GB3095-2012 3. Compare the predicting surfaces produced from provincial and national stations, respectively, and give your suggestions. (You may discuss by considering the differences in stations numbers, stations distribution, spatial pattern of the predicting maps, levels of predicted PM2.5 levels) Please write at least one single page long without question title in a word document.

[supanova_question]

Length requirement: 3-5 pages Instructions: For this essay, you should NOT conduct/include research. This essay should be comprised entirely essay help

Length requirement: 3-5 pages

Instructions:

For this essay, you should NOT conduct/include research. This essay should be comprised entirely of your own ideas and opinions. You have two options for this essay:

1.) Pretend that you are teaching Early American Literature next semester. Choose three works and/or authors that you feel absolutely MUST be on the syllabus and provide a solid justification for your choices.

2.) Pretend that you are teaching Early American Literature next semester. You have decided to organize the course thematically and are deliberating over a number of themes: settlement, religion, war, race, identity, slavery, and the American Dream. Choose the three themes that you feel would be most important for your students to understand and provide a solid justification for your choices.

[supanova_question]