Prof writing & proposal Devel(DSRT) new question

 

Do a little bit of research on grant writing versus academic (scholarly) writing. 

Then…

1) Write a one sentence statement that describes the difference in grant writing vs. scholarly writing.

2)  Copy and paste this link in your browser https://walmart.org/how-we-give/local-community-grants and read about local community grants from Wal-Mart. Type up your grant application using the link, copy  the online application and paste it in the discussion forum (screenshots are okay). The amount of the award ranges from $250 – $5,000 and the application is very short.  Please apply for this grant for your school or organization if you can. 

3) Research a need in your community and write a 300 word needs section in an academic writing style, citing your references in APA format. Copy and paste into the discussion forum. 

4) Write One paragraph describing the mock dissertation topic (see list of topics below) that you will write about in this class and include your research question. Use academic writing style and standard. There is no word limit. 

  • Note: Topics chosen in this course cannot be used in your actual dissertation that you will complete in the future.
  • Students must choose from the listed topics of their school/program:
    • Business Students:
      • How Corporate Policies And Practices Enhance Company Competitiveness
      • Corporate Social Responsibility (CSR) and how it Affects Customer Loyalty
    • IT Students:
      • Enhancing Cyber Security In Healthcare -With The Help Of Machine Learning
      • Using Data Science Techniques To Enhance Data Security
    • Leadership / Educational Leadership Students:
      • Leadership Impact on Organizational Performance
      • The Influence of Visionary Leadership on Change Management and Implementation

5)  Reply to two other student’s posts. 

Data Analytics Lab Work – In Full APA format

Hi, 

Please solve below mentioned 2 problems and answer all the questions asked in each. Use the attached excel files to solve each question.

1. Question 38 – Use P02_35.xlsx

2. Question 40 – Use P02_30.xlsx

Note: Below attached are 2 questions and required 2 excel files to be used in solving those questions.

Writing Requirements:

– Provide the excel file with calculations performed

– Provide detailed explanation to each question in a word document with screenshot

– Full APA Format

– NO PLAGIARISM

Data mining

  You are a data mining consultant hired by your organization to implement a data mining process. What challenges does your organization face in ensuring that the data mining models are receiving clean data?

Your assignment must adhere to APA guidelines. There should be at least one scholarly source listed on the reference page. Per APA, the paper should use a 12-point Time New Roman font, should be double spaced throughout, and the first sentence of each paragraph should be indented .5 inches. Your paper should be 2-3 pages in length.

Guidelines for Evaluating Research Articles

The purpose of this assignment is to examine the components of a research article and help you identify guidelines for conducting critical analyses of published works.  The knowledge gained should be applied when completing your research assignments.  As you complete assignments it is a good idea to proof read your work or use the University writing center to help with APA formatting.  Both are great avenues for assistance in minimizing grammatical errors and conducting research.

Please use the attached “Guidelines for Evaluating a Research Article” to answer the below questions.  Write a 5 – 7 page paper on:

  • What is an Information Technology Project?  
  • Identify & explain the major parts of a research paper.
  • Explain the difference(s) between qualitative vs quantitative research methods.
  • Why use Peer Reviewed journals?
  • Why are keywords used during the Literature Review process?
  • Why are project deliverables, limitations & deadlines an important aspect of project development?
  • Why use/apply APA Basic Citation Stiles in YOUR writing assignments/research?
  • Why is Academic Integrity important (see syllabus)?
  • Explain the difference between plagiarism vs self-plagiarism? 

 

Your assignment must follow these formatting requirements:

Use at least five – ten (5 – 10) quality resources in this assignment. Note: Wikipedia and similar Websites do not qualify as quality resources.

Be typed, double spaced, using Times New Roman font (size 12), with one-inch margins on all sides; citations and references must follow APA or school-specific format.  nclude a cover page containing the title of the assignment, the student’s name, the professor’s name, the course title, and the date. The cover page and the reference page do not count toward the page count.

1 page in APA 6th Format on performance management

1 page in APA 6th Format on performance management with at least one scholarly (peer-reviewed) resource and NO PLAGIARISM.

  1. Discuss what performance management is and how it influences effective teams.
  2. Review table 11.1, define leadership behaviors (in your own words) and note which behaviors are beneficial at specific organizational activities (example: project planning, leading coworkers, etc…).  Please note at least five organizational activities and be specific when responding.
  3. Note at least two organizational capabilities and compare and contrast each.

Internet Programming

 Internet Programming Term Project – Online Banking I. Introduction This project let you apply the programming skills you learned in Internet Programming class by developing an application for online banking using ASP.NET MVC Core with C# language. You will build a website which serves as an online service website, where one can register as a customer. Once registered, a customer can log in and log out the website. Customers can update their profile/personal information, review deposit/withdraw history, check balance, pay bills. Particularly, in the bill pay section, the customers can add/update payee information, pay one or more payees, and review payment history. Another role of the website is a teller. A teller can see the information of all the customers, can perform deposit/withdraw operation, can close customer accounts. II. Requirements 1. There are two roles in this website – customers and tellers. 2. A teller can see all customers’ information. 3. A teller can withdraw and deposit money for a customer. This is just a simulation of the operation that a teller performs at the bank counter when collecting and/or disseminate cash/check from a customer. 4. The website is free. Anyone can register as a customer. Upon registration, the customer information is collected and saved in the database; an id is assigned to the customer. 5. Registered customers can log in and log out the website. The only pages an unregistered person can access is the home page and registration page. 6. A customer can update his/her personal information on the website. 7. On the bill pay page, a customer can add new payee or update existing payee. One customer can have multiple payees. 8. A customer can pick one or multiple payees to pay. When payment is submitted, you only need to save the payment information in the database. A customer can review payment history which can be sorted and filtered by a date range. 9. You need to design a simple database. Three tables are required in the DB:  Customer –information of the registered customer  Payee — each customer can have a saved list of payees with all information necessary to send the payment  PaymentHistory – stores the payment history of all customers You can also add additional tables that you think are needed.  10. You will not only be graded by the correctness, but also by the quality of code. I expect your code to be clear and follow good programming practice. 11. When designing and building the website, keep security and user friendliness in mind! 12. You can work alone or in a team of 4 students maximum. 13. Bonus points will be given to projects with an additional role – manager. If you implemented this feature, make sure to describe it in your video demo and project report. Maximum 10 bonus points. III. Deliverables 1. Project Reports – You need to write a project report, where you need to:  Provide introduction of the project  Show screenshots of the pages you built  Explain how each page work, and how are the pages connected  What skills you learned from class are used in your project  If this is a teamwork, only one report is needed for the team. The report needs to have all team members’ names and clarify each team member’s contribution to the project. 2. Presentation – At the end of the semester, you will prepare a demo video using screen recording software such as “screen cast o matic”, “screencastify”, or zoom (meeting recording functionality). In the video, present your project by briefly going through the code structure and a demo of the website. 3. Code – Zip all the source code into one zip folder.  

Python Coding

 

Problem 1: Create a Python program to solve a simple pay calculation. Calculate the amount of pay, given employee name, hours worked, and hourly rate. (The formula to calculate payroll is pay = hourly rate * hours worked.) Display employee name, hourly rate, hours worked, and pay. (Do not add any rules such as overtime)

Problem 2: Create a Python program to calculate the average miles per gallon obtained on a trip. Input car name, the amount of gas used and the number of miles driven. (The formula to calculate miles per gallon is miles per gallon = number of miles driven / amount of gas used. ) Display car name, gas used, miles driven and MPG. Use your own values to test the. You can hard code the values or you can use the input() function. See announcement  for sample code.