forked from izu/student-web-if-development-kit
Merge pull request 'fix(C4A): change staff profile image based on UAT feedback' (#28) from AnderiSaputra/student-web-if-development-kit:main into main
Reviewed-on: izu/student-web-if-development-kit#28 Approved
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 5.4 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 263 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 313 KiB |
+296
-74
@@ -17,20 +17,56 @@
|
||||
"en": "This SOP aims to explain the procedures for conducting lectures for students of the Informatics Study Program at Tanjungpura University."
|
||||
},
|
||||
"requirements": [
|
||||
{ "id": "Mahasiswa telah melakukan pembayaran UKT", "en": "Student has completed UKT payment" },
|
||||
{ "id": "Mahasiswa telah mengisi KRS", "en": "Student has filled out the KRS" },
|
||||
{ "id": "Mahasiswa terdaftar di kelas Edlink", "en": "Student is registered in Edlink classes" },
|
||||
{ "id": "Mahasiswa wajib mengikuti perkuliahan dan menyelesaikan tugas tepat waktu", "en": "Students must attend lectures and complete assignments on time" },
|
||||
{ "id": "Mahasiswa wajib mengisi daftar hadir dan memberikan alasan resmi jika tidak hadir", "en": "Students must fill in the attendance list and provide an official reason if absent" },
|
||||
{ "id": "Mahasiswa memenuhi minimal 70% kehadiran untuk mengikuti UAS", "en": "Students must meet a minimum of 70% attendance to take the UAS" }
|
||||
{
|
||||
"id": "Mahasiswa telah melakukan pembayaran UKT",
|
||||
"en": "Student has completed UKT payment"
|
||||
},
|
||||
{
|
||||
"id": "Mahasiswa telah mengisi KRS",
|
||||
"en": "Student has filled out the KRS"
|
||||
},
|
||||
{
|
||||
"id": "Mahasiswa terdaftar di kelas Edlink",
|
||||
"en": "Student is registered in Edlink classes"
|
||||
},
|
||||
{
|
||||
"id": "Mahasiswa wajib mengikuti perkuliahan dan menyelesaikan tugas tepat waktu",
|
||||
"en": "Students must attend lectures and complete assignments on time"
|
||||
},
|
||||
{
|
||||
"id": "Mahasiswa wajib mengisi daftar hadir dan memberikan alasan resmi jika tidak hadir",
|
||||
"en": "Students must fill in the attendance list and provide an official reason if absent"
|
||||
},
|
||||
{
|
||||
"id": "Mahasiswa memenuhi minimal 70% kehadiran untuk mengikuti UAS",
|
||||
"en": "Students must meet a minimum of 70% attendance to take the UAS"
|
||||
}
|
||||
],
|
||||
"procedures": [
|
||||
{ "id": "Dosen memasuki ruang perkuliahan sesuai jadwal yang telah ditetapkan", "en": "The lecturer enters the lecture room according to the set schedule" },
|
||||
{ "id": "Dosen mengabsensi mahasiswa dengan mencantumkan keterangan hadir, izin, atau tidak hadir", "en": "The lecturer takes attendance, noting present, excused, or absent" },
|
||||
{ "id": "Pada pertemuan pertama, dosen membuat kontrak perkuliahan secara tertulis bersama mahasiswa", "en": "At the first meeting, the lecturer creates a written lecture contract with students" },
|
||||
{ "id": "Dosen menjelaskan materi perkuliahan sesuai RPS yang telah diserahkan ke program studi", "en": "The lecturer explains the course material according to the RPS submitted to the study program" },
|
||||
{ "id": "Mahasiswa mendiskusikan, mencatat, dan mengkritisi materi perkuliahan", "en": "Students discuss, take notes, and critically engage with the lecture material" },
|
||||
{ "id": "Dosen menyimpulkan materi perkuliahan dan memberikan penugasan", "en": "The lecturer summarizes the lecture material and gives assignments" }
|
||||
{
|
||||
"id": "Dosen memasuki ruang perkuliahan sesuai jadwal yang telah ditetapkan",
|
||||
"en": "The lecturer enters the lecture room according to the set schedule"
|
||||
},
|
||||
{
|
||||
"id": "Dosen mengabsensi mahasiswa dengan mencantumkan keterangan hadir, izin, atau tidak hadir",
|
||||
"en": "The lecturer takes attendance, noting present, excused, or absent"
|
||||
},
|
||||
{
|
||||
"id": "Pada pertemuan pertama, dosen membuat kontrak perkuliahan secara tertulis bersama mahasiswa",
|
||||
"en": "At the first meeting, the lecturer creates a written lecture contract with students"
|
||||
},
|
||||
{
|
||||
"id": "Dosen menjelaskan materi perkuliahan sesuai RPS yang telah diserahkan ke program studi",
|
||||
"en": "The lecturer explains the course material according to the RPS submitted to the study program"
|
||||
},
|
||||
{
|
||||
"id": "Mahasiswa mendiskusikan, mencatat, dan mengkritisi materi perkuliahan",
|
||||
"en": "Students discuss, take notes, and critically engage with the lecture material"
|
||||
},
|
||||
{
|
||||
"id": "Dosen menyimpulkan materi perkuliahan dan memberikan penugasan",
|
||||
"en": "The lecturer summarizes the lecture material and gives assignments"
|
||||
}
|
||||
],
|
||||
"additional_info": {
|
||||
"id": "Mahasiswa yang tidak memenuhi persyaratan kehadiran minimal tidak diperkenankan mengikuti Ujian Akhir Semester (UAS) sesuai ketentuan akademik yang berlaku.",
|
||||
@@ -55,14 +91,32 @@
|
||||
"en": "This SOP aims to ensure the smooth process of student learning evaluation through UTS and UAS so that it runs orderly, measurably, and in accordance with the course lecturer's instructions."
|
||||
},
|
||||
"requirements": [
|
||||
{ "id": "Mahasiswa terdaftar aktif pada mata kuliah yang sedang berjalan pada semester tersebut", "en": "Students are actively registered in the courses running in that semester" },
|
||||
{ "id": "Persentase kehadiran perkuliahan mahasiswa tidak kurang dari 75%", "en": "Student lecture attendance percentage is not less than 75%" }
|
||||
{
|
||||
"id": "Mahasiswa terdaftar aktif pada mata kuliah yang sedang berjalan pada semester tersebut",
|
||||
"en": "Students are actively registered in the courses running in that semester"
|
||||
},
|
||||
{
|
||||
"id": "Persentase kehadiran perkuliahan mahasiswa tidak kurang dari 75%",
|
||||
"en": "Student lecture attendance percentage is not less than 75%"
|
||||
}
|
||||
],
|
||||
"procedures": [
|
||||
{ "id": "Dosen pengampu menentukan kriteria UTS dan UAS", "en": "The course lecturer determines the UTS and UAS criteria" },
|
||||
{ "id": "Mahasiswa mengikuti UTS atau UAS sesuai instruksi dosen pengampu, dan wajib melakukan presensi", "en": "Students take UTS or UAS according to the lecturer's instructions and must complete attendance" },
|
||||
{ "id": "Mahasiswa mengumpulkan hasil UTS atau UAS sesuai rentang waktu yang diberikan", "en": "Students submit UTS or UAS results within the given timeframe" },
|
||||
{ "id": "Dosen menilai dan merekap pengerjaan UTS atau UAS mahasiswa", "en": "The lecturer grades and records the students' UTS or UAS work" }
|
||||
{
|
||||
"id": "Dosen pengampu menentukan kriteria UTS dan UAS",
|
||||
"en": "The course lecturer determines the UTS and UAS criteria"
|
||||
},
|
||||
{
|
||||
"id": "Mahasiswa mengikuti UTS atau UAS sesuai instruksi dosen pengampu, dan wajib melakukan presensi",
|
||||
"en": "Students take UTS or UAS according to the lecturer's instructions and must complete attendance"
|
||||
},
|
||||
{
|
||||
"id": "Mahasiswa mengumpulkan hasil UTS atau UAS sesuai rentang waktu yang diberikan",
|
||||
"en": "Students submit UTS or UAS results within the given timeframe"
|
||||
},
|
||||
{
|
||||
"id": "Dosen menilai dan merekap pengerjaan UTS atau UAS mahasiswa",
|
||||
"en": "The lecturer grades and records the students' UTS or UAS work"
|
||||
}
|
||||
],
|
||||
"additional_info": {
|
||||
"id": "Segala bentuk kecurangan saat ujian, maupun tindakan plagiarisme dalam pengerjaan UTS/UAS, dapat mengakibatkan pembatalan nilai atau pemberian sanksi.",
|
||||
@@ -87,15 +141,36 @@
|
||||
"en": "This SOP aims to provide guidelines for conducting lecture evaluations to support the improvement of learning quality in the Informatics Study Program at Tanjungpura University."
|
||||
},
|
||||
"requirements": [
|
||||
{ "id": "Mahasiswa terdaftar aktif pada semester berjalan", "en": "Students are actively registered for the current semester" },
|
||||
{ "id": "Telah mengikuti kegiatan perkuliahan pada mata kuliah yang dievaluasi", "en": "Has attended lecture activities for the course being evaluated" },
|
||||
{ "id": "Tersedia akses ke sistem evaluasi perkuliahan", "en": "Access to the lecture evaluation system is available" }
|
||||
{
|
||||
"id": "Mahasiswa terdaftar aktif pada semester berjalan",
|
||||
"en": "Students are actively registered for the current semester"
|
||||
},
|
||||
{
|
||||
"id": "Telah mengikuti kegiatan perkuliahan pada mata kuliah yang dievaluasi",
|
||||
"en": "Has attended lecture activities for the course being evaluated"
|
||||
},
|
||||
{
|
||||
"id": "Tersedia akses ke sistem evaluasi perkuliahan",
|
||||
"en": "Access to the lecture evaluation system is available"
|
||||
}
|
||||
],
|
||||
"procedures": [
|
||||
{ "id": "Program Studi membuka periode evaluasi perkuliahan", "en": "The Study Program opens the lecture evaluation period" },
|
||||
{ "id": "Mahasiswa mengakses satu untan dan mengisi kuesioner evaluasi perkuliahan", "en": "Students access the Satu Untan portal and fill out the lecture evaluation questionnaire" },
|
||||
{ "id": "Sistem merekap hasil evaluasi yang telah diisi mahasiswa", "en": "The system records the evaluation results filled in by students" },
|
||||
{ "id": "Program Studi meninjau hasil evaluasi sebagai bahan pengembangan perkuliahan", "en": "The Study Program reviews the evaluation results as material for lecture development" }
|
||||
{
|
||||
"id": "Program Studi membuka periode evaluasi perkuliahan",
|
||||
"en": "The Study Program opens the lecture evaluation period"
|
||||
},
|
||||
{
|
||||
"id": "Mahasiswa mengakses satu untan dan mengisi kuesioner evaluasi perkuliahan",
|
||||
"en": "Students access the Satu Untan portal and fill out the lecture evaluation questionnaire"
|
||||
},
|
||||
{
|
||||
"id": "Sistem merekap hasil evaluasi yang telah diisi mahasiswa",
|
||||
"en": "The system records the evaluation results filled in by students"
|
||||
},
|
||||
{
|
||||
"id": "Program Studi meninjau hasil evaluasi sebagai bahan pengembangan perkuliahan",
|
||||
"en": "The Study Program reviews the evaluation results as material for lecture development"
|
||||
}
|
||||
],
|
||||
"additional_info": {
|
||||
"id": "Hasil evaluasi digunakan sebagai dasar perbaikan dan pengembangan kualitas pembelajaran pada semester berikutnya. Pengisian evaluasi perkuliahan dapat menjadi salah satu syarat untuk mengakses hasil studi sesuai kebijakan yang berlaku.",
|
||||
@@ -120,21 +195,60 @@
|
||||
"en": "This SOP aims to provide guidelines to all relevant parties in the implementation of the Internship and to improve the efficiency and effectiveness of its execution in the Informatics Study Program, Faculty of Engineering, Tanjungpura University."
|
||||
},
|
||||
"requirements": [
|
||||
{ "id": "Telah lulus minimal 100 SKS", "en": "Has passed a minimum of 100 credits (SKS)" },
|
||||
{ "id": "Memiliki IPK minimal 2,00", "en": "Has a minimum GPA of 2.00" },
|
||||
{ "id": "Telah lulus mata kuliah Penulisan Proposal Tugas Akhir dengan nilai minimal C", "en": "Has passed the Final Project Proposal Writing course with a minimum grade of C" },
|
||||
{ "id": "Menyerahkan berkas pendukung pengajuan KP (KTM, riwayat studi, transkrip, dan surat permohonan)", "en": "Submits supporting documents for the KP application (student ID, academic record, transcript, and application letter)" },
|
||||
{ "id": "Pembimbing Lapangan dari tempat KP memiliki kualifikasi pendidikan minimal S1/D4", "en": "The Field Supervisor at the KP institution holds a minimum educational qualification of Bachelor's (S1) or Applied Bachelor's (D4)" }
|
||||
{
|
||||
"id": "Telah lulus minimal 100 SKS",
|
||||
"en": "Has passed a minimum of 100 credits (SKS)"
|
||||
},
|
||||
{
|
||||
"id": "Memiliki IPK minimal 2,00",
|
||||
"en": "Has a minimum GPA of 2.00"
|
||||
},
|
||||
{
|
||||
"id": "Telah lulus mata kuliah Penulisan Proposal Tugas Akhir dengan nilai minimal C",
|
||||
"en": "Has passed the Final Project Proposal Writing course with a minimum grade of C"
|
||||
},
|
||||
{
|
||||
"id": "Menyerahkan berkas pendukung pengajuan KP (KTM, riwayat studi, transkrip, dan surat permohonan)",
|
||||
"en": "Submits supporting documents for the KP application (student ID, academic record, transcript, and application letter)"
|
||||
},
|
||||
{
|
||||
"id": "Pembimbing Lapangan dari tempat KP memiliki kualifikasi pendidikan minimal S1/D4",
|
||||
"en": "The Field Supervisor at the KP institution holds a minimum educational qualification of Bachelor's (S1) or Applied Bachelor's (D4)"
|
||||
}
|
||||
],
|
||||
"procedures": [
|
||||
{ "id": "Mahasiswa mengusulkan topik, draf proposal, dan menyerahkan berkas KP", "en": "Students propose a topic, submit a draft proposal, and submit KP documents" },
|
||||
{ "id": "Staf Administrasi memverifikasi kelengkapan berkas", "en": "Administrative Staff verifies the completeness of documents" },
|
||||
{ "id": "Ketua Prodi menerbitkan surat pengantar KP", "en": "The Head of the Study Program issues the KP introductory letter" },
|
||||
{ "id": "Mahasiswa melaksanakan KP dan mengikuti bimbingan", "en": "Students carry out the KP and attend supervision sessions" },
|
||||
{ "id": "Pembimbing Lapangan memberikan penilaian KP", "en": "The Field Supervisor provides a KP assessment" },
|
||||
{ "id": "Mahasiswa mengajukan seminar dan Prodi menerbitkan undangan", "en": "Students apply for the seminar and the Study Program issues an invitation" },
|
||||
{ "id": "Mahasiswa melaksanakan seminar KP", "en": "Students conduct the KP seminar" },
|
||||
{ "id": "Mahasiswa melakukan revisi laporan akhir KP", "en": "Students revise the final KP report" }
|
||||
{
|
||||
"id": "Mahasiswa mengusulkan topik, draf proposal, dan menyerahkan berkas KP",
|
||||
"en": "Students propose a topic, submit a draft proposal, and submit KP documents"
|
||||
},
|
||||
{
|
||||
"id": "Staf Administrasi memverifikasi kelengkapan berkas",
|
||||
"en": "Administrative Staff verifies the completeness of documents"
|
||||
},
|
||||
{
|
||||
"id": "Ketua Prodi menerbitkan surat pengantar KP",
|
||||
"en": "The Head of the Study Program issues the KP introductory letter"
|
||||
},
|
||||
{
|
||||
"id": "Mahasiswa melaksanakan KP dan mengikuti bimbingan",
|
||||
"en": "Students carry out the KP and attend supervision sessions"
|
||||
},
|
||||
{
|
||||
"id": "Pembimbing Lapangan memberikan penilaian KP",
|
||||
"en": "The Field Supervisor provides a KP assessment"
|
||||
},
|
||||
{
|
||||
"id": "Mahasiswa mengajukan seminar dan Prodi menerbitkan undangan",
|
||||
"en": "Students apply for the seminar and the Study Program issues an invitation"
|
||||
},
|
||||
{
|
||||
"id": "Mahasiswa melaksanakan seminar KP",
|
||||
"en": "Students conduct the KP seminar"
|
||||
},
|
||||
{
|
||||
"id": "Mahasiswa melakukan revisi laporan akhir KP",
|
||||
"en": "Students revise the final KP report"
|
||||
}
|
||||
],
|
||||
"staff_responsible": [
|
||||
"👤 Staf Administrasi Informatika / Informatics Administrative Staff"
|
||||
@@ -162,22 +276,64 @@
|
||||
"en": "This SOP aims to provide guidance to students and lecturers in the implementation of the thesis so that the thesis writing process runs in an orderly, directed, and academically compliant manner."
|
||||
},
|
||||
"requirements": [
|
||||
{ "id": "Telah lulus minimal 120 SKS", "en": "Has passed a minimum of 120 credits (SKS)" },
|
||||
{ "id": "Memiliki IPK minimal 2,00", "en": "Has a minimum GPA of 2.00" },
|
||||
{ "id": "Telah lulus mata kuliah Penulisan Proposal Tugas Akhir dengan nilai minimal C", "en": "Has passed the Final Project Proposal Writing course with a minimum grade of C" },
|
||||
{ "id": "Telah mendaftarkan mata kuliah skripsi pada KRS", "en": "Has registered the thesis course in the KRS" },
|
||||
{ "id": "Telah menyiapkan judul dan proposal skripsi", "en": "Has prepared a thesis title and proposal" },
|
||||
{ "id": "Memiliki dosen pembimbing skripsi", "en": "Has a thesis supervisor" },
|
||||
{ "id": "Melengkapi berkas persyaratan", "en": "Completes the required documents" }
|
||||
{
|
||||
"id": "Telah lulus minimal 120 SKS",
|
||||
"en": "Has passed a minimum of 120 credits (SKS)"
|
||||
},
|
||||
{
|
||||
"id": "Memiliki IPK minimal 2,00",
|
||||
"en": "Has a minimum GPA of 2.00"
|
||||
},
|
||||
{
|
||||
"id": "Telah lulus mata kuliah Penulisan Proposal Tugas Akhir dengan nilai minimal C",
|
||||
"en": "Has passed the Final Project Proposal Writing course with a minimum grade of C"
|
||||
},
|
||||
{
|
||||
"id": "Telah mendaftarkan mata kuliah skripsi pada KRS",
|
||||
"en": "Has registered the thesis course in the KRS"
|
||||
},
|
||||
{
|
||||
"id": "Telah menyiapkan judul dan proposal skripsi",
|
||||
"en": "Has prepared a thesis title and proposal"
|
||||
},
|
||||
{
|
||||
"id": "Memiliki dosen pembimbing skripsi",
|
||||
"en": "Has a thesis supervisor"
|
||||
},
|
||||
{
|
||||
"id": "Melengkapi berkas persyaratan",
|
||||
"en": "Completes the required documents"
|
||||
}
|
||||
],
|
||||
"procedures": [
|
||||
{ "id": "Mahasiswa mengajukan judul dan proposal skripsi", "en": "Students submit the thesis title and proposal" },
|
||||
{ "id": "Program studi menetapkan dosen pembimbing skripsi", "en": "The study program assigns a thesis supervisor" },
|
||||
{ "id": "Mahasiswa melakukan bimbingan dan penyusunan skripsi", "en": "Students conduct supervision sessions and write the thesis" },
|
||||
{ "id": "Mahasiswa mengajukan seminar atau sidang skripsi", "en": "Students apply for the thesis seminar or defense" },
|
||||
{ "id": "Tim penguji dan pembimbing melaksanakan seminar skripsi", "en": "The examination committee and supervisor conduct the thesis seminar" },
|
||||
{ "id": "Mahasiswa melakukan revisi skripsi", "en": "Students revise the thesis" },
|
||||
{ "id": "Mahasiswa menyerahkan skripsi final", "en": "Students submit the final thesis" }
|
||||
{
|
||||
"id": "Mahasiswa mengajukan judul dan proposal skripsi",
|
||||
"en": "Students submit the thesis title and proposal"
|
||||
},
|
||||
{
|
||||
"id": "Program studi menetapkan dosen pembimbing skripsi",
|
||||
"en": "The study program assigns a thesis supervisor"
|
||||
},
|
||||
{
|
||||
"id": "Mahasiswa melakukan bimbingan dan penyusunan skripsi",
|
||||
"en": "Students conduct supervision sessions and write the thesis"
|
||||
},
|
||||
{
|
||||
"id": "Mahasiswa mengajukan seminar atau sidang skripsi",
|
||||
"en": "Students apply for the thesis seminar or defense"
|
||||
},
|
||||
{
|
||||
"id": "Tim penguji dan pembimbing melaksanakan seminar skripsi",
|
||||
"en": "The examination committee and supervisor conduct the thesis seminar"
|
||||
},
|
||||
{
|
||||
"id": "Mahasiswa melakukan revisi skripsi",
|
||||
"en": "Students revise the thesis"
|
||||
},
|
||||
{
|
||||
"id": "Mahasiswa menyerahkan skripsi final",
|
||||
"en": "Students submit the final thesis"
|
||||
}
|
||||
],
|
||||
"staff_responsible": [
|
||||
"👤 Staf Administrasi Informatika / Informatics Administrative Staff"
|
||||
@@ -205,15 +361,36 @@
|
||||
"en": "This SOP aims to explain the procedures for conducting courses that have a practicum component in the current semester."
|
||||
},
|
||||
"requirements": [
|
||||
{ "id": "Terdaftar sebagai peserta mata kuliah yang memiliki komponen praktikum pada semester berjalan", "en": "Registered as a participant in courses with a practicum component in the current semester" },
|
||||
{ "id": "Mahasiswa membawa perlengkapan praktikum yang diperlukan", "en": "Students bring the required practicum equipment" }
|
||||
{
|
||||
"id": "Terdaftar sebagai peserta mata kuliah yang memiliki komponen praktikum pada semester berjalan",
|
||||
"en": "Registered as a participant in courses with a practicum component in the current semester"
|
||||
},
|
||||
{
|
||||
"id": "Mahasiswa membawa perlengkapan praktikum yang diperlukan",
|
||||
"en": "Students bring the required practicum equipment"
|
||||
}
|
||||
],
|
||||
"procedures": [
|
||||
{ "id": "Dosen mata kuliah menuntaskan pembahasan materi yang menjadi dasar praktikum", "en": "The course lecturer completes the discussion of material that forms the basis of the practicum" },
|
||||
{ "id": "Mahasiswa mengisi daftar hadir dan menerima penjelasan prosedur praktikum", "en": "Students fill in the attendance list and receive an explanation of the practicum procedures" },
|
||||
{ "id": "Mahasiswa melaksanakan praktikum sesuai modul di bawah pengawasan dosen atau asisten praktikum", "en": "Students carry out the practicum according to the module under the supervision of the lecturer or practicum assistant" },
|
||||
{ "id": "Mahasiswa menyusun dan mengumpulkan laporan praktikum sesuai tenggat waktu", "en": "Students compile and submit the practicum report by the deadline" },
|
||||
{ "id": "Dosen atau asisten melakukan penilaian laporan dan hasil praktikum sebagai komponen nilai akhir", "en": "The lecturer or assistant grades the practicum report and results as a component of the final grade" }
|
||||
{
|
||||
"id": "Dosen mata kuliah menuntaskan pembahasan materi yang menjadi dasar praktikum",
|
||||
"en": "The course lecturer completes the discussion of material that forms the basis of the practicum"
|
||||
},
|
||||
{
|
||||
"id": "Mahasiswa mengisi daftar hadir dan menerima penjelasan prosedur praktikum",
|
||||
"en": "Students fill in the attendance list and receive an explanation of the practicum procedures"
|
||||
},
|
||||
{
|
||||
"id": "Mahasiswa melaksanakan praktikum sesuai modul di bawah pengawasan dosen atau asisten praktikum",
|
||||
"en": "Students carry out the practicum according to the module under the supervision of the lecturer or practicum assistant"
|
||||
},
|
||||
{
|
||||
"id": "Mahasiswa menyusun dan mengumpulkan laporan praktikum sesuai tenggat waktu",
|
||||
"en": "Students compile and submit the practicum report by the deadline"
|
||||
},
|
||||
{
|
||||
"id": "Dosen atau asisten melakukan penilaian laporan dan hasil praktikum sebagai komponen nilai akhir",
|
||||
"en": "The lecturer or assistant grades the practicum report and results as a component of the final grade"
|
||||
}
|
||||
],
|
||||
"additional_info": {
|
||||
"id": "Mahasiswa wajib mengikuti seluruh ketentuan praktikum dan menjaga ketertiban serta keamanan selama kegiatan praktikum berlangsung.",
|
||||
@@ -238,16 +415,40 @@
|
||||
"en": "This SOP aims to serve as a standard guide for conducting transparent Practicum Assistant recruitment, in order to select competent and committed Informatics UNTAN students according to course qualifications."
|
||||
},
|
||||
"requirements": [
|
||||
{ "id": "Mahasiswa aktif Program Studi Informatika UNTAN", "en": "Active student of the Informatics Study Program at UNTAN" },
|
||||
{ "id": "Lulus mata kuliah terkait dengan nilai minimal ketentuan Dosen Pengampu", "en": "Passed the relevant course with a minimum grade as per the Lecturer's requirements" },
|
||||
{ "id": "Berkomitmen mengikuti seluruh jadwal dan kontrak praktikum selama semester berjalan", "en": "Committed to following all practicum schedules and contracts throughout the current semester" }
|
||||
{
|
||||
"id": "Mahasiswa aktif Program Studi Informatika UNTAN",
|
||||
"en": "Active student of the Informatics Study Program at UNTAN"
|
||||
},
|
||||
{
|
||||
"id": "Lulus mata kuliah terkait dengan nilai minimal ketentuan Dosen Pengampu",
|
||||
"en": "Passed the relevant course with a minimum grade as per the Lecturer's requirements"
|
||||
},
|
||||
{
|
||||
"id": "Berkomitmen mengikuti seluruh jadwal dan kontrak praktikum selama semester berjalan",
|
||||
"en": "Committed to following all practicum schedules and contracts throughout the current semester"
|
||||
}
|
||||
],
|
||||
"procedures": [
|
||||
{ "id": "Dosen mendata kebutuhan kuota dan kualifikasi Asisten Praktikum", "en": "The lecturer records the quota needs and qualifications for Practicum Assistants" },
|
||||
{ "id": "Dosen mengumumkan pembukaan rekrutmen asisten praktikum", "en": "The lecturer announces the opening of Practicum Assistant recruitment" },
|
||||
{ "id": "Mahasiswa mendaftarkan diri sesuai persyaratan yang diberikan", "en": "Students register according to the given requirements" },
|
||||
{ "id": "Dosen melakukan seleksi wawancara kepada calon asisten praktikum", "en": "The lecturer conducts interview selection for practicum assistant candidates" },
|
||||
{ "id": "Dosen mengumumkan calon yang diterima berdasarkan hasil seleksi", "en": "The lecturer announces the accepted candidates based on the selection results" }
|
||||
{
|
||||
"id": "Dosen mendata kebutuhan kuota dan kualifikasi Asisten Praktikum",
|
||||
"en": "The lecturer records the quota needs and qualifications for Practicum Assistants"
|
||||
},
|
||||
{
|
||||
"id": "Dosen mengumumkan pembukaan rekrutmen asisten praktikum",
|
||||
"en": "The lecturer announces the opening of Practicum Assistant recruitment"
|
||||
},
|
||||
{
|
||||
"id": "Mahasiswa mendaftarkan diri sesuai persyaratan yang diberikan",
|
||||
"en": "Students register according to the given requirements"
|
||||
},
|
||||
{
|
||||
"id": "Dosen melakukan seleksi wawancara kepada calon asisten praktikum",
|
||||
"en": "The lecturer conducts interview selection for practicum assistant candidates"
|
||||
},
|
||||
{
|
||||
"id": "Dosen mengumumkan calon yang diterima berdasarkan hasil seleksi",
|
||||
"en": "The lecturer announces the accepted candidates based on the selection results"
|
||||
}
|
||||
],
|
||||
"additional_info": {
|
||||
"id": "Keputusan hasil seleksi bersifat final dan ditetapkan oleh dosen pengampu mata kuliah. Asisten Praktikum yang terpilih wajib mematuhi seluruh ketentuan yang berlaku selama menjalankan tugas sebagai Asisten Praktikum.",
|
||||
@@ -272,15 +473,36 @@
|
||||
"en": "This SOP aims to explain the procedures for borrowing the computer lab and to ensure that borrowing supports the smooth teaching and learning process in the Informatics Study Program at Tanjungpura University."
|
||||
},
|
||||
"requirements": [
|
||||
{ "id": "Melampirkan surat permohonan peminjaman laboratorium", "en": "Attach a laboratory borrowing request letter" },
|
||||
{ "id": "Terdapat dosen atau asisten praktikum yang bertanggung jawab", "en": "A responsible lecturer or practicum assistant is present" },
|
||||
{ "id": "Pengguna menaati tata tertib dan ketentuan penggunaan perangkat laboratorium", "en": "Users comply with the rules and regulations for using laboratory equipment" }
|
||||
{
|
||||
"id": "Melampirkan surat permohonan peminjaman laboratorium",
|
||||
"en": "Attach a laboratory borrowing request letter"
|
||||
},
|
||||
{
|
||||
"id": "Terdapat dosen atau asisten praktikum yang bertanggung jawab",
|
||||
"en": "A responsible lecturer or practicum assistant is present"
|
||||
},
|
||||
{
|
||||
"id": "Pengguna menaati tata tertib dan ketentuan penggunaan perangkat laboratorium",
|
||||
"en": "Users comply with the rules and regulations for using laboratory equipment"
|
||||
}
|
||||
],
|
||||
"procedures": [
|
||||
{ "id": "Dosen atau mahasiswa mengajukan surat permohonan peminjaman laboratorium kepada pengelola", "en": "The lecturer or student submits a laboratory borrowing request letter to the management" },
|
||||
{ "id": "Pengguna menyampaikan jadwal penggunaan laboratorium", "en": "The user submits the laboratory usage schedule" },
|
||||
{ "id": "Pengelola menyusun jadwal penggunaan laboratorium", "en": "The management arranges the laboratory usage schedule" },
|
||||
{ "id": "Laboratorium digunakan sesuai jadwal dan ketentuan yang berlaku", "en": "The laboratory is used according to the schedule and applicable regulations" }
|
||||
{
|
||||
"id": "Dosen atau mahasiswa mengajukan surat permohonan peminjaman laboratorium kepada pengelola",
|
||||
"en": "The lecturer or student submits a laboratory borrowing request letter to the management"
|
||||
},
|
||||
{
|
||||
"id": "Pengguna menyampaikan jadwal penggunaan laboratorium",
|
||||
"en": "The user submits the laboratory usage schedule"
|
||||
},
|
||||
{
|
||||
"id": "Pengelola menyusun jadwal penggunaan laboratorium",
|
||||
"en": "The management arranges the laboratory usage schedule"
|
||||
},
|
||||
{
|
||||
"id": "Laboratorium digunakan sesuai jadwal dan ketentuan yang berlaku",
|
||||
"en": "The laboratory is used according to the schedule and applicable regulations"
|
||||
}
|
||||
],
|
||||
"staff_responsible": [
|
||||
"👤 Staf Laboratorium Informatika / Informatics Laboratory Staff"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"id": "Staf Administrasi Informatika",
|
||||
"en": "Informatics Administrative Staff"
|
||||
},
|
||||
"image": "assets/images/staff-female.png",
|
||||
"image": "assets/images/foto-profile.jpeg",
|
||||
"location": {
|
||||
"id": "Ruang Administrasi Prodi Informatika",
|
||||
"en": "Informatics Study Program Administration Room"
|
||||
@@ -44,7 +44,7 @@
|
||||
"id": "Staf Laboratorium Informatika",
|
||||
"en": "Informatics Laboratory Staff"
|
||||
},
|
||||
"image": "assets/images/staff-male.png",
|
||||
"image": "assets/images/foto-profile.jpeg",
|
||||
"location": {
|
||||
"id": "Laboratorium Informatika",
|
||||
"en": "Informatics Laboratory"
|
||||
|
||||
Reference in New Issue
Block a user