diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2025-03-06 17:40:29 -0700 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2025-03-06 17:40:29 -0700 |
commit | a3aa13c6a5275ccf861840f5994d927ec1f52426 (patch) | |
tree | 51c59df105ac241e6098e9e0305c2ad475d938c4 | |
parent | 70cfe942e6eaf7ac6d07b4f2a5518160d79424c0 (diff) |
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ <div class="container"> <h1 class="title is-1"> CU Boulder Grades Database </h1> <p class="subtitle"> Database contains data from <strong>Spring 2016</strong> to <strong>Spring 2024</strong> </p> - <p class="subtitle has-text-warning">After merging the Data & Analytics team with OIT, CU has disabled public access to the <a href="https://data.colorado.edu/reports/grade-distributions-class-size-cu-boulder-main-campus-courses">grade distribution file.</a>Until the data is made public again, this website won't be updated. You can try to e-mail them / open a request on their website, and I can update this database once the data is available again.</p> + <p class="subtitle has-text-warning">After merging the Data & Analytics team with OIT, CU has disabled public access to the <a href="https://data.colorado.edu/reports/grade-distributions-class-size-cu-boulder-main-campus-courses">grade distribution file.</a> Until the data is made public again, this website won't be updated. You can try to e-mail them / open a request on their website, and I can update this database once the data is available again.</p> <form> <textarea id="output" rows="10" cols="80" class="textarea"></textarea> <input type="text" id="query" value="SELECT COUNT(*) FROM raw_data" class="input" /> |