Browse through the data and visit all levels which reflect the real structure of the University. The deepest level is the Certificate Course, for example BOT111 'Diversity of Plants' has the path:
Academic Section > Faculty of Agriculture > Department of Agricultural Economics & Ext. Services > Certificates > BACHALOR OF AGRICULTURE (AGRIC ECONS) > Level 100 > First Semester > Diversity of Plants
Also the URL reflects this hierarchy. It's a path along the Ids of the hierarchical ordered ancestor objects:
http://srp.waeup.org/campus/academics/AGR/AEE/certificates/BAGAEE/100/first/BOT111.
For each Certificate Course there is a corresponding Course object. The Course objects are in the course folder of the department offering this course:
Academic Section > Faculty of Life Sciences > Department of Botany > Courses > Diversity of Plants
or: http://srp.waeup.org/campus/academics/LSC/BOT/courses/BOT111
At the moment there is no direct link to the Course source. But you can easily use the search function, e.g. search for BOT111, and you'll find not only the Course source itself but also all other Certificates referring to this course.
The content types of all objects are ordered in the same way:
AcademicsFolder > FacultyFolder > DepartmentFolder > CoursesFolder > Course CertificatesFolder > StudyLevel > Semester > CertificateCourse
The datastructure of the objects (also called attributes or properties) are defined by their content type.
Couse and Certificate data have to be checked. Only checked data will be available for course registration in the frontend module.
Probably many items are missing. You can add the respective data from the place where you are. Also these items have to be approved after creation.