-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCourseLoad.html
More file actions
63 lines (63 loc) · 3.8 KB
/
CourseLoad.html
File metadata and controls
63 lines (63 loc) · 3.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<!--Raymond Ezekiel-->
<!--Professor Krigelstein-->
<!--9-9-2018-->
<html lang="en" >
<head>
<meta charset="utf-8">
<title>ITMD-361 Internet Technologies and Web Design Project 1-Resume Page</title>
</head>
<body>
<header>
<h1>Project One</h1>
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="resumepage.html">RESUME</a></li>
<li><a href="courseload.html">Course Load</a></li>
</ul>
</header>
<section>
<h1>Courses</h1>
<p>This page is dedicated to the courses I am taking this semester and their descriptions according to their syllabus</p>
<h3>ITMD 421: Data Modeling and Applications</h3>
<p>Basic data modeling concepts are introduced. Hands-on database design,
implementation, and administration of single-user and shared multi-user
database applications using a contemporary relational database management
system. Prerequisites: None Credit: 2-2-3 Technologies addressed in this course
include SQL and relational database management systems such as the MySQL and
Oracle RDBMS.</p>
</section>
<section>
<h3>PS-329: Environmental Politics/Policy</h3>
<p>The study of politics and policy is traditionally divided among local, national and international
levels. Who gets to make policy, how they make it and how fairly and effectively they
implement it are usually studied as the responsibilities of geographically defined political
processes and institutions. But the global environment challenges those assumptions.
Weather may be local but climate is global. Air, water, flora and fauna respect neither
national borders nor the rules and institutions people create to govern the Earth. While
governments still matter, environmental quality is increasingly impacted by international
organizations, businesses of all types and sizes, and non-governmental organizations (NGOs).
Therefore, in this class we attempt two related, complex and challenging tasks:
understand how politics and policy—at multiple levels—affect the ways that human beings
impact their natural environment; and learn how people develop and pursue their interests and
ideas related to the present condition and future of the global environment. </p>
</section>
<section>
<h3>ITMD 361: Fall 2018 Fundamentals of Web Development</h3>
<p>This course will cover the creation of Web pages and sites using HTML, CSS, Javascript, jQuery, and graphical applications as well as the client and server architecture of the Internet and related web technologies. The creation and deployment of modern, standards-compliant web pages are addressed. Students create and deploy a Web site with multiple pages and cross-linked structures.</p>
</section>
<section>
<h3>ITM 100 Introduction to Information Technology as a Profession</h3>
<p>Introduces students to concepts of systems, systems theory and modeling,
information systems, and system integration. Examines the steps necessary to analyze a business problem
and identify and define the computing and information requirements appropriate to its solution, with a
focus on how to design, implement, and evaluate a technology-based system to meet desired needs.
Students learn to analyze the local and global impact of computing on individuals, organizations, and
society. Leads students to recognize of the need for continuing professional development, and imparts an
understanding of professional, ethical, legal, security and social issues and responsibilities in information
technology. Students write and present, building their ability to communicate effectively with a range of
audiences, and using standard planning methodologies design an information system to meet the
information needs of a small business.</p>
</section>
</body>
</html>