-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
136 lines (111 loc) · 5.72 KB
/
index.html
File metadata and controls
136 lines (111 loc) · 5.72 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-3Q455XWS5F"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-3Q455XWS5F');
</script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>U-M Eisenberg Family Depression Center: Open Source Projects | Accelerating innovations through code to improve mental health outcomes across our communities.</title>
<meta property="og:title" content="U-M Eisenberg Family Depression Center: Open Source Projects" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Accelerating innovations through code to improve mental health outcomes across our communities." />
<meta property="og:description" content="Accelerating innovations through code to improve mental health outcomes across our communities." />
<link rel="canonical" href="https://code.depressioncenter.org/" />
<meta property="og:url" content="http://code.depressioncenter.org/" />
<meta property="og:site_name" content="U-M Eisenberg Family Depression Center: Open Source Projects" />
<meta property="og:type" content="website" />
<link id="main-stylesheet" rel="stylesheet" href="/styles/um-style.css">
<style>
.center-container {
display: flex;
justify-content: center; /* horizontally center */
align-items: center; /* vertically center */
min-height: 100vh; /* full viewport height */
}
.centered-content {
max-width: 720px;
width: 100%;
background: #fff;
padding: 2em 2em;
box-shadow: 0 2px 8px rgba(0,0,0,0.06);
border-radius: 12px;
text-align: left; /* ensures left alignment of content */
}
</style>
<script type="text/javascript">
window.setTimeout(()=>{ window.location.href="https://github.com/DepressionCenter"; }, 5500);
</script>
</head>
<body>
<main class="page-content" aria-label="Content">
<div class="center-container">
<div class="centered-content">
<div class="wrapper">
<div class="home">
<p><img src="images/EFDCLogo_375w.png" alt="Depression Center Logo" title="depressioncenter.org" /></p>
<hr />
<h1 id="redirecting-to-githubcomdepressioncenter">Redirecting to github.com/DepressionCenter</h1>
<p><strong>You are being redirected to our <a href="https://github.com/DepressionCenter">GitHub site</a>…</strong></p>
<hr />
<h2 id="why-am-i-seen-this-page">Why am I seen this page?</h2>
<p>This site is a placeholder page that is required for repository-specific Code Pages.<br />
It also hosts static web assets such as images and scripts that are shared across all our projects.</p>
<h2 id="where-are-the-efdc-repos-located">Where are the EFDC repos located?</h2>
<p>Please see our GitHub site at: <a href="https://github.com/DepressionCenter">https://github.com/DepressionCenter</a></p>
<h2 id="documentation">Documentation</h2>
<p>Please see our Knowledge Base at: <a href="https://michmed.org/efdc-kb">https://michmed.org/efdc-kb</a></p>
<h2 id="additional-resources">Additional Resources</h2>
<ul>
<li><a href="https://depressioncenter.org">Eisenberg Family Depression Center</a></li>
<li><a href="https://michiganmedicine.org">Michigan Medicine</a></li>
<li><a href="https://umich.edu">University of Michigan</a></li>
</ul>
<h2 id="credits">Credits</h2>
<h4 id="contributors">Contributors:</h4>
<ul>
<li>Eisenberg Family Depression Center <a href="https://github.com/DepressionCenter/">(@DepressionCenter)</a></li>
<li>Gabriel Mongefranco <a href="https://github.com/gabrielmongefranco">(@gabrielmongefranco)</a></li>
</ul>
<h2 id="license">License</h2>
<h3 id="copyright-notice">Copyright Notice</h3>
<p>Copyright © 2024-2026 The Regents of the University of Michigan</p>
<h3 id="software-and-library-license-notice">Software and Library License Notice</h3>
<p>This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.</p>
<p>This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.</p>
<p>You should have received a copy of the GNU General Public License along with this program. If not, see <a href="https://www.gnu.org/licenses/gpl-3.0-standalone.html">https://www.gnu.org/licenses/gpl-3.0-standalone.html</a>.</p>
<h3 id="documentation-license-notice">Documentation License Notice</h3>
<p>Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
or any later version published by the Free Software Foundation;
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
You should have received a copy of the license included in the section entitled “GNU
Free Documentation License”. If not, see <a href="https://www.gnu.org/licenses/fdl-1.3-standalone.html">https://www.gnu.org/licenses/fdl-1.3-standalone.html</a></p>
<hr />
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<footer class="site-footer h-card" style="margin: auto; width: 640px;">
<data class="u-url" value="/"></data>
<div class="wrapper">
<div class="footer-col-wrapper">
<div class="footer-col">
</div>
<div class="footer-col">
<p>Copyright © 2024-2026 The Regents of the University of Michigan</p>
</div>
</div>
</div>
</footer>
</body>
</html>