-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Housekeeping on the server public pages. Update official documentatio…
…n, update publication list, update support info, disable # exercises done widget, etc.
- Loading branch information
Showing
10 changed files
with
177 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,17 +63,19 @@ | |
|
||
%p | ||
If you would like to contribute to our open-source project, please | ||
take a look at our | ||
%a{ href: 'https://github.com/OpenDSA/OpenDSA/wiki' } | ||
contributor's guide. | ||
contact us: | ||
=link_to '[email protected]', 'mailto:[email protected]' | ||
-# take a look at our | ||
-# %a{ href: 'https://github.com/OpenDSA/OpenDSA/wiki' } | ||
-# contributor's guide. | ||
%p | ||
OpenDSA materials are continuing to increase and improve. Already, | ||
our project includes: | ||
|
||
%ul | ||
%li | ||
Nearly two hundred instructional modules, where each module is the | ||
Hundreds of instructional modules, where each module is the | ||
equivalent to one topic, such as one sorting algorithm, | ||
corresponding to a couple of pages in a standard textbook. Each | ||
module is of textbook quality. An "eTextbook" can be created from | ||
|
@@ -84,7 +86,7 @@ | |
for a class. | ||
|
||
= link_to image_tag("Inssort.png", :alt => "Insertion sort module", :width => '400'), | ||
@config_url + '/OpenDSA/Books/CS3114/html/InsertionSort.html' | ||
@config_url + '/OpenDSA/Books/CS3/html/InsertionSort.html' | ||
|
||
%li | ||
Every algorithm or data structure is illustrated by an interactive | ||
|
@@ -145,16 +147,18 @@ | |
and our | ||
%a{ href: 'https://github.com/OpenDSA/OpenDSA' } | ||
main development repository. | ||
Our | ||
%a{ href: 'https://piazza.com/class/i1v25wdagpr6sn' } | ||
OpenDSA Piazza Forum | ||
contains discussions among project | ||
participants. Contact us at | ||
Contact us at | ||
=link_to '[email protected]', 'mailto:[email protected]' | ||
if you would like to | ||
become involved. You can also see our materials for | ||
%a{ href: 'https://github.com/OpenDSA/OpenDSA/wiki' } | ||
potential contributors. | ||
become involved. | ||
|
||
-# Our | ||
-# %a{ href: 'https://piazza.com/class/i1v25wdagpr6sn' } | ||
-# OpenDSA Piazza Forum | ||
-# contains discussions among project participants. | ||
-# You can also see our materials for | ||
-# %a{ href: 'https://github.com/OpenDSA/OpenDSA/wiki' } | ||
-# potential contributors. | ||
%p | ||
If you are a new developer on the project, see the | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,5 @@ | |
|
||
%p | ||
For more information about OpenDSA, and how you can contribute to | ||
the OpenDSA project, please see | ||
= succeed '.' do | ||
%a{ href: 'https://github.com/OpenDSA/OpenDSA/wiki' } | ||
https://github.com/OpenDSA/OpenDSA/wiki | ||
the OpenDSA project, please see contat the team at | ||
=link_to '[email protected]', 'mailto:[email protected]' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,11 +5,13 @@ | |
Build your | ||
%strong knowledge of Data Structures | ||
through visualizations and practice! | ||
.pitch.col-md-4.col-md-offset-8 | ||
%p | ||
Number of exercises practiced till | ||
%strong NOW! | ||
.stat-count | ||
|
||
-# .pitch.col-md-4.col-md-offset-8 | ||
-# %p | ||
-# Number of exercises practiced till | ||
-# %strong NOW! | ||
-# .stat-count | ||
.row | ||
.pitch.col-md-4 | ||
%p | ||
|
@@ -55,9 +57,9 @@ | |
|
||
.col-md-4 | ||
%i.fa.fa-users.fa-5x{ style: 'color: #efb04f;' } | ||
%h2 Have to Be a Student? | ||
%h2 Do I Have to Be Enrolled? | ||
%p | ||
No, you do not have to be a student in a course to use OpenDSA. | ||
No, you do not have to be a student enrolled in a course to use OpenDSA. | ||
OpenDSA provides comprehensive support for teachers who want | ||
to use our materials for their textbook or homeworks. | ||
But we also support independent learners who are just practicing | ||
|
@@ -99,18 +101,23 @@ | |
https://github.com/OpenDSA | ||
%p | ||
Contributions of new materials are welcome! | ||
For more information on contributing, see | ||
= succeed '.' do | ||
%a{ href: 'https://github.com/OpenDSA/OpenDSA/wiki' } | ||
https://github.com/OpenDSA/OpenDSA/wiki | ||
For more information on contributing, please contact us! | ||
|
||
%p | ||
Contact us at | ||
%a{ href: 'mailto:[email protected]' } | ||
[email protected] | ||
|
||
%p | ||
The OpenDSA Project is supported by the National Science | ||
The OpenDSA Project was initially created with support by the National Science | ||
Foundation. | ||
= link_to "See more.", home_support_path | ||
= link_to image_tag("nsf1.gif", :alt => "NSF Logo", :width => '64'), | ||
"http://nsf.gov/" | ||
|
||
-# %p | ||
-# Contributions of new materials are welcome! | ||
-# For more information on contributing, please contact us! | ||
-# = succeed '.' do | ||
-# %a{ href: 'https://github.com/OpenDSA/OpenDSA/wiki' } | ||
-# https://github.com/OpenDSA/OpenDSA/wiki |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
%ol.breadcrumb | ||
%li= link_to 'Home', root_path | ||
%li.active Official | ||
|
||
%h1 OpenDSA Official Documents | ||
|
||
%p | ||
See our | ||
=link_to "license", home_license_path | ||
|
||
%p | ||
Higher Education Community Vendor Assessment Tool (HECVAT) | ||
forms are sometimes required by institutions in order to use | ||
3rd-party software. | ||
See our | ||
%a{ href: 'https://cssplice.org/Administrative/HECVAT3_OpenDSA_20220830.xlsx' } | ||
HECVAT 3 Form. | ||
|
||
%p | ||
Voluntary Product Accessibility Template forms are sometimes required | ||
by institutions in order to use 3rd-party software. | ||
We plan to post our VPAT Form soon. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters