mfacobpm

The contents of this repository describe the outline for a course on basic project management. There are three document sets each described in the README.

https://github.com/joecstarr/mfacobpm

Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 8 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.9%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

The contents of this repository describe the outline for a course on basic project management. There are three document sets each described in the README.

Basic Info
  • Host: GitHub
  • Owner: Joecstarr
  • License: other
  • Language: TeX
  • Default Branch: main
  • Homepage:
  • Size: 132 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 1
  • Releases: 8
Created about 1 year ago · Last pushed 6 months ago
Metadata Files
Readme License Citation

README.md

Materials for a Course on Basic Project Management

DOI License: CC BY-NC-SA 4.0

The contents of this repository describe the outline for a course on basic project management. There are three document sets each described in the following sections.

Note to Reader

If you find an issue with this repository or have a question please feel free to open an issue. I've included templates for the following issues:

  • 🐞 Spelling and Grammar
  • 🤷 Clarity
  • ❓ Question
  • 🚀 Enhancement

What's in This Repository?

Project plan

The project plan ./documents/plan/project_plan.md is the primary planning document for the project.

Risk Management Plan

The risk management plan ./documents/risk/risk_management_plan.md is gives an overview of things that can go wrong in a project and how to handle things when they do go wrong.

Project Schedule

The project schedule ./documents/schedule/schedule.md gives a list of all tasks involved with project competition.

Course Design Documents

The course design ./course_planning/course_design.md contains the overall course goals as well as per week outlines of the course content.

Example Project Plan

The contents of ./example are a sample example plan created for a hypothetical birdhouse building project.

[!NOTE] This example plan is not perfect. You should think about this example as a step below a "minimum" quality for a project plan. Content written here should serve to inform the essence of what should go in each section.

Cite Me 📃

Bibtex and APA on the right sidebar of github.

Citations

  1. Boehm, B. W. (1989). Software risk management. IEEE Computer Society Press. https://books.google.com/books?id=ittWAAAAMAAJ
  2. Col Lawrence Nixon. (n.d.). RISK MANAGEMENT (RM) GUIDELINES AND TOOLS. DEPARTMENT OF THE AIR FORCE.
  3. Garvey, P. R. (2008). Analytical Methods for Risk Management (0 ed.). Chapman and Hall/CRC. https://doi.org/10.1201/9781420011395
  4. Internationale Elektrotechnische Kommission & Internationale Organisation für Normung (Eds.). (2019). Risk management: Risk assessment techniques (Edition 2.0). IEC Central Office, Commission Electrotechnique Internationale.
  5. Pressman, R. S. (2015). Software engineering: A practitioner's approach (Eighth edition). McGraw-Hill Education.
  6. Thomsett, R. (1992). The Indiana Jones School of Risk Management. American Programmer, 5(7), 10-18.
  7. Wiggins, G. P., & McTighe, J. (2008). Understanding by design (Expanded 2nd ed, [Nachdr.]). Association for Supervision and Curriculum Development.
  8. Williams, R. C., Walker, J. A., & Dorofee, A. J. (1997). Putting risk management into practice. IEEE Software, 14(3), 75-82. https://doi.org/10.1109/52.589240
  9. Yourdon, E. (1995). When good enough software is best. IEEE Software, 12(3), 79-81. https://doi.org/10.1109/52.382191

License ⚖️

Materials for a Course on Teaching Undergraduate Research by Joseph Starr and Lori Adams is licensed under CC BY-NC-SA 4.0

Owner

  • Name: Joe Starr
  • Login: Joecstarr
  • Kind: user
  • Location: Iowa

Citation (CITATION)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: Course Materials for a Course on Basic Project Management
message: 'If you use this course design, please cite it as below.'
type: software
authors:
  - family-names: Starr
    given-names: Joseph
identifiers:
  - type: doi
    value: 10.5281/zenodo.14933991
repository-code: 'https://github.com/Joecstarr/MfaCoBPM'
abstract: >-
    Project management is an important part of being a successful in academia as
    well as industry. To take a project from ideation to a publishable product can
    be easy when everything goes right. However, while completing a project issues
    often arise that impact the ability to meet project goals. This course will
    introduce project management concepts that will enable practitioners to mitigate
    these hidden impacts.
license: CC-BY-NC-SA-4.0
date-released: '2025-02-11'

GitHub Events

Total
  • Create event: 15
  • Release event: 7
  • Issues event: 12
  • Delete event: 12
  • Public event: 1
  • Push event: 44
  • Pull request event: 22
Last Year
  • Create event: 15
  • Release event: 7
  • Issues event: 12
  • Delete event: 12
  • Public event: 1
  • Push event: 44
  • Pull request event: 22

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 7
  • Total pull requests: 11
  • Average time to close issues: about 7 hours
  • Average time to close pull requests: 22 minutes
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 9
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 7
  • Pull requests: 11
  • Average time to close issues: about 7 hours
  • Average time to close pull requests: 22 minutes
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 9
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • Joecstarr (7)
Pull Request Authors
  • Joecstarr (11)
Top Labels
Issue Labels
Pull Request Labels
dependencies (3) automated (3)

Dependencies

.github/workflows/QAcheck.yml actions
  • DeterminateSystems/flake-checker-action main composite
  • DeterminateSystems/magic-nix-cache-action main composite
  • DeterminateSystems/nix-installer-action main composite
  • actions/checkout v4 composite
.github/workflows/release.yml actions
  • DeterminateSystems/flake-checker-action main composite
  • DeterminateSystems/magic-nix-cache-action main composite
  • DeterminateSystems/nix-installer-action main composite
  • actions/checkout v4 composite
  • softprops/action-gh-release v2 composite
requirements.txt pypi
  • Unidecode ==1.3.8
  • lxml *
  • mystmd *
  • pyyaml *
  • requests *
  • rich *
  • ruff *
  • tqdm *
  • typer *
  • typing_extensions ==4.12.2
  • urllib3 ==2.2.2