Hasil Pencarian  ::  Simpan CSV :: Kembali

Hasil Pencarian

Ditemukan 97758 dokumen yang sesuai dengan query
cover
Jonathan Nicholas
"Kebutuhan untuk menyediakan layanan kepada pengguna di seluruh dunia menyebabkan layanan aplikasi web untuk beradaptasi menggunakan teknologi baru dan memadai. Untuk mencapai hal tersebut, layanan cloud servis digunakan untuk memperluas jangkauan geografis dari layanan web di seluruh dunia. Peningkatan kualitas pengembangan deployment aplikasi web terlihat pada Kubernetes, alat yang diadopsi secara luas yang didukung di sebagian besar platform cloud, yang memungkinkan penerapan geo-distributed clusters untuk aplikasi yang memiliki pengguna multinasional. Dikarenakan kelangkaan studi mengenai geo-distributed clusters dan kinerjanya, penelitian ini bermaksud untuk menjembatani kesenjangan pengetahuan tersebut dengan mengimplementasikan solusi menggunakan Istio (Anthos Service Mesh), mesh layanan yang paling banyak digunakan untuk aplikasi Kubernetes, serta solusi cloud native di Google Cloud Platform menggunakan MultiClusterService. Studi ini menemukan bahwa kedua pendekatan tersebut dapat diandalkan, namun, Istio/ASM memiliki latensi yang sedikit lebih rendah untuk sebagian besar request. Kedua pendekatan tersebut merupakan pilihan baik untuk aplikasi global, karena keduanya menggunakan geo-aware load balancing, yang merutekan permintaan pengguna ke klaster terdekat yang tersedia. Basis kode studi dan hasil pengujian ini tersedia secara open-sourced untuk studi lebih lanjut tentang aplikasi berbasis geo-distributed Kubernetes clusters.

With the need of providing services to ever-growing worldwide users, web application services must adapt new technologies in order to fulfill these needs. As setting up physical servers across the globe is a daunting task, cloud service providers are an essential tool to reach geographical coverage for worldwide web services. Further advancements on the developer experience of deploying web applications can be seen in tools such as Kubernetes, a widely adopted tool that’s supported in most cloud platforms that enables the implementation of geo-distributed clusters for applications with a multi-national user base. However, there is a scarcity of studies regarding geo-distributed clusters methods and its performance. Therefore, this study intends to bridge that knowledge gap by implementing a solution using Istio (Anthos Service Mesh), the most used service mesh for kubernetes applications as well as a cloud native solution on Google Cloud Platform using MultiClusterService. This study found that both approaches are reliable, however, Istio / ASM has a slightly lower latency for the vast majority of requests. In addition, both approaches are a viable choice for worldwide applications, as they both use geo- aware load balancing, which routes user requests to the nearest available cluster. This study’s scripts and test results are open-sourced for further studies about geo-distributed Kubernetes- based applications. "
Depok: Fakultas Ilmu Komputer Universitas Indonesia, 2023
S-pdf
UI - Skripsi Membership  Universitas Indonesia Library
cover
Andrew
"Dengan meningkatnya penerapan teknologi informasi dalam berbagai bidang di kehidupan sehari-hari membuat sistem komputer saat ini menjadi sebuah sistem yang vital. Untuk meningkatkan reliabilitas dari sistem komputer, salah satu metode yang dapat dilakukan adalah melakukan replikasi secara geografis. Namun pendekatan tersebut memiliki isu terkait masalah koneksi dan latensi yang tinggi. Termotivasi dari masalah tersebut, penelitian ini melakukan analisis lebih mendalam pada pengaruh penempatan lokasi server sebuah Kubernetes cluster terhadap aspek performa, reliabilitas dan fleksibilitas. Penelitian ini mendapatkan bahwa konfigurasi lokasi Kubernetes cluster tidak memberikan dampak yang signifikan pada aspek performa. Penerapan geo-distributed cluster terbukti dapat memberikan reliabilitas yang lebih baik ketimbang pendekatan single-zone maupun multi-zone. Sedangkan pemanfaatan Kubernetes dapat meningkatkan aspek fleksibilitas namun dengan adanya konsekuensi pada performa sistem. Pada penelitian ini, ditemukan juga bahwa Google Cloud Load Balancer mengalami kendala dalam melakukan load balancing pada geo-distributed cluster yang menyebabkan beberapa server tidak mendapatkan traffic sama sekali dan Google Cloud Load Balancer tidak memenuhi aspek geo-aware yang menyebabkan requests dari pengguna tidak selalu diarahkan pada server yang terdekat dari lokasi pengguna.

With the application of information technology in various fields of daily life, today's computer system has become a vital system. To increase the reliability of the computer system, one method that can be done is to replicate the application in multiple geographical locations. However, this approach has problems with connection and high latency. Motivated by this problem, this study conducts a more in-depth analysis of the effect of server location placement in a Kubernetes cluster on aspects of performance, reliability, and flexibility. This study found that the use of multiple geographical locations for the Kubernetes cluster does not have a significant impact on the performance. The use of geo-distributed clusters is proven to provide better reliability compared to the single-zone and multi-zone approaches. While the use of Kubernetes can increase the flexibility of the system, it also impacts the system performance. In this study, it was also found that Google Cloud Load Balancer experienced problems when load balancing traffic on the geo-distributed cluster which caused some servers not getting any traffic and Google Cloud Load Balancer does not meet the geo-aware aspect which causes requests from users not directed to the server closest to the user's location."
Depok: Fakultas Ilmu Komputer Universitas Indonesia, 2022
S-pdf
UI - Skripsi Membership  Universitas Indonesia Library
cover
Carles Octavianus
"Peningkatan jumlah data teks digital membuat manusia membutuhkan mekanisme untuk mengembalikan teks yang efektif dan efisien. Salah satu mekanisme untuk mengembalikan teks adalah dengan pemeringkatan teks. Tujuan dari pemeringkatan teks adalah menghasilkan daftar teks yang terurut berdasarkan relevansinya dalam menanggapi permintaan kueri pengguna. Pada penelitian ini, penulis menggunakan Bidirectional Encoder Representations from Transformers (BERT) untuk membangun model pemeringkatan teks berbahasa Indonesia. Terdapat 2 cara penggunaan BERT untuk pemeringkatan teks, yaitu BERT untuk klasifikasi relevansi dan BERT untuk menghasilkan representasi vektor dari teks. Pada penelitian ini, 2 cara penggunaan BERT tersebut terbagi menjadi 4 model, yaitu BERTCAT, BERTDOT, BERTDOTHardnegs, BERTDOTKD. Penggunaan BERT memberikan peningkatan kualitas pemeringkatan teks bila dibandingkan dengan model baseline BM25. Peningkatan kualitas pemeringkatan teks tersebut dapat dilihat dari nilai metrik recriprocal rank (RR), recall (R), dan normalized discounted cumulative gain (nDCG).

The increase in the amount of digital text data has led humans to require mechanisms for effectively and efficiently retrieving text. One mechanism for text retrieval is text ranking. The goal of text ranking is to generate a list of texts sorted based on their relevance in response to user query requests. In this study, the author uses Bidirectional Encoder Representations from Transformers (BERT) to build a text ranking model for the Indonesian language. There are 2 ways to use BERT for text ranking, namely BERT for relevance classification and BERT for generating vector representations of text. In this study, these 2 ways of using BERT are divided into 4 models, namely BERTCAT, BERTDOT, BERTDOTHardnegs, BERTDOTKD. The use of BERT improves the quality of text ranking compared to the baseline BM25 model. The improvement in the quality of text ranking can be seen from the values of the reciprocal rank (RR), recall (R), and normalized discounted cumulative gain (nDCG) metrics."
Depok: Fakultas Matematika Dan Ilmu Pengetahuan Alam Universitas Indonesia, 2024
S-pdf
UI - Skripsi Membership  Universitas Indonesia Library
cover
Mustangimah
"ABSTRAK
Penelitian ini bertujuan untuk mengetahui efektivitas sistem temu-kembali informasi yang diaplikasikan pada dokumen bidang nuklir berbahasa Indonesia, dan untuk mengetahui dokumen yang ditemukan mempunyai hubungan bibliografi. Penelitian dilakukan dengan menggunakan Sistem Temu Kembali Informasi yang dikembangkan di Fakultas Ilmu Komputer, Universitas Indonesia.
Penelitian dilakukan dengan menggunakan dokumen bidang nuklir sebanyak 630 cantuman dalam basis data bibliografi. Pertanyaan (query) yang digunakan berasal dari pemakai (user) berupa judul penelitian dalam bidang nuklir. Pertanyaan terdiri dari 10 pertanyaan sederhana dan 10 pertanyaan kompleks. Pencarian dilakukan dengan pembangunan faset dari istilah yang terkandung dalam pertanyaan dengan memanfaatkan operator Boolean, dan penilaian relevansi terhadap dokumen yang ditemukan dilakukan oleh pakar subjek dalam masing-masing pertanyaan. Hipotesis yang diuji dalam penelitian ini yaitu : ada perbedaan efektivitas temu-kembali informasi pada pertanyaan sederhana dan pertanyaan kompleks, dan semakin tinggi kekuatan pasangan bibliografi semakin tinggi tingkat relevansi dua dokumen. Pengujian hipotesis menggunakan uji Mann-Whitney dengan paket program statistik Kwikstat.
Hasil penelitian menunjukkan bahwa sistem temu-kembali informasi mempunyai ketepatan temu-kembali di atas 50%, dan tidak menunjukkan perbedaan yang nyata antara pertanyaan sederhana dengan pertanyaan kompleks. Analisis pasangan bibliografi (bibliographic coupling) terhadap dokumen yang ditemukan menunjukkan bahwa bibliografi memberikan kontribusi yang lemah (0,15) terhadap pemasangan dokumen. Bila dokumen relevan dipasangkan dengan dokumen lain, kekuatan pasangan bibliografi tidak berpengaruh terhadap tingkat relevansi dokumen kedua. Akan tetapi bila dokumen relevan mar]inal dipasangkan dengan dokumen lain, kekuatan pasangan bibliografi dapat meningkatkan tingkat relevansi dokumen kedua. Hal ini menunjukkan adanya keterhubungan dokumen walaupun bukan keterhubungan subjek yang diindikasikan oleh pasangan bibliografi. Berdasarkan hasil tersebut, bibliografi dapat dimanfaatkan untuk meningkatkan efektivitas sistem temu-kembali informasi yaitu untuk meningkatkan penemuan dokumen yang berguna (pertinent document) dengan penggabungan pencarian berdasarkan istilah dan pencarian berdasarkan sitasi.

ABSTRACT
The objectives of this research are to determine to what extent the information retrieval system effectiveness which applied to nuclear documents collection in Indonesian language, and to determine to what extent the documents retrieved have bibliographic relationship to one another. This research is using the Information Retrieval System developed by Computer Science Faculty, University of Indonesia.
This investigation is using 630 documents in the bibliographic database. The queries come from the real user, consist of 10 simple queries and 10 complex queries. The searching was performed by building facet and combined using Boolean operators, then the subject experts determine relevance judgement of document retrieved for each query. Hypothesis are tested: there exists a difference of information retrieval effectiveness between simple and complex queries, and the higher bibliographic coupling strength between two documents more relevant the two documents. The hypothesis are tested using Mann-Whitney procedure using Kwikstat program package.
The results show that the information retrieval system yielded precision result more than 50% and there is no significance difference between simple and complex queries. Bibliographic coupling analysis shows that the bibliography made a weak contribution to the pairing of documents. If the relevant documents have paired with the other documents, bibliographic strength has not effected the second document relevance level. but if the marginally relevant documents have paired with the other documents, bibliographic strength can increase the second document relevance level. These characteristic shows that there exist document relatedness although there are not subject relatedness. Based on this result, bibliography can be used to improve the information retrieval effectiveness by increasing the pertinent document retrieved using citation-based searching as a complement to term-based searching.
"
Depok: Fakultas Ilmu Pengetahuan dan Budaya Universitas Indonesia, 1998
T-Pdf
UI - Tesis Membership  Universitas Indonesia Library
cover
Alfian Firmansyah
"Internet of Things merupakan teknologi perangkat terkoneksi yang memiliki angka pertumbuhan terpesat di dunia. Pada tahun 2020, perangkat IoT yang telah terkoneksi mencapai 31 miliar perangkat dan masih terus meningkat, sehingga teknologi ini akan mengubah cara hidup kita setelah hadirnya internet sebagai pionir. Hal tersebut mengakibatkan semakin kompleksnya diversifikasi topik IoT baru, mekanisme protokol, dan karakteristik perangkat keras yang terhubung pada infrastruktur server IoT. Indonesia akan segera mengimplementasikan 5G sebagai teknologi jaringan nirkabel generasi ke-5, sehingga hal ini mendorong adanya adaptasi yang dilakukan terhadap infrastruktur IoT pada cloud computing. Integrasi ini akan membuka sebuah ekosistem inovasi produk smart devices baru, baik itu produk skala kecil yang dilakukan oleh perorangan dan komunitas, maupun skala besar oleh sektor usaha, industri dan pemerintahan. Maka, dibutuhkan sebuah aplikasi IoT sebagai middleware, penghimpun data, router addressing ID unik, pemvisualisasi data, dan penganalisis ribuan bahkan jutaan perangkat IoT yang terkoneksi. Penyebaran arsitektur monolithic sudah perlahan ditinggalkan, melainkan mengubah pendekatan operasinya dengan menggunakan arsitektur microservice dengan containerization yang menawarkan fleksibilitas, pengembangan yang cepat, performa yang kuat dan loosely-coupled. Supaya pendekatan bersifat kontinyu, maka Continuous Integration dan Continuous Deployment Pipeline atau CI/CD Pipeline digunakan sebagai Software Development Life Cycle. Secara garis besar, penelitian ini membahas usulan arsitektur server IoT dengan Kubernetes dan aplikasinya, proses deployment secara CI/CD, analisis performa utilisasi dan autoscaling pada kubernetes cluster saat load tests sedang dijalankan, analisis berbasis model terhadap hasil metrik yang didapatkan guna meningkatkan performa deployment dari perspektif aplikasi IoT dengan akses request skala besar.

The Internet of Things is a connected device technology that has a rapid growth rate in the world. In 2020, there are 31 billion connected IoT devices and still increasing, thus this technology will change the way we live after the presence of the internet as a pioneer. We are getting more diversification of new IoT topics, protocol mechanisms, and characteristics of the hardware connected to the IoT server infrastructure becoming increasingly complex. Indonesia will soon implement the 5G as the fifth generation of wireless network technology, thus this will encourage adaptations to be made to the Indonesian IoT infrastructure in cloud computing. This integration will open an innovative ecosystem for new smart device products, both small-scale products carried out by individuals and communities, as well as large-scale by the business sector, industries and government as well. Therefore, an IoT application is needed as a middleware, data collector, unique-ID addressing router, data visualizer, and analyzer of thousands or even millions of connected IoT devices. Deployment of monolithic architectures is slowly being abandoned, instead changing its operating approach by using a microservice architecture with containerization that offers flexibility, fast development, robust performance, and loosely-coupled. To maximize the approach to be continuous, the Continuous Integration and Continuous Deployment Pipeline or CI/CD Pipeline are used as the Software Development Life Cycle. Broadly speaking, this research discusses the architectural design of IoT over Kubernetes and its applications, CI/CD deployment processes, performance analysis of the autoscaling during incoming traffic from running load tests, model-based analysis in accordance with metric results to enhance the deployment performance of IoT applications with large-scale request accesses perspective."
Depok: Fakultas Teknik Universitas Indonesia, 2021
S-pdf
UI - Skripsi Membership  Universitas Indonesia Library
cover
Adi Krisna
"Kecerdasan adalah kemampuan untuk belajar dan memahami, untuk memecahkan masalah dan untuk membuat keputusan. Perancangan sistem pakar berbasiskan aturan (rule based expert system) yang berbasiskan kecerdasan buatan (Artificial Intelligence), memungkinkan sebuah sistem komputer bisa menyerupai proses pemikiran dan pengetahuan seorang pakar yang memiliki kecerdasan untuk memecahkan permasalahan yang kompleks.
Rule based expert system memiliki inference engine, yang mampu memilih solusi terbaik berdasarkan situasi yang dihadapi oleh manusia dan aturan-aturan yang diterapkan. Dari segi fleksibilitas, rule based expert system mempunyai sifat fleksibel, yang dapat diandalkan setiap waktu.
Implementasi rule based expert system pada sistem akademik kampus, seolah-olah akan dapat menghadirkan seorang pakar akademik, untuk menyelesaikan permasalahan yang dihadapi mahasiswa. Pakar akademik ini dapat diandalkan karena dapat memahami dan memecahkan masalah yang ditanyakan, dan yang terpenting dapat dijumpai setiap saat oleh mahasiswa.
Sistem pakar berbasiskan aturan dalam konsultasi pengambilan mata kuliah pilihan yang diterapkan pada Departemen Elektro FTUI ini menggunakan teknik inferensi forward chaining, dengan pilihan solusi dan penjelasan yang semuanya berjumlah delapan belas buah. Jadi mahasiswa sebagai user, nantinya hanya akan ditawarkan salah satu dari delapan belas sokusi, sebagai pemecahannya."
Depok: Fakultas Teknik Universitas Indonesia, 2004
S39967
UI - Skripsi Membership  Universitas Indonesia Library
cover
Ratu Siti Zaenab
"Tujuan penelitian ini adalah untuk 1) mengetahui efektivitas temu kembali informasi pada TROPAG & Rural, AGRIS, dan CAB bila pencarian dilakukan dengan menggunakan bahasa terkendali dan bahasa alamiah; 2) mengetahui adakah perbedaan efektivitas temu kembali informasi pada TROPAG & Rural, AGRIS, dan CAB, bila pencarian dilakukan dengan menggunakan bahasa terkendali dan bahasa alamiah; 3) mengetahui pangkalan data mana di antara TROPAG & Rural, AGRIS, dan CAB, serta dengan pendekatan bahasa mana yang lebih efektif untuk pencarian informasi bidang ilmu perairan.
Penelitian ini dilakukan pada 28 pertanyaan (query) yang didapat dari mahasiswa Pasca Sarjana IPB Program Studi Ilmu Perairan. Untuk memperoleh bahasa terkendali dilakukan analisis terhadap judul-judul proposal penelitian untuk kemudian dibentuk konsep-konsep yang dapat merepresentasikan pertanyaan. Istilah-istilah pencarian dalam bahasa terkendali disesuaikan dengan Tesaurus AGROVOC dan CAB. Sedang bahasa alamiah didapat dari istilah-istilah penting yang tertera pada judul yang disesuaikan dengan istilah pencarian yang diberikan pengguna.
Dengan menggunakan bahasa terkendali dan bahasa alamiah tersebut dilakukan pencarian pada pangkalan data TROPAG & Rural, AGRIS, dan CAB. Hipotesis yang diuji dalam penelitian ini adalah: ada perbedaan efektivitas temu kembali pada pangkalan data TROPAG & Rural, AGRIS, dan CAB baik menggunakan bahasa terkendali ataupun bahasa alamiah. Pengujian hipotesis dilakukan dengan menggunakan Uji Kruskal Wallis dengan paket program statistik Kwiksat.
Hasil penelitian menunjukkan nilai ketepatan pada pangkalan data TROPAG & Rural, AGRIS, dan CAB dengan menggunakan pendekatan bahasa terkendali dan bahasa alamiah berkisar antara 32.54 % - 64.65 %. Efektivitas temu kembali pada ketiga pangkalan data dengan menggunakan bahasa terkendali ataupun bahasa alamiah tidak sama. Sistem temu kembali informasi pada TROPAG & Rural dengan menggunakan bahasa terkendali dinilai paling tidak efektif. Sedang sistem temu kembali informasi pada AGRIS dengan menggunakan bahasa alamiah dinilai paling efektif.

