Skip to content

Commit

Permalink
Add reference org charts for the example HR database
Browse files Browse the repository at this point in the history
  • Loading branch information
credman committed Sep 3, 2021
1 parent d4f892c commit 7f63f91
Show file tree
Hide file tree
Showing 7 changed files with 1,986 additions and 0 deletions.
7 changes: 7 additions & 0 deletions base/container_files/var-www-html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,13 @@ <h1>GTE jump page</h1>
<td>Grouper concepts, standards, and best practices</td>
</tr>

<tr>
<td><a href="orgchart/org_chart_brief.svg">Org chart brief</a> | <a href="orgchart/org_chart_full.svg">Org chart full</a></td>
<td></td>
<td></td>
<td>Departmental org charts used in the example database</td>
</tr>

<!--
<tr>
<td></td>
Expand Down
54 changes: 54 additions & 0 deletions base/container_files/var-www-html/orgchart/org_chart_brief.dot
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
digraph G {

layout="dot";

rankdir="BT";
splines="ortho";
ranksep=.5;

node[ shape="rect" ];

10000 [label="10000\nBoard of Trustees"];
10100 [label="10100\nPresident"];
10200 [label="10200\nProvost"];
10300 [label="10300\nCommunications"];
10400 [label="10400\nInstitutional Advancement"];
10500 [label="10500\nStudent Affairs"];
10600 [label="10600\nGeneral Counsel"];
10700 [label="10700\nDiversity Equity & Inclusion"];
10800 [label="10800\nFinance & Administration"];
10900 [label="10900\nInformation Technology Services"];
20000 [label="20000\nCollege of Arts and Sciences"];
30000 [label="30000\nGraduate School of Arts and Sciences"];
40000 [label="40000\nLibrary"];
45000 [label="45000\nSchool for Social Policy and Management"];
50000 [label="50000\nSchool of Business"];
55000 [label="55000\nOffice of Research Administration"];
60000 [label="60000\nSchool of Continuing Studies"];
70000 [label="70000\nOffice of the Vice Provost of Research"];
80000 [label="80000\nOffice of Institutional Research"];
85000 [label="85000\nArt Museum"];
90000 [label="90000\nCenters & Institutes"];

10100 -> 10000;
10200 -> 10100;
10300 -> 10100;
10400 -> 10100;
10500 -> 10100;
10600 -> 10100;
10700 -> 10100;
10800 -> 10100;
10900 -> 10100;
20000 -> 10200;
30000 -> 10200;
40000 -> 10200;
45000 -> 10200;
50000 -> 10200;
55000 -> 10200;
60000 -> 10200;
70000 -> 10200;
80000 -> 10200;
85000 -> 10200;
90000 -> 10200;

}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
280 changes: 280 additions & 0 deletions base/container_files/var-www-html/orgchart/org_chart_brief.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7f63f91

Please sign in to comment.