About
Articles by Alfred
Activity
11K followers
Experience & Education
Licenses & Certifications
Volunteer Experience
-
Chair Academic Advisory Council (Dept. of IT and Decision Sciences)
Old Dominion University
- 2 years 8 months
Education
The aim is to serve the advisory council of the Department of IT, Decision Sciences, Maritime & Supply Chain Management. The advisory council meets once a year to provide insight for IT / Business Analytics / Maritime and Supply Chain curricula, review the industry's supply chain and business analytics needs, and suggest expected skill sets of our current and future graduates.
https://www.odu.edu/business/departments/itds -
Co-Chair Artificial Intelligence (AI) and Autonomy Workshop (Defense and Security Applications)
Military Operations Research Society
- 2 years 1 month
Science and Technology
The mission of MORS is to enhance the quality of analysis that informs national and homeland security decisions.
MORS has a long and distinguished history, dating back over fifty years. The First Military Operations Research Symposium (MORS), sponsored by the Office of Naval Research (ONR) - Pasadena, was held at Corona Naval Ordnance Lab, Corona, California, in August of 1957. By the Eighth MORS Symposium, the event became a nationally-oriented joint-service meeting. In April 1966…The mission of MORS is to enhance the quality of analysis that informs national and homeland security decisions.
MORS has a long and distinguished history, dating back over fifty years. The First Military Operations Research Symposium (MORS), sponsored by the Office of Naval Research (ONR) - Pasadena, was held at Corona Naval Ordnance Lab, Corona, California, in August of 1957. By the Eighth MORS Symposium, the event became a nationally-oriented joint-service meeting. In April 1966, the Military Operations Research Society was incorporated.
Link: https://www.mors.org/ -
Community Volunteer
AAAS
- Present 6 years 4 months
Science and Technology
The AAAS seeks to "advance science, engineering, and innovation throughout the world for the benefit of all people." To fulfill this mission, the AAAS Board has set the following broad goals:
Enhance communication among scientists, engineers, and the public;
Promote and defend the integrity of science and its use;
Strengthen support for the science and technology enterprise;
Provide a voice for science on societal issues;
Promote the responsible use of science in public…The AAAS seeks to "advance science, engineering, and innovation throughout the world for the benefit of all people." To fulfill this mission, the AAAS Board has set the following broad goals:
Enhance communication among scientists, engineers, and the public;
Promote and defend the integrity of science and its use;
Strengthen support for the science and technology enterprise;
Provide a voice for science on societal issues;
Promote the responsible use of science in public policy;
Strengthen and diversify the science and technology workforce;
Foster education in science and technology for everyone;
Increase public engagement with science and technology; and
Advance international cooperation in science.
https://www.aaas.org/
Publications
-
Federal Government Trends: Contracting, HR, Budget & IT
Careers in Government
See publicationTransitioning Article
Courses
-
Business And Public Policy
MBAD 6284
-
Business Ethics
MBAD 6281
-
Business Law: Enterprise Organization
ACCY 6602
-
Calculus & Matrices-Business & Econometrics
MATH 200
-
Data Analysis and Decisions
MBAD 6222
-
Executive Decision Making
DNSC 6258
-
Exploring Finance with Simulation
FINA 6290
-
Financial Accounting
MBAD 6211
-
Financial Management
MBAD 6234
-
Financial Markets
MBAD 6233
-
Global Perspectives
MBAD 6241
-
International Business in Operations
MGMT 361
-
International Management
MBAD 6244
-
International Shipping
MSCM 370
-
Judgment/Uncertainty & Decisions
MBAD 6221
-
Leadership/Executive Development
MGT 6253
-
Legal Environment of Business - Business Law
FINA 331
-
Linear Models for Data Science
STAT 6021
-
Macro Economics For The Global Economy
6243
-
Management Science
DSCI 407
-
Managerial Accounting
6213
-
Managerial Economics
ECON 301
-
Marketing Decisions
MBAD 6273
-
Micro Economics For The Global Economy
MBAD 6242
-
Nature of Markets
MBAD 6272
-
Operations Management
MBAD 6223
-
Operations Management/Technology
OPMT 303t
-
Optimization Models for Decision Making
DNSC, 6251
-
Port Management
MSCM 472
-
Precalculus I
MATH 162
-
Principles of Accounting
ACCT 201
-
Principles of Accounting
ACCT 202
-
Principles of Macroeconomics
ECON 201s
-
Probably-Decisions-Analysis-Business-Statistics,
DSCI 206
-
Programming and Systems for Data Science
CS 5010
-
Real Estate Valuation & Investment
FINA 6242
-
Simulation Modeling/Analysis-Business Systems
DSCI 476
-
Social Network Analysis/Managers
DNSC 6290
-
Spreadsheet Modeling/Analysis Business Decisions
DSCI 406
-
Statistical Data-Analysis-Management Science
DSCI 306
-
Statistics for Management
DNSC 6202
-
Strategic Sourcing/Purchasing
MSCM 430
-
Strategy Formulation & Implementation
MBAD 6286
-
Supply Chain Management & Logistics
MSCM 441
Projects
-
wrangling_api_data
-
See projectThis project involves a series of efforts taken @ Springboard's Data Science: Machine Learning Bootcamp program.
In this overview, I will venture into the space of the Application Program Interface (API). The following exercise will require us to pull some data from the Qunadl API. Qaundl is currently the most widely used aggregator of financial market data.
An application program interface (API) is an establishment of routines, protocols, and tools for creating software…This project involves a series of efforts taken @ Springboard's Data Science: Machine Learning Bootcamp program.
In this overview, I will venture into the space of the Application Program Interface (API). The following exercise will require us to pull some data from the Qunadl API. Qaundl is currently the most widely used aggregator of financial market data.
An application program interface (API) is an establishment of routines, protocols, and tools for creating software applications. An API stipulates how software components ought to interact. APIs built into programming graphical user interfaces (GUI) elements save developers time. Good APIs make it easier to develop programs by front-loading most of the necessary building blocks needed to interact with what it does. A programmer then assembles the blocks in the program he or she was developing. There are several types of APIs for operating systems, applications, or websites. Microsoft Windows, for example, has many API sets that are utilized by system hardware and software applications. For example, when you copy and paste text from one form into another, it is the API that allows that integration to work. -
wrangling_.json_filetypes
-
See projectIn this overview, I will venture into the lightweight data-interchange format JavaScript Object Notation (JSON) data structure.
JSON is effortless for humans to read and write while also being accessible for machines to parse from and generate. JSON is a lightweight data-interchange format working between clients, servers, and embedded in programming languages. It is a subset of the JavaScript object and distinct from any other programming language. JSON is a subset of the JavaScript…In this overview, I will venture into the lightweight data-interchange format JavaScript Object Notation (JSON) data structure.
JSON is effortless for humans to read and write while also being accessible for machines to parse from and generate. JSON is a lightweight data-interchange format working between clients, servers, and embedded in programming languages. It is a subset of the JavaScript object and distinct from any other programming language. JSON is a subset of the JavaScript Programming Language Standard: ECMA-262 3rd Edition - December 1999. It has a text format that is completely language independent but utilizes analogs that are accustomed to programmers of the “C- family” of languages: C, C++, C#, Java, JavaScript, Perl, Python, and many others 1.
JSON’s human-readable data structures are efficient for more extensive data exports that contain a hierarchically structured format.
The basic structure of the JSON object is as follows:
i. Data is by name/value pairs with colons.
ii. Commas split data-objects.
iii. Curly braces {} hold Data-Objects.
iv. Square brackets [] can be utilized to indicate a list of objects in a group.
v. Data-Element enclosed with quotes for characters, and without quotes for a numeric value. -
https://github.com/ahull002/wrangling_csv.git
-
See projectIn this overview, I will venture into the domain-specific Structured Query Language (SQL) utilized in programming and designed for managing data residing in relational database management systems (RDBMS), or even for stream processing in a relational data stream management system (RDSMS).
Structured Query Language, or is commonly called SQL (pronounced "ess-que-el"), is a domain-specific programming language. SQL utilized for communicating with relational database management systems…In this overview, I will venture into the domain-specific Structured Query Language (SQL) utilized in programming and designed for managing data residing in relational database management systems (RDBMS), or even for stream processing in a relational data stream management system (RDSMS).
Structured Query Language, or is commonly called SQL (pronounced "ess-que-el"), is a domain-specific programming language. SQL utilized for communicating with relational database management systems (RDMS). According to the ANSI (American National Standards Institute), it is the standard language for RDMS. SQL statements are used to carry out tasks such as revise data in a database or retrieve data information from a database. Traditional RDMS that make use of SQL are Oracle, Sybase, Microsoft SQL Server, Access, and Ingres. Although nearly all database systems use SQL, most of them also have their additional exclusive extensions that are usually only used on their respective networks. SQL commands such as "Select," “From,” "Insert," "Update," "Delete," "Create," “Group,” “Order,” and "Drop" can be employed to accomplish almost everything that someone needs to do in a database. This overview utilizes SQL to conduct Exploratory Data Analysis (EDA) on simulated data from a Country Club that mimics a real-world example of what Data Scientists will face in the workforce when confronted with various data sets or databases.
Honors & Awards
-
Letter of Appreciation
Department of the Navy, Space and Naval Warfare Systems(SPAWAR): Norfolk, VA
-
Letter of Appreciation
Department of the Navy, Naval Audit Service (NAVAUDSVC): Norfolk, VA
-
2nd place Award: The Climate Change – Sea Level Rise initiative
Old Dominion University
The Climate Change – Sea Level Rise initiative is an effort to identify the multi-faceted impact climate change and rising sea levels will have on our region.
The initiative is led by James V. Koch, Board of Visitors Professor of Economics and President Emeritus, and Oceanography Professor Dr. Larry Atkinson. The project pulls together the university and region's foremost experts to find solutions to the anticipated effects on the economy, housing, ports, and infrastructure…The Climate Change – Sea Level Rise initiative is an effort to identify the multi-faceted impact climate change and rising sea levels will have on our region.
The initiative is led by James V. Koch, Board of Visitors Professor of Economics and President Emeritus, and Oceanography Professor Dr. Larry Atkinson. The project pulls together the university and region's foremost experts to find solutions to the anticipated effects on the economy, housing, ports, and infrastructure. Facilitating faculty engagement in Climate Change and Sea Level Rise research is a priority of Old Dominion University. Our goal is to make ODU a recognized leader in this area in order to address the challenges that will significantly affect not only the Hampton Roads region but also the country and the world. To achieve this goal, we seek to strengthen relationships among faculty, colleges, centers and departments working in and across disciplines that address Climate Change and Sea Level Rise impacts. In an effort to promote and support faculty interested in forming teams to address Climate Change and Sea Level Rise issues facing a metropolitan environment, the Office of Research accepted proposals for short-term seed funding.
The 2011 On Target: Case Study Competition was hosted by the Career Management Center and the Undergraduate Research Program. Student teams were asked to resolve a corporate problem that spans several functional areas. Teams addressed the following questions about sustainable business practices at TARGET;
1) how can Target fulfill the guests' wants to support sustainability through its product offerings?
2) How can Target communicate its commitment to sustainability in a meaningful, clear, and concise way?
Each team prepared a written executive report. Based on an evaluation of the reports, the top three teams presented their conclusions in 15-minute presentations before a panel of Target Corporation Executives.
Languages
-
Spanish
Professional working proficiency
Organizations
-
Military Operations Research Society (MORS)
Co-Chair Artificial Intelligence (AI) and Autonomy Workshop (Defense and Security Applications)
- Present -
Old Dominion University
Chair Academic Advisory Council (Dept. of IT and Decision Sciences)
- Present -
Association of Military Comptrollers
-
- Present -
Chesapeake Bay Foundation
Volunteer
- Present
Recommendations received
14 people have recommended Alfred
Join now to viewOther similar profiles
Explore top content on LinkedIn
Find curated posts and insights for relevant topics all in one place.
View top contentOthers named Alfred Hull
20 others named Alfred Hull are on LinkedIn
See others named Alfred Hull