Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
borderColor#2F4F4F
borderWidth7
borderStylesolid



UNIC Virtual campus is an information system intended for the exchange of data and the implementation of specific business processes within the university alliance (European university) UNIC, within which the University of Zagreb also operates.European University of Post-Industrial Cities - UNIC. University of Zagreb is one of ten partner universities in this alliance. University Computing Centre (Srce) as  is a component part of the University of Zagreb, and is in charge of building the UNIC virtual campus.

For more detailed information about the UNIC Virtual Campus and its current state of development, feel free to browse through the UNIC VC presentation (modified: April, 2023) and read the UNIC VC Handbook.


Panel
borderColor#B22222
bgColorbronze
titleColorGreen
borderWidth10
borderStylesolid

Basic definition and facts

What is it? 

UNIC Virtual Campus is an information system consisting of a central database (central register) and several web applications and application programming interfaces (APIs). 

What will it serve for?

Firstly, it will cover the mobility of students and virtual student cards. Later on, it will connect research activity information as well. 

Who is building it?

University of Zagreb, primarily University Computing Centre (SRCE). 

How is it funded?

Initial phase of development is funded through UNIC and UNIC4ER projects. 

Everyday maintenance, superadmin tasks and further development funding should be discussed. 

Where will it be stored and running?

On the servers of the University Computing Centre, University of Zagreb. There are two data centres with a shared virtualization platform for redundancy. 

How will users interact with the Virtual Campus?

Mostly through the web applications of the Virtual Campus, but some data could be imported or obtained through APIs. Web applications will cover all the functions of APIs, and more. 

Abbreviations

VC - Virtual Campus (UNIC Virtual Campus Information system)

SMS - Student Management System (a local information system containing data about students, courses, teachers, exams, etc.)

LMS - Learning Management System (a local information system containing data about courses, learning materials, exams, etc.)

IdP - Identity Provider (authorization and authentication infrastructure used for storing and verification of electronic identities of students and staff at the university)

...

Panel
borderColor#FFA500
borderWidth7
borderStylesolid

Process


Offering a courseCourse catalog

Course enrollment

Course ending and grades

Joint programmes catalog

Student Card Issue

Student Card Verification

Invalidating the UNIC Student Status


...

More about the possibilities of working in the system can be found on the following links:

Children Display

Process

Offering a Course

Course offers can be updated each academic year.

Via API: 

  1. A course that will be offered to UNIC students needs to be described in local SMS 
  2. Local SMS pushes the course offering to VC via API. 

Manually:

  1. OrgUnit Admin edits a course offering in the Admin portal manually.

Course enrollment

This process is time-framed, based on when the course starts. All parts of the process should be over by the date when the course starts (CS_DATE). 

  1. A student browses through courses offered in the VC and chooses the one (or more) that she/he wants to enroll in (deadline: CS_DATE-35). Home OrgUnit Admin gets a message.
  2. Home OrgUnit Admin checks the prerequisites for the course (if needed consults with the students mentor / study program lead / …). Enters a decision in VC (deadline: CS_DATE-25):
    1. denied - the process ends here, student gets a message
    2. approved - the process continues; receiving OrgUnit Admin gets a message
  3. Receiving OrgUnit Admin checks the prerequisites (is the course already filled up etc.; if needed, she/he consults with the student, teacher, home OrgUnit Admin). Enters a decision in VC (deadline: CS_DATE-15):
    1. denied - the process ends here, student gets a message
    2. approved - the process continues
  4. Student is enrolled (deadline: CS_DATE-10):
    1. the data are copied in receiving SMS (and LMS) via API or
    2. the data are entered manually in receiving SMS (and LMS) by home OrgUnit Admin
  5. Course starts (at CS_DATE).

Course ending

...

  1. Upon the entry of the grade or drop-off info into VC, the grade or drop-off info is returned to home OrgUnit via API

...