The objectives of this research are to identify: 1) the effectiveness of information retrieval on TROPAG & Rural, AGRIS, and CAB using control vocabulary and natural language; 2) the differences of effectiveness of information retrieval system among TROPAG & Rural, AGRIS, and CAB using control vocabulary and natural language; 3) the most effective database among TROPAG & Rural, AGRIS, and CAB, and also the most effective language between control vocabulary and natural language for searching aquatic science information.
This research was carried out on 28 queries, which were collected from postgraduate students of The Aquatic Science Programme, Bogor Agricultural University. The control vocabulary was developed based on the analysis of students thesis proposal. Terminologies used for this language were in accordance with AGROVOC and CAB Thesaurus. While natural language was developed based on the important terminologies on the title of thesis proposal which was conformed to search terms from users. The differences of the information retrieval effectiveness of three databases using two languages approach were tested using Kruskal Wallis Test from Kwikstat statistics programme.
The results of this research indicated that effectiveness of TROPAG & Rural, AGRIS, and CAB databases using control vocabulary and natural language approach was vary between 32.54 % - 64.65 %. The effectiveness of information retrieval system of three databases using control vocabulary and natural language was not the same. The least effective information retrieval system was on TROPAG & Rural using control vocabulary, whereas the most effective was on AGRIS using natural language.
"
Depok: Fakultas Ilmu Pengetahuan dan Budaya Universitas Indonesia, 2002
T10451
UI - Tesis Membership  Universitas Indonesia Library
cover
Maudiah Dwi Oktari
"ABSTRAK
Skripsi ini membahas mengenai analisis pelaksanaan Sistem Informasi
Manajemen Kepegawaian (SIMPEG) dilihat dari aspek input, proses, dan output
di Biro Kepegawaian Kementerian Agama RI. Penelitian ini merupakan penelitian
kualitatif dengan desain deskriptif, dimana peneliti mencoba menggambarkan
fenomena atau gejala yang dalam hal ini adalah analisis pelaksanaan Sistem
Informasi Manajemen Kepegawaian (SIMPEG) dilihat dari aspek input, proses,
dan output di Biro Kepegawaian Kementerian Agama RI. Hasil penelitian
menyebutkan pelaksanaan SIMPEG Biro Kepegawaian Kementerian Agama RI
belum sepenuhnya terlaksana dengan baik karena dari delapan indikator hanya
empat indikator yang dikategorikan baik. Empat indikator yang sudah
dikategorikan baik adalah indikator kualitas SDM, anggaran pelaksanaan
SIMPEG, SOP/pedoman, dan evaluasi/monitoring dan empat indikator lainnya
yang dikategorikan belum baik adalah indikator fasilitas pendukung, data
dasar/awal, pemeliharaan data, dan laporan akhir data SIMPEG.

ABSTRACT
This thesis about analysis of Implementation of Personnel Management
Information System (SIMPEG) viewed from the aspects of input, process, and
output at Bureau of Personnel Department of Religious. This is qualitative
research with descriptive design. Reseacher tried to describe phenomenon and fact
about analysis of Implementation of Personnel Management Information System
(SIMPEG) viewed from the aspects of input, process, and output at Bureau of
Personnel Department of Religious. The result is analysis of Implementation of
Personnel Management Information System (SIMPEG) viewed from the aspects
of input, process, and output at Bureau of Personnel Department of Religious have
not optimally yet because of from the eight indicators, four are categorized
as good, and the others are categorized as not good. Four Indicators categorized as
good are human resource quality, budget to implementation, Standard Operating
Procedure/SOP, evaluation/monitoring and four other indicators categorized as
not good are support facilities, database, data maintenance, and data SIMPEG
final report."
Fakultas Ilmu Administrasi Universitas Indonesia, 2011
S1188
UI - Skripsi Open  Universitas Indonesia Library
cover
Ishak
"Penelitian ini bertujuan untuk mengidentifikasi dan menggambarkan kebutuhan informasi mahasiswa PPDS Angkatan 2004 FK-UI dalam memenuhi tugas journal reading. Identifikasi tersebut mengenai subjek yang dipilih, manfaat informasi, jenis koleksi, format informasi, sumber informasi dan layanan perpustakaan yang dibutuhkan. Penelitian ini bersifat deskriptif dan dilakukan terhadap 35 mahasiswa yang tersebar pada 24 program studi pendidikan dokter spesialis FK-UI dengan cara menyebarkan kuesioner.
Hasil penelitian menunjukkan bahwa subjek yang dipilih dalam memenuhi tugas journal reading umumnya berhubungan dengan program studi responden. Jenis koleksi yang dibutuhkan adalah jurnal ilmiah. Buku, laporan penelitian, tesis/disertasi, dan abstrak juga dibutuhkan mahasiswa sebagai bahan pendukung. Penelitian ini juga dapat menggambarkan bahwa mahasiswa PPDS FK-UI angkatan 2004 cenderung menggunakan jurnal elektronik. Informasi yang diperoleh umumnya dimanfaatkan untuk mengetahui perkembangan ilmu pengetahuan atau sebagai fungsi aktualisasi informasi (current awareness), khususnya dibidang kedokteran.
Internet merupakan salah satu sumber informasi yang dimanfaatkan mahasiswa untuk memenuhi kebutuhan informasi, khususnya untuk tugas journal reading. Untuk memenuhi kebutuhan informasi, mahasiswa PPDS memanfaatkan perpustakaan program studi dan perpustakaan FK-UI. Selain itu mereka juga memanfaatkan perpustakaan di luar FK UI, diantaranya perpustakaan Bristol Myers dan Eikman.
Layanan perpustakaan FK-UI yang paling diminati adalah layanan fotokopi dokumen dan layanan penelusuran informasi. Umumnya mahasiswa datang langsung ke perpustakaan FK-UI untuk mencari informasi yang dibutuhkannya. Fasilitas seperti e-mail, telepon dan faksimili tidak pernah digunakan sebagai sarana pencarian infomnasi. Hasil penelitian ini menyimpulkan bahwa kebutuhan informasi mahasiswa PPDS Angakatan 2004 dalam memenuhi tugas journal reading berbeda antara satu responden dengan responden lainnya, sehingga berpengaruh pada sumber informasi dan jenis koleksi yang dipilih. Fotokopi dokumen dan layanan penelusuran informasi di perpustakaan merupakan layanan penting bagi mahasiswa dalam mendapatkan informasi yang dibutuhkan.

The objective of this research is to identify and describe the information need of postgraduate medical students, group 2004, Faculty of Medicine, University of Indonesia, in supporting journal reading assignment This research tries to identify selected subject, information use, type of collections, information format, information resources, and the library service needed. This research was conducted to 35 students from 24 specialist education programs in medical by giving questionnaires.
The result of this research denotes that subject selected in supporting journal reading, generally, related to study program of respondents. To fulfill the assignment, respondents need scientific journal. Students also need the type of collection, such as book, research report, thesisldisertation, and abstract as supported reading. This research also describes that most students of the medical program use electronic journal. Generally, the information got from this research is used to know development of medical science, or as current awareness.
Internet is one of information resources used by the students to fulfill their information needs in supporting journal reading. To fulfill the information, medical students use both the library of Department and Faculty.
Beside that, they also use the library outside the Faculty, such as Bristol Myers Squibb Indonesia and Eijkmen Library.
The need interesting library services of the Medical Faculty are photocopying and information searching. In general, the students visit the library to get information that they need. In searching information, the students never use e-mail, telephone and facsimile. The conclusion in this research is that the information need of postgraduate medical students, group 2004 in supporting their journal reading assignment is different among respondents. So, it influences the choice of information resources and type of collection. The library services, such as photocopy and information searching are important for students in getting information that they need.
"
Depok: Fakultas Ilmu Pengetahuan dan Budaya Universitas Indonesia, 2005
T15350
UI - Tesis Membership  Universitas Indonesia Library
cover
Roberto De Virgilio, editor
"In this book, present an extensive overview of the work done in Semantic Search and other related areas. They explore different technologies and solutions in depth, making their collection a valuable and stimulating reading for both academic and industrial researchers.
The book is divided into three parts. The first introduces the readers to the basic notions of the Web of Data. The second part is dedicated to Web Search. It presents different types of search, like the exploratory or the path-oriented, alongside methods for their efficient and effective implementation. The focus of the third part is on linked data, and more specifically, on applying ideas originating in recommender systems on linked data management, and on techniques for the efficiently querying answering on linked data."
Berlin: Springer-Verlag, 2012
e20408106
eBooks  Universitas Indonesia Library
<<   1 2 3 4 5 6 7 8 9 10   >>