Dissertation Topic Proposal

The attached document is my dissertation topic, please make the required changes to the document to met the following feedback.

Feedback:

 

This is an interesting topic, but I am not sure what you are trying to accomplish in this research. Are you saying biometric authentication has not been implemented to mitigate social engineering and you want to implement one?

You stated, “The purpose of implementing biometric authentication is that it can aid in reducing password vulnerability, secure log process in the system, and enhance conveniences like quick log in using fingerprint and reduce desk help cost which comes with a call for passwords.”

You also stated, “The research will also tent to protect the availability, confidentiality, and integrity of enterprise valuable assets. The implementation of biometric authentication will ensure confidentiality, authentication of data, data entity authentication, and availability. Biometric authentication should be oriented to the internet to analyze the security gap for any given generic application in the system.”

 Are you planning to create an implementation project with biometrics to measure increase protection? If so, how will you implement? How will you measure? Provide clarifying information for the department and resubmit 

Please review and clarify what the goal of this study is. 

Journal Week 4 – General Cryptocurrency

 Chapter 11 introduces issues relating to governance and leadership in a new blockchain era. 

Bit introduction<>

– What changes can you see that should occur in your organizational unit (i.e. your department) to be better prepared to adopt blockchain technology? 

– What changes should occur at the higher organizational level? 

– If you could make strategic decisions for your organization, what would be the first change you’d implement to make adopting blockchain technology easier? 

-conclusion

-References including author

cloud compuiting professional reflection

 

Write a brief reflection on this course and on how it will aid your professional career and development in 300 words.

  • How will this course impact your professional objectives?
  • What were the major work-related lessons that you learned?
  • How will this course prepare you for further studies related to your chosen professional career?

deadlock paper

 

Projects
  1.  Compile a list of algorithms employed in today’s operating systems to avoid deadlocks.

2. Conduct research to determine which algorithms check network states for a deadlock. Submit your findings in a report.

PHD Interview (Information Technology)

WRITTEN INTERVIEW QUESTIONS

DOCTORAL CANDIDATES SHOULD PROVIDE AN AUTHENTIC PERSONAL STATEMENT TO EACH OF THE FIVE FOLLOWING QUESTIONS/PROMPTS REFLECTING ON THEIR INTERESTS. IN THE EVENT THAT ANY OUTSIDE RESOURCES ARE USED, RESOURCES SHOULD BE CITED IN APA FORMAT. SUBMISSIONS SHOULD BE A MAXIMUM OF 500 WORDS OR 125 WORDS PER QUESTION/PROMPT. IT IS BEST TO RESPOND TO EACH PROMPT/QUESTION INDIVIDUALLY FOR CLARITY OF THE REVIEWER. WRITING SAMPLES SHOULD BE SUBMITTED IN MICROSOFT WORD FORMAT AND INCLUDE THE CANDIDATE’S NAME.

1. PROVIDE A BRIEF INTRODUCTION FOCUSING ON YOUR EDUCATION, CAREER, AND DECISION TO APPLY TO UNIVERSITY OF THE CUMBERLANDS.

2. IN RELATION TO YOUR DOCTORAL PROGRAM APPLICATION, WHAT AREA OF RECENT RESEARCH IN THE FIELD WOULD YOU WANT TO STUDY, AND WHY?

3. HOW DOES YOUR CURRENT VOCATION RELATE TO YOUR APPLICATION TO THE DOCTORAL PROGRAM?

4. HOW WILL YOUR EXPERIENCES AND PERSONAL SKILLS HELP YOU TO BE SUCCESSFUL IN YOUR PROGRAM?

5. WHAT LONG-TERM GOALS DO YOU HAVE FOR APPLYING YOUR LEARNING FROM YOUR DOCTORAL PROGRAM?

Web Design work- web visualization

Before You Begin

  1. Create a new repository for this project called Web-Design-Challenge. Do not add this homework to an existing repository.
  2. Clone the new repository to your computer.
  3. Inside your local git repository, create a directory for the web challenge. Use a folder name to correspond to the challenge: WebVisualizations.
  4. Add your html files to this folder as well as your assets, Resources and visualizations folders.
  5. Push the above changes to GitHub or GitLab.
  6. Deploy to GitHub pages. 

Latitude – Latitude Analysis Dashboard with Attitude

For this homework we’ll be creating a visualization dashboard website using visualizations we’ve created in a past assignment. Specifically, we’ll be plotting weather data.

In building this dashboard, we’ll create individual pages for each plot and a means by which we can navigate between them. These pages will contain the visualizations and their corresponding explanations. We’ll also have a landing page, a page where we can see a comparison of all of the plots, and another page where we can view the data used to build them.

Website Requirements

For reference, see the “Screenshots” section below.

The website must consist of 7 pages total, including:

  • A landing page containing:
    • An explanation of the project.
    • Links to each visualizations page. There should be a sidebar containing preview images of each plot, and clicking an image should take the user to that visualization.
  • Four visualization pages, each with:
    • A descriptive title and heading tag.
    • The plot/visualization itself for the selected comparison.
    • A paragraph describing the plot and its significance.
  • A “Comparisons” page that:
    • Contains all of the visualizations on the same page so we can easily visually compare them.
    • Uses a Bootstrap grid for the visualizations.
      • The grid must be two visualizations across on screens medium and larger, and 1 across on extra-small and small screens.
  • A “Data” page that:
    • Displays a responsive table containing the data used in the visualizations.
      • The table must be a bootstrap table component. Hint
      • The data must come from exporting the .csv file as HTML, or converting it to HTML. Try using a tool you already know, pandas. Pandas has a nifty method approprately called to_html that allows you to generate a HTML table from a pandas dataframe. See the documentation here

The website must, at the top of every page, have a navigation menu that:

  • Has the name of the site on the left of the nav which allows users to return to the landing page from any page.
  • Contains a dropdown menu on the right of the navbar named “Plots” that provides a link to each individual visualization page.
  • Provides two more text links on the right: “Comparisons,” which links to the comparisons page, and “Data,” which links to the data page.
  • Is responsive (using media queries). The nav must have similar behavior as the screenshots “Navigation Menu” section (notice the background color change).

Finally, the website must be deployed to GitHub pages.

When finished, submit to BootcampSpot the links to 1) the deployed app and 2) the GitHub repository.

Considerations

  • You may use the weather data or choose another dataset. Alternatively, you may use the included cities dataset and pull the images from the assets folder.
  • You must use Bootstrap. This includes using the Bootstrap navbar component for the header on every page, the bootstrap table component for the data page, and the Bootstrap grid for responsiveness on the comparison page.
  • You must deploy your website to GitHub pages, with the website working on a live, publicly accessible URL as a result.
  • Be sure to use a CSS media query for the navigation menu.
  • Be sure your website works at all window widths/sizes.
  • Feel free to take some liberty in the visual aspects, but keep the core functionality the same.
  • Use a different dataset! The requirements above still hold, but make it your own.
  • Use a Bootstrap theme to customize your website. You may use a tool like Bootswatch. Make it look snazzy, give it some attitude. If using this, be sure you also meet all of the requirements listed above.
  • Add extra visualizations! The more comparisons the better, right?
  • Use meaningful glyphicons next to links in the header.
  • Have visualization navigation on every visualizations page with an active state. See the screenshots below.

Screenshots

This section contains screenshots of each page that must be built, at varying screen widths. These are a guide; you can meet the requirements without having the pages look exactly like the below images.

Landing page

Large screen:

Small screen:

Document Store Implementation

This project implements a document store system. It can be written in any language, but I’ve been told that python works best because of the use of dictionaries. I need it back by midnight tomorrow which is 0:00 CST December 6th. All information should be given in the pdf. Attached are also the txt files that will be used, data.txt, queries copy.txt, and just a solution txt you can view to see the correct answer.