Description
<img src="a.png"> <img src="b.png"> <img src="c.png">
i am trying to click on image a.png then highlight it to show its selected
then click on image b.png and swap those images with each other
i think i need a function for javasript but i could be wrong
i have 100 images in 1 page and need swap function to come up with different combinations

User generated content is uploaded by users for the purposes of learning and should be used following Studypool's honor code & terms of service.
Explanation & Answer

i can help am an expert

Completion Status:
100%

Studypool
4.7
Indeed
4.5

Sitejabber
4.4
24/7 Study Help
Stuck on a study question? Our verified tutors can answer all questions, from basic math to advanced rocket science!
Most Popular Content

Capella University Week 6 Programming Deliverable Project
Assignment InstructionsComplete the following steps for this assignment: List the employee IDs and names for all employee ...
Capella University Week 6 Programming Deliverable Project
Assignment InstructionsComplete the following steps for this assignment: List the employee IDs and names for all employees. List all the product information including name, descriptions, and category names. List all the orders for a specific customer based on the order date. List all the customers ordered by last name. List all product names that have been ordered. Count the number of orders processed for each employee. Insert a new unique customer. Insert a new order for three units of some product. Update the database to subtract 3 from the quantity available for the previously ordered product. Take screen shots of your MySQL Workbench screens showing the results of each of the above tasks. SQL: EXERCISES USING SELECT, INSERT, UPDATEOverviewOnce you have data in the database, it is important to be able to query the database using SQL statements to retrieve and modify information from the database. Some of these queries will be for reporting, while others can be used to create dynamic input fields such as drop-down boxes. The SQL SELECT statement in its basic structure has the mandatory SELECT clause and the FROM clause. However, many other clauses can be used, including the WHERE and GROUP BY clauses. In addition, you can perform various functions on the columns. The SQL INSERT statement provides a way to add data to a table in a database. The SQL UPDATE statement provides a way to modify data that already exist in a database table. You need to gain some experience using these SQL statements so that you are prepared to use them in your Capestra application.In this assignment, you will create various SQL statements to interact with the database. These statements (queries) will reflect functionality to be implemented within your application. Use the MySQL Workbench to do all the work in this assignment. Use the provided CreateOES.sql MySQL script to create an ‘orderentrysystem’ database. Use this script and the database that it creates as the base for the following tasks and for all remaining work in this course. This script replaces the one that you developed in Week 5.

CSC 325 case problem 7
case problem 2Carly's Catering provides meals for parties and special events. In previous chapters, you have developed a c ...
CSC 325 case problem 7
case problem 2Carly's Catering provides meals for parties and special events. In previous chapters, you have developed a class that holds catering event information and an application that tests the methods using four objects of the class. Now modify the Event and EventDemo classes as follows:Modify the method that sets the event number in the Event class so that if the argument passed to the method is not a four-character String that starts with a letter followed by three digits, then the event number is forced to A000. If the initial letter in the event number is not uppercase, force it to be so.Add a contact phone number field to the Event class.Add a set method for the contact phone number field in the Event class. Whether the user enters all digits or any combination of digits, spaces, dashes, dots, or parentheses for a phone number, store it as all digits. For example, if the user enters (920) 872-9182, store the phone number as 9208729182. If the user enters a number with fewer or more than 10 digits, store the number as 0000000000.Add a get method for the phone number field. The get method returns the phone number as a String constructed as follows: parentheses surround a three-digit area code, followed by a space, followed by the three-digit phone exchange, followed by a hyphen, followed by the last four digits of the phone number.Modify the EventDemo program so that besides the event number and guests, the program also prompts the user for and retrieves a contact phone number for each of the sample objects. Display the phone number along with the other Event details. Test the EventDemo application to make sure it works correctly with valid and invalid event and phone numbers.Save the files as Event.java and EventDemo.java.case problem 1Sammy's Seashore Supplies rents beach equipment to tourists. In previous chapters, you have developed a class that holds equipment rental information and an application that tests the methods using four objects of the class. Now modify the Rental and RentalDemo classes as follows:Modify the method that sets the contract number in the Rental class so that if the argument passed to the method is not a four-character String that starts with a letter followed by three digits, then the contract number is forced to A000. If the initial letter in the contract number is not uppercase, force it to be so.Add a contact phone number field to the Rental class.Add a set method for the contact phone number field in the Rental class. Whether the user enters all digits or any combination of digits, spaces, dashes, dots, or parentheses for a phone number, store it as all digits. For example, if the user enters (920) 872-9182, store the phone number as 9208729182. If the user enters a number with fewer or more than 10 digits, store the number as 0000000000.Add a get method for the phone number field. The get method returns the phone number as a String constructed as follows: parentheses surround a three-digit area code, followed by a space, followed by the three-digit phone exchange, followed by a hyphen, followed by the last four digits of the phone number.Modify the RentalDemo program so that besides the contract number and minutes, the program also prompts the user for and retrieves a contact phone number for each of the sample objects. Display the phone number along with the other Rental details. Test the RentalDemo application to make sure it works correctly with valid and invalid contract and phone numbers.Save the files as Rental.java and RentalDemo.java.

CS 340 SNHU The Global Rain and Software Engineering Company Discussion
CompetenciesIn this project, you will demonstrate your mastery of the following competencies:Apply database systems concep ...
CS 340 SNHU The Global Rain and Software Engineering Company Discussion
CompetenciesIn this project, you will demonstrate your mastery of the following competencies:Apply database systems concepts and principles in the development of a client/server applicationDevelop client-side code that interfaces with databasesScenarioYou work for Global Rain, a software engineering company that specializes in custom software design and development. Your team has been assigned to work on a project for an innovative international rescue-animal training company, Grazioso Salvare. You have been made the lead developer on this project.As part of its work, Grazioso Salvare identifies dogs that are good candidates for search-and-rescue training. When trained, these dogs are able to find and help to rescue humans or other animals, often in life-threatening conditions. To help identify dogs for training, Grazioso Salvare has reached an agreement with a non-profit agency that operates five animal shelters in the region around Austin, Texas. This non-profit agency will provide Grazioso Salvare with data from their shelters.In meeting with the client, you have discovered that they look for certain profiles in dogs to train. For example, search-and-rescue training is generally more effective for dogs that are no more than two years old. Additionally, different breeds of dogs are proficient at different types of rescue, such as water rescue, mountain or wilderness rescue, locating humans after a disaster, or finding a specific human by tracking their scent.Grazioso Salvare is seeking a software application that can work with existing data from the animal shelters to identify and categorize available dogs. Global Rain has contracted for a full stack development of this application, including a database and a client-facing web application dashboard through which users at Grazioso Salvare will access the database.In the initial phases of this development, you developed a database and a Python module enabling CRUD functionality for MongoDB. For Project Two, you will complete the development of this project by coding the dashboard and the database interface logic. This will include dashboard attributes. The dashboard must be a user-friendly, intuitive interface that will reduce user errors and training time.Additionally, Grazioso Salvare has requested that the code for this project be open source and accessible on GitHub, so that it may be used and adapted by similar organizations. To that end, they have asked that you also create a README file that documents and provides instructions for reproducing the project.DirectionsWeb Application Dashboard (Python Code)After successful completion of previous milestones and Project One, you have created a database and established successful CRUD routines in Python for MongoDB. For Project Two, you will now create a fully functional MongoDB dashboard. This will allow the client, Grazioso Salvare, to interact with and visualize the database.To create the dashboard, you will create the different components in Python code. Dashboard web applications lend well to the MVC design pattern. Using this design pattern, the model is contained and accessed in MongoDB, the views are dashboard widgets, and the controller uses your CRUD Python module for queries as part of the interaction between components. You will also be required to test and deploy the dashboard, taking screenshots to show that each of the components executes successfully.Before developing the Python code for the dashboard, be sure to review the Dashboard Specifications Document provided by the UI/UX developer at Global Rain. This document is located in the Supporting Materials section and will provide you with examples of the different dashboard widgets you will create:Interactive options to filter the Austin Animal Center Outcomes data setA data table which dynamically responds to the filtering optionsA geolocation chart and a second chart of your choice that dynamically respond to the filtering optionsIn addition to the widgets, you have been asked to include the Grazioso Salvare logo and a unique identifier containing your name somewhere on the dashboard. A high-resolution copy of the logo is included in the Supporting Materials section.Next, you will begin developing the Python code for your dashboard. Starter code is contained in the ProjectTwoDashboard.ipynb file, linked in the What to Submit section. Start by creating a data table on the dashboard which shows an unfiltered view of the Austin Animal Center Outcomes data set. To populate the data onto your table, utilize your previous CRUD Python module from Project One to run a “retrieve all” query and bring in the data from MongoDB.Tip: Be sure to consider your client when creating the interactive data table. Consider optional features that will make the table easier to use, such as limiting the number of rows displayed, enabling pagination (advanced), enabling sorting, and so on.Note: If you completed the Module Six Milestone, you have already completed this step. Copy your code for the data table into the ProjectTwoDashboard.ipynb file.Next, you will make sure that the dashboard filter options can properly retrieve data from the database. Start by developing database queries that match the required filter functionality. Refer to the Rescue Type and Preferred Dog Breeds Table, located in the Dashboard Specifications Document, to help you construct these queries.Note: Be sure to utilize your previous CRUD Python module (a PY file) from Project One to develop these database queries. You will need to hard code in the username/password for the “aacuser” account as part of the CRUD Python module class instantiation.You must develop the controller pieces to create interactive options that allow for the selection of data based on your filtering functions (such as radio items or drop-downs). Develop these pieces in your IPYNB file, and be sure to import and use your CRUD Python module queries from Step 3. These interactive options will enable the control of other dashboard widgets, such as the data table and charts.Tip: You may choose any interactive option that you wish, such as radio items, a drop-down menu, and so on, as long as the client is able to intuitively use the interactive option to filter the data. Refer to the Dash Core Components reading from the module resources to help you set up these options.Next, you must modify or create the dashboard widgets that receive input from the interactive options and present those dynamic updates to the client. Be sure to modify or create these widgets in your IPYNB file. Specifically, you must do the following:Modify the data table you created in Step 2 so that it is an interactive data table that responds to input from the interactive options.Create charts that display data in response to updates from the data table. As outlined in the Dashboard Specifications Document, you are required to create, at minimum, a geolocation chart and a second chart of your choice.Note: If you completed the Module Six Milestone, you have already begun work on this step by creating the geolocation chart. Copy your code into the ProjectTwoDashboard.ipynb file. You will need to make sure that this chart receives updates from the interactive options.Finally, after developing all of your code, you must test and deploy the dashboard to make sure that all of your components work. To complete this step, run your IPYNB file. You must either take screenshots or create a screencast of your dashboard and widget functionality. Each of your screenshots or your screencast should contain the Grazioso Salvare logo and your unique identifier. Your screenshots or screencast must show the following:The starting state of your dashboard, which should include your widgets for the interactive options to filter data (such as radio items or drop-downs), the interactive data table, and the chartsExecutions of your dashboard, showing the widgets after each of the following data filters has been applied (four screenshots total):Water RescueMountain or Wilderness RescueDisaster or Individual TrackingReset (returns all widgets to their original, unfiltered state)You will include all of these screenshots, or your screencast, in your README file when describing the functionality of your project. These screenshots are required as they demonstrate proof of your dashboard’s functionality.README FileGrazioso Salvare has requested documentation to accompany the code for your dashboard. This will ensure that they are able to understand the work that was completed and more easily maintain the code for this project.You have been asked to create a README file that documents the project and includes instructions for reproducing the project. Be sure to address all of the following areas:Describe the required functionality of the project. Include the screenshots or screencast taken while testing and deploying your dashboard (Step 6) as proof that you have achieved the required functionality.Describe the tools used to achieve this functionality and a rationale for why these tools were used.Be sure to explain why MongoDB was used as the model component of the development, including what specific qualities or capabilities it provides for interfacing with Python.Be sure to explain the Dash framework that provides the view and controller structure for the web application.Be sure to include links to any resources or software applications that were accessed or used.Explain the steps that were taken to complete the project.Identify any challenges that were encountered and explain how those challenges were overcome.What to SubmitTo complete this project, you must submit the following:Web Application Dashboard (Python Code)Submit a zipped folder containing all of the code for your dashboard. The zipped folder should include your completed ProjectTwoDashboard.ipynb file containing the source code for your dashboard. Be sure to also include the code for the CRUD Python module (PY file) that you originally developed in Project One. All code files should follow industry standard best practices, including well-commented code.READMEYour submission should be a Word document that documents the project and provides instructions for reproducing it. In your README file, be sure to include all required screenshots (or your screencast) to demonstrate the functionality of your dashboard.Supporting MaterialsThe following resource(s) may help support your work on the project:Reading: Documenthttps://learn.snhu.edu/content/enforced/574637-CS-340-X2140-OL-TRAD-UG.20EW2/course_documents/CS%20340%20Dashboard%20Specifications%20Document.pdf?_&d2lSessionVal=9Gaa1f3JcytQTTiJopMiLfKoJ&ou=574637This document was created by your UI/UX developer and details the necessary functionality of your dashboard, as well as providing you with a prototype of the dashboard layout. This document also contains the Rescue Type and Preferred Dog Breeds table, which aligns dog breeds with their use in different types of rescue. Use this table to help structure the queries for your dashboard filtering options.Image: Grazioso Salvare Logo: This high-resolution PNG file contains the Grazioso Salvare logo. Be sure to include this logo as part of your dashboard to ensure that the application is properly branded.Data Set: Austin Animal Center Outcomes: https://learn.snhu.edu/content/enforced/574637-CS-...Grazioso Salvare has provided you with this sample data set (CSV file) of animal center outcomes. This will become the basis of your database and can be used to test the functionality of your code. This data set has been modified for the purposes of this project. Specifically, the following columns have been added: location_lat (latitude), location_long (longitude), and age_upon_outcome_in_weeks (the age of the animal, given in weeks).Reference: Austin Animal Center. (2020). Austin Animal Center Outcomes [Data set]. City of Austin, Texas Open Data Portal. https://doi.org/10.26000/025.000001Reading: CS 340 Jupyter Notebook in Apporto (Virtual Lab) Tutorial: https://learn.snhu.edu/content/enforced/574637-CS-...This tutorial will help you navigate the technology you will be using in this course. You will learn how to get into the Jupyter Notebook via the Virtual Lab (Apporto), as well as how to complete, save, and download your work.Reading: CS 340 Mongo in Apporto (Virtual Lab) Tutorial: https://learn.snhu.edu/content/enforced/574637-CS-...This tutorial will help you navigate the different Mongo tools needed for your development.Textbook: Head First Python: https://go.oreilly.com/SNHU/library/view/head-firs...This Shapiro Library textbook was designed to teach the Python programming language. Refer to this resource if you need a refresher on any Python syntax as you develop your code.Reading: Style Guide for Python Code: https://www.python.org/dev/peps/pep-0008/Refer to this style guide when developing your Python code for this project. It is important that your code follows industry standard best practices, such as including clear variable names, exception handling, and in-line comments throughout your code.Reading: Make a README: https://www.makeareadme.com/This reading describes the purpose behind README files, and will help you keep in mind the purpose and intended audience for your README file. You are not required to use the same sections as suggested in this reading. As a note, the examples in this article use the MD format, which is a common format for README files on GitHub. You have been asked to submit your README file as a Word document for this project.

MU Structure of Programming Languages Named Entity Recognition Exam Practice
Use given script to download 1 Wikipedia page (not Marymount) Run NLTK’s NER tool.Examine both the PERSON and LOCATION E ...
MU Structure of Programming Languages Named Entity Recognition Exam Practice
Use given script to download 1 Wikipedia page (not Marymount) Run NLTK’s NER tool.Examine both the PERSON and LOCATION EntitiesCalculate Precision, Recall, and F-Measure for both Person or Location (whichever your document has)pip install pymediawikiTo Harvest WIKIfrom mediawiki import MediaWikiwikipedia = MediaWiki()p = wikipedia.page('Marymount University')content= p.contentprint(content)To Tag Named Entities1) Word Tokenize a Sentence2) POS tag the tokens3) print(nltk.ne_chunk(tagged))
12 pages

Merge Sort 1211
Merge sort is a sorting technique which based on the divide and conquer, it has a worst case scenario of O( n log n) and i ...
Merge Sort 1211
Merge sort is a sorting technique which based on the divide and conquer, it has a worst case scenario of O( n log n) and it is one of the most applied ...
Similar Content
Prompts and Reads Integer Values Program
QUESTIONSWrite a program that prints the following hourglass shape. Use a single System.out.print() statement to generate ...
Chattahoochee Css Style Sheet and a Basic E Commerce Style Website Homework
I'm in need of some assistance creating a website with a css style sheet and a basic eCommerce style website. i'm wanting ...
How should I type the implementation file and the main file
struct TreeNode { string word; TreeNode * left, right;};
Note: A lot of your work from lab 9 can be reused or repurposed....
Java Calculator
hey, do make a simple but working java calculator with the basic functions. These functions should include addition, subtr...
COP 3331 USF C++ Programming with Inheritance Computer Science Task
As you have worked your way into doing projects 1 and 2, you went from typically solving the problem using a functio...
University of New Haven Python Programming Quiz Questions & Answers
pleas see attachment ...
Related Tags
Book Guides
Shattered - Inside Hillary Clintons Doomed Campaign
by Amie Parnes and Jonathan Allen
Don Quixote
by Miguel de Cervantes
12 Rules for Life
by Jordan Peterson
Broke Millennial: Stop Scraping by and Get Your Financial Life Together
by Erin Lowry
The Restless Wave
by John McCain
Calypso
by David Sedaris
Divergent
by Veronica Roth
Untamed
by Glennon Doyle

Get 24/7
Study help
Our tutors provide high quality explanations & answers.
Post question
Most Popular Content

Capella University Week 6 Programming Deliverable Project
Assignment InstructionsComplete the following steps for this assignment: List the employee IDs and names for all employee ...
Capella University Week 6 Programming Deliverable Project
Assignment InstructionsComplete the following steps for this assignment: List the employee IDs and names for all employees. List all the product information including name, descriptions, and category names. List all the orders for a specific customer based on the order date. List all the customers ordered by last name. List all product names that have been ordered. Count the number of orders processed for each employee. Insert a new unique customer. Insert a new order for three units of some product. Update the database to subtract 3 from the quantity available for the previously ordered product. Take screen shots of your MySQL Workbench screens showing the results of each of the above tasks. SQL: EXERCISES USING SELECT, INSERT, UPDATEOverviewOnce you have data in the database, it is important to be able to query the database using SQL statements to retrieve and modify information from the database. Some of these queries will be for reporting, while others can be used to create dynamic input fields such as drop-down boxes. The SQL SELECT statement in its basic structure has the mandatory SELECT clause and the FROM clause. However, many other clauses can be used, including the WHERE and GROUP BY clauses. In addition, you can perform various functions on the columns. The SQL INSERT statement provides a way to add data to a table in a database. The SQL UPDATE statement provides a way to modify data that already exist in a database table. You need to gain some experience using these SQL statements so that you are prepared to use them in your Capestra application.In this assignment, you will create various SQL statements to interact with the database. These statements (queries) will reflect functionality to be implemented within your application. Use the MySQL Workbench to do all the work in this assignment. Use the provided CreateOES.sql MySQL script to create an ‘orderentrysystem’ database. Use this script and the database that it creates as the base for the following tasks and for all remaining work in this course. This script replaces the one that you developed in Week 5.

CSC 325 case problem 7
case problem 2Carly's Catering provides meals for parties and special events. In previous chapters, you have developed a c ...
CSC 325 case problem 7
case problem 2Carly's Catering provides meals for parties and special events. In previous chapters, you have developed a class that holds catering event information and an application that tests the methods using four objects of the class. Now modify the Event and EventDemo classes as follows:Modify the method that sets the event number in the Event class so that if the argument passed to the method is not a four-character String that starts with a letter followed by three digits, then the event number is forced to A000. If the initial letter in the event number is not uppercase, force it to be so.Add a contact phone number field to the Event class.Add a set method for the contact phone number field in the Event class. Whether the user enters all digits or any combination of digits, spaces, dashes, dots, or parentheses for a phone number, store it as all digits. For example, if the user enters (920) 872-9182, store the phone number as 9208729182. If the user enters a number with fewer or more than 10 digits, store the number as 0000000000.Add a get method for the phone number field. The get method returns the phone number as a String constructed as follows: parentheses surround a three-digit area code, followed by a space, followed by the three-digit phone exchange, followed by a hyphen, followed by the last four digits of the phone number.Modify the EventDemo program so that besides the event number and guests, the program also prompts the user for and retrieves a contact phone number for each of the sample objects. Display the phone number along with the other Event details. Test the EventDemo application to make sure it works correctly with valid and invalid event and phone numbers.Save the files as Event.java and EventDemo.java.case problem 1Sammy's Seashore Supplies rents beach equipment to tourists. In previous chapters, you have developed a class that holds equipment rental information and an application that tests the methods using four objects of the class. Now modify the Rental and RentalDemo classes as follows:Modify the method that sets the contract number in the Rental class so that if the argument passed to the method is not a four-character String that starts with a letter followed by three digits, then the contract number is forced to A000. If the initial letter in the contract number is not uppercase, force it to be so.Add a contact phone number field to the Rental class.Add a set method for the contact phone number field in the Rental class. Whether the user enters all digits or any combination of digits, spaces, dashes, dots, or parentheses for a phone number, store it as all digits. For example, if the user enters (920) 872-9182, store the phone number as 9208729182. If the user enters a number with fewer or more than 10 digits, store the number as 0000000000.Add a get method for the phone number field. The get method returns the phone number as a String constructed as follows: parentheses surround a three-digit area code, followed by a space, followed by the three-digit phone exchange, followed by a hyphen, followed by the last four digits of the phone number.Modify the RentalDemo program so that besides the contract number and minutes, the program also prompts the user for and retrieves a contact phone number for each of the sample objects. Display the phone number along with the other Rental details. Test the RentalDemo application to make sure it works correctly with valid and invalid contract and phone numbers.Save the files as Rental.java and RentalDemo.java.

CS 340 SNHU The Global Rain and Software Engineering Company Discussion
CompetenciesIn this project, you will demonstrate your mastery of the following competencies:Apply database systems concep ...
CS 340 SNHU The Global Rain and Software Engineering Company Discussion
CompetenciesIn this project, you will demonstrate your mastery of the following competencies:Apply database systems concepts and principles in the development of a client/server applicationDevelop client-side code that interfaces with databasesScenarioYou work for Global Rain, a software engineering company that specializes in custom software design and development. Your team has been assigned to work on a project for an innovative international rescue-animal training company, Grazioso Salvare. You have been made the lead developer on this project.As part of its work, Grazioso Salvare identifies dogs that are good candidates for search-and-rescue training. When trained, these dogs are able to find and help to rescue humans or other animals, often in life-threatening conditions. To help identify dogs for training, Grazioso Salvare has reached an agreement with a non-profit agency that operates five animal shelters in the region around Austin, Texas. This non-profit agency will provide Grazioso Salvare with data from their shelters.In meeting with the client, you have discovered that they look for certain profiles in dogs to train. For example, search-and-rescue training is generally more effective for dogs that are no more than two years old. Additionally, different breeds of dogs are proficient at different types of rescue, such as water rescue, mountain or wilderness rescue, locating humans after a disaster, or finding a specific human by tracking their scent.Grazioso Salvare is seeking a software application that can work with existing data from the animal shelters to identify and categorize available dogs. Global Rain has contracted for a full stack development of this application, including a database and a client-facing web application dashboard through which users at Grazioso Salvare will access the database.In the initial phases of this development, you developed a database and a Python module enabling CRUD functionality for MongoDB. For Project Two, you will complete the development of this project by coding the dashboard and the database interface logic. This will include dashboard attributes. The dashboard must be a user-friendly, intuitive interface that will reduce user errors and training time.Additionally, Grazioso Salvare has requested that the code for this project be open source and accessible on GitHub, so that it may be used and adapted by similar organizations. To that end, they have asked that you also create a README file that documents and provides instructions for reproducing the project.DirectionsWeb Application Dashboard (Python Code)After successful completion of previous milestones and Project One, you have created a database and established successful CRUD routines in Python for MongoDB. For Project Two, you will now create a fully functional MongoDB dashboard. This will allow the client, Grazioso Salvare, to interact with and visualize the database.To create the dashboard, you will create the different components in Python code. Dashboard web applications lend well to the MVC design pattern. Using this design pattern, the model is contained and accessed in MongoDB, the views are dashboard widgets, and the controller uses your CRUD Python module for queries as part of the interaction between components. You will also be required to test and deploy the dashboard, taking screenshots to show that each of the components executes successfully.Before developing the Python code for the dashboard, be sure to review the Dashboard Specifications Document provided by the UI/UX developer at Global Rain. This document is located in the Supporting Materials section and will provide you with examples of the different dashboard widgets you will create:Interactive options to filter the Austin Animal Center Outcomes data setA data table which dynamically responds to the filtering optionsA geolocation chart and a second chart of your choice that dynamically respond to the filtering optionsIn addition to the widgets, you have been asked to include the Grazioso Salvare logo and a unique identifier containing your name somewhere on the dashboard. A high-resolution copy of the logo is included in the Supporting Materials section.Next, you will begin developing the Python code for your dashboard. Starter code is contained in the ProjectTwoDashboard.ipynb file, linked in the What to Submit section. Start by creating a data table on the dashboard which shows an unfiltered view of the Austin Animal Center Outcomes data set. To populate the data onto your table, utilize your previous CRUD Python module from Project One to run a “retrieve all” query and bring in the data from MongoDB.Tip: Be sure to consider your client when creating the interactive data table. Consider optional features that will make the table easier to use, such as limiting the number of rows displayed, enabling pagination (advanced), enabling sorting, and so on.Note: If you completed the Module Six Milestone, you have already completed this step. Copy your code for the data table into the ProjectTwoDashboard.ipynb file.Next, you will make sure that the dashboard filter options can properly retrieve data from the database. Start by developing database queries that match the required filter functionality. Refer to the Rescue Type and Preferred Dog Breeds Table, located in the Dashboard Specifications Document, to help you construct these queries.Note: Be sure to utilize your previous CRUD Python module (a PY file) from Project One to develop these database queries. You will need to hard code in the username/password for the “aacuser” account as part of the CRUD Python module class instantiation.You must develop the controller pieces to create interactive options that allow for the selection of data based on your filtering functions (such as radio items or drop-downs). Develop these pieces in your IPYNB file, and be sure to import and use your CRUD Python module queries from Step 3. These interactive options will enable the control of other dashboard widgets, such as the data table and charts.Tip: You may choose any interactive option that you wish, such as radio items, a drop-down menu, and so on, as long as the client is able to intuitively use the interactive option to filter the data. Refer to the Dash Core Components reading from the module resources to help you set up these options.Next, you must modify or create the dashboard widgets that receive input from the interactive options and present those dynamic updates to the client. Be sure to modify or create these widgets in your IPYNB file. Specifically, you must do the following:Modify the data table you created in Step 2 so that it is an interactive data table that responds to input from the interactive options.Create charts that display data in response to updates from the data table. As outlined in the Dashboard Specifications Document, you are required to create, at minimum, a geolocation chart and a second chart of your choice.Note: If you completed the Module Six Milestone, you have already begun work on this step by creating the geolocation chart. Copy your code into the ProjectTwoDashboard.ipynb file. You will need to make sure that this chart receives updates from the interactive options.Finally, after developing all of your code, you must test and deploy the dashboard to make sure that all of your components work. To complete this step, run your IPYNB file. You must either take screenshots or create a screencast of your dashboard and widget functionality. Each of your screenshots or your screencast should contain the Grazioso Salvare logo and your unique identifier. Your screenshots or screencast must show the following:The starting state of your dashboard, which should include your widgets for the interactive options to filter data (such as radio items or drop-downs), the interactive data table, and the chartsExecutions of your dashboard, showing the widgets after each of the following data filters has been applied (four screenshots total):Water RescueMountain or Wilderness RescueDisaster or Individual TrackingReset (returns all widgets to their original, unfiltered state)You will include all of these screenshots, or your screencast, in your README file when describing the functionality of your project. These screenshots are required as they demonstrate proof of your dashboard’s functionality.README FileGrazioso Salvare has requested documentation to accompany the code for your dashboard. This will ensure that they are able to understand the work that was completed and more easily maintain the code for this project.You have been asked to create a README file that documents the project and includes instructions for reproducing the project. Be sure to address all of the following areas:Describe the required functionality of the project. Include the screenshots or screencast taken while testing and deploying your dashboard (Step 6) as proof that you have achieved the required functionality.Describe the tools used to achieve this functionality and a rationale for why these tools were used.Be sure to explain why MongoDB was used as the model component of the development, including what specific qualities or capabilities it provides for interfacing with Python.Be sure to explain the Dash framework that provides the view and controller structure for the web application.Be sure to include links to any resources or software applications that were accessed or used.Explain the steps that were taken to complete the project.Identify any challenges that were encountered and explain how those challenges were overcome.What to SubmitTo complete this project, you must submit the following:Web Application Dashboard (Python Code)Submit a zipped folder containing all of the code for your dashboard. The zipped folder should include your completed ProjectTwoDashboard.ipynb file containing the source code for your dashboard. Be sure to also include the code for the CRUD Python module (PY file) that you originally developed in Project One. All code files should follow industry standard best practices, including well-commented code.READMEYour submission should be a Word document that documents the project and provides instructions for reproducing it. In your README file, be sure to include all required screenshots (or your screencast) to demonstrate the functionality of your dashboard.Supporting MaterialsThe following resource(s) may help support your work on the project:Reading: Documenthttps://learn.snhu.edu/content/enforced/574637-CS-340-X2140-OL-TRAD-UG.20EW2/course_documents/CS%20340%20Dashboard%20Specifications%20Document.pdf?_&d2lSessionVal=9Gaa1f3JcytQTTiJopMiLfKoJ&ou=574637This document was created by your UI/UX developer and details the necessary functionality of your dashboard, as well as providing you with a prototype of the dashboard layout. This document also contains the Rescue Type and Preferred Dog Breeds table, which aligns dog breeds with their use in different types of rescue. Use this table to help structure the queries for your dashboard filtering options.Image: Grazioso Salvare Logo: This high-resolution PNG file contains the Grazioso Salvare logo. Be sure to include this logo as part of your dashboard to ensure that the application is properly branded.Data Set: Austin Animal Center Outcomes: https://learn.snhu.edu/content/enforced/574637-CS-...Grazioso Salvare has provided you with this sample data set (CSV file) of animal center outcomes. This will become the basis of your database and can be used to test the functionality of your code. This data set has been modified for the purposes of this project. Specifically, the following columns have been added: location_lat (latitude), location_long (longitude), and age_upon_outcome_in_weeks (the age of the animal, given in weeks).Reference: Austin Animal Center. (2020). Austin Animal Center Outcomes [Data set]. City of Austin, Texas Open Data Portal. https://doi.org/10.26000/025.000001Reading: CS 340 Jupyter Notebook in Apporto (Virtual Lab) Tutorial: https://learn.snhu.edu/content/enforced/574637-CS-...This tutorial will help you navigate the technology you will be using in this course. You will learn how to get into the Jupyter Notebook via the Virtual Lab (Apporto), as well as how to complete, save, and download your work.Reading: CS 340 Mongo in Apporto (Virtual Lab) Tutorial: https://learn.snhu.edu/content/enforced/574637-CS-...This tutorial will help you navigate the different Mongo tools needed for your development.Textbook: Head First Python: https://go.oreilly.com/SNHU/library/view/head-firs...This Shapiro Library textbook was designed to teach the Python programming language. Refer to this resource if you need a refresher on any Python syntax as you develop your code.Reading: Style Guide for Python Code: https://www.python.org/dev/peps/pep-0008/Refer to this style guide when developing your Python code for this project. It is important that your code follows industry standard best practices, such as including clear variable names, exception handling, and in-line comments throughout your code.Reading: Make a README: https://www.makeareadme.com/This reading describes the purpose behind README files, and will help you keep in mind the purpose and intended audience for your README file. You are not required to use the same sections as suggested in this reading. As a note, the examples in this article use the MD format, which is a common format for README files on GitHub. You have been asked to submit your README file as a Word document for this project.

MU Structure of Programming Languages Named Entity Recognition Exam Practice
Use given script to download 1 Wikipedia page (not Marymount) Run NLTK’s NER tool.Examine both the PERSON and LOCATION E ...
MU Structure of Programming Languages Named Entity Recognition Exam Practice
Use given script to download 1 Wikipedia page (not Marymount) Run NLTK’s NER tool.Examine both the PERSON and LOCATION EntitiesCalculate Precision, Recall, and F-Measure for both Person or Location (whichever your document has)pip install pymediawikiTo Harvest WIKIfrom mediawiki import MediaWikiwikipedia = MediaWiki()p = wikipedia.page('Marymount University')content= p.contentprint(content)To Tag Named Entities1) Word Tokenize a Sentence2) POS tag the tokens3) print(nltk.ne_chunk(tagged))
12 pages

Merge Sort 1211
Merge sort is a sorting technique which based on the divide and conquer, it has a worst case scenario of O( n log n) and i ...
Merge Sort 1211
Merge sort is a sorting technique which based on the divide and conquer, it has a worst case scenario of O( n log n) and it is one of the most applied ...
Earn money selling
your Study Documents