Initial commit

This commit is contained in:
Nick Touran 2025-09-22 14:54:12 -04:00
commit 56a79e3562
55 changed files with 1905 additions and 0 deletions

View file

@ -0,0 +1,8 @@
############
Organization
############
.. toctree::
organization
qapd

View file

@ -0,0 +1,56 @@
digraph G {
compound=true
graph [splines=ortho, nodesep=0.2]
subgraph clusterBoard{
chairman [label="Chairman"];
board1
board2
board3
}
subgraph clusterTop {
vision [label="Vision"]
values [label="Values"]
objectives [label="Objectives"]
}
chairman -> values [ltail=clusterBoard,lhead=clusterTop]
subgraph clusterCsuite{
CEO [label="Chief\nExecutive\nOfficer"]
COO [label="Chief\nOperations\nOfficer"]
CTO [label="Chief\nTechnology\nOfficer"]
CFO [label="Chief\nFinancial\nOfficer"]
CIO [label="Chief\nInformation\nOfficer"]
CCO [label="Chief\nCompliance\nOfficer"]
CEO -> {CFO, CTO, CIO, COO, CCO}
}
Finance [shape=box];
Engineering [shape=box];
RD [label="Research &\nDevelopment",shape=box];
Operations [shape=box];
PM [label="Project\nManagement",shape=box];
HR [label="Human\nResources",shape=box];
Licensing [shape=box];
CFO -> Finance;
CTO -> {Engineering,RD};
CIO -> PM;
COO -> {Operations,HR};
CCO -> {Licensing};
values -> CEO [ltail=clusterTop,lhead=clusterCsuite]
subgraph clusterIT{
infra [label="Infrastructure"]
help [label="Helpdesk"]
hpc [label="High Performance\nComputing"]
dev [label="Software\nDevelopment"]
label="IT"
}
CIO -> hpc [ltail=clusterTop,lhead=clusterIT]
}

View file

@ -0,0 +1,16 @@
**********************
Organization Structure
**********************
.. _org-chart:
Organization Chart
==================
Org chart should show:
* Job Titles
* Departments
* Authorities
.. graphviz:: org_chart.dot

View file

@ -0,0 +1,21 @@
*************************************
Quality Assurance Program Description
*************************************
Basis
-----
This document is implemented to satisfy the linked requirements shown below.
.. impl:: Issue a Quality Assurance Program Description
:id: I_QAPD
:links: R_APPB_1,R_APPB_3,R_APPB_4,R_APPB_5,R_APPB_6
:duration: 25
:completion: 0
:collapse: true
.. needflow:: Basis for this document
:filter: "I_QAPD" in links
We are going to do a lot of high quality work in our program, I swear!
.. note:: See NEI 11-04 and 06-14A for generic QAPD templates!