Hasil Pencarian  ::  Simpan CSV :: Kembali

Hasil Pencarian

Ditemukan 8682 dokumen yang sesuai dengan query
cover
Kruglinski, David
Bekely: McGraw-Hill, 1985
001.642 5 KRU f
Buku Teks  Universitas Indonesia Library
cover
cover
Troelsen, Andrew
"This new edition of Pro C♯ 5.0 and the .NET 4.5 platform has been completely revised and rewritten to reflect the latest changes to the C♯ language specification and new advances in the .NET framework. You'll find new chapters covering all the important new features that make .NET 4.5 the most comprehensive release yet, including .NET APIs for Windows 8 style UI apps New asynchronous task-based model for async operations. How HTML5 support is being wrapped into C♯ web applications New programming interfaces for HTTP applications, including improved IPv6 support Expanded WPF, WCF and WF libraries giving C♯ more power than ever before This comes on top of award winning coverage of core C♯ features."
New York : Springer, 2012
e20425657
eBooks  Universitas Indonesia Library
cover
Mokhammad Fathoni Rokhman
"Akreditasi perguruan tinggi adalah kegiatan penilaian untuk menentukan kelayakan suatu perguruan tinggi berdasarkan syarat kebakuan atau kriteria tertentu. Data dan informasi diperlukan pada saat persiapan akreditasi yang mana data dan informasi ini tersebar dari berbagai sistem dalam suatu lembaga perguruan tinggi. Ontologi digunakan dalam rangka untuk membantu mengoleksi data dan informasi tersebut. Pada saat pembuatan ontologi, analisis dalam proses pembuatan ontologi secara umum tidak berdasarkan goal generik yang tertulis secara eksplisit. Sedangkan pada kasus akreditasi, syarat kebakuan atau kriteria yang telah ditetapkan oleh lembaga yang berwenang bisa dipandang sebagai sebuah goal. Pengembangan ontologi pada domain akademik sebelumnya diketahui belum memanfaatkan goal pada proses analisis pembuatan ontologinya. Penelitian ini melakukan pengembangan metodologi pembuatan ontologi dengan pendekatan Goal-Oriented Requirements Engineering (GORE) sebagai bentuk pendekatan yang baru. GORE merupakan salah satu paradigma dalam Requirements Engineering yang berfokus pada penggunaan goal dalam aktivitasnya. Kerangka kerja yang dipilih pada pendekatan GORE ini adalah KAOS (Keep All Objects Satisfied). Hasil modifikasi metode pengembangan ontologi dengan pendekatan kerangka kerja KAOS menunjukkan bahwa bisa digunakan untuk melakukan pengembangan ontologi baru. Modifikasi metode ini dinamakan GOREO. Kemudian hasil modul ontologi memperlihatkan dengan jelas ketelusuran (traceability) dengan sumber dokumen dibandingkan metodologi yang belum menggunakan pendekatan dengan GORE. Selain itu terdapat proses tambahan yaitu proses penggabungan modul ontologi yang telah didapatkan sebagai konsekuensi pendekatan GORE.

Accreditation of high education is evaluation activities for determining the appropriateness of high education institutions by a set of specific requirements or criteria. Available data and information from various systems in institutions are needed when preparing accreditation. We use ontology in order to collect data and information from various systems. At the time of making ontology, generally, the analysis in the ontology development not based on explicitly written generic goals. Whereas in the case of accreditation, a set of specific criteria that has been standardization by the accreditation authorities can be seen as goals. Previous ontology development in the academic domain known not using goals in the analysis processes. This research extends the ontology development methodology by using Goal-Oriented Requirements Engineering (GORE) as a new approach method. GORE is one of the Requirements Engineering paradigms that intended to use goals in the Requirements Engineering activity. KAOS (Keep All Objects Satisfied) framework selected for this research approach. The results of the modification of the ontology development method with the KAOS framework approach show that it can be used to develop new ontologies. Modification of this method is called GOREO. After that, the resulting ontology fragments clear showing traceability with document sources where it comes from compared to the legacy methodology. Furthermore, there is a new process that is combining the resulting ontology fragments, which are the consequences of the GORE approach method."
Depok: Fakultas Ilmu Komputer Universitas Indonesia, 2020
T-pdf
UI - Tesis Membership  Universitas Indonesia Library
cover
Samuel Tupa Febrian
"Terkadang realisasi kebutuhan pengembangan aplikasi web baru sudah diimplementasikan sebagian pada aplikasi web lain. Harusnya efisiensi pengembangan dapat ditingkatkan dengan me-reuse realisasi tersebut dan mengurangi jumlah kebutuhan yang diimplementasikan dari awal. Developer menyelesaikan kasus tersebut dengan pendekatan clone-and-own yang memungkinkan penggunaan fungsionalitas suatu perangkat lunak pada perangkat lunak lain. Meskipun meningkatkan efisiensi pengembangan, namun clone-and-own menimbulkan masalah maintainability pada perangkat lunak yang sudah dikembangkan. Masalah tersebut dapat diatasi dengan pendekatan alternatif seperti paradigma software product line engineering (SPLE) yang efisiensinya dapat ditingkatkan dengan konsep multi product line (MPL). Sayangnya, SPLE dan MPL belum umum digunakan untuk mengembangkan perangkat lunak web karena kurangnya web framework yang menunjang kedua pendekatan tersebut. Hal ini yang mendasari implementasi WinVMJ framework sebagai web framework untuk mengembangkan aplikasi web dengan SPLE dan MPL. Framework ini belum menerapkan alur kerja SPLE secara menyeluruh, sehingga validitas perangkat lunak tidak terjamin. Untuk melengkapi alur kerja SPLE WinVMJ, penelitian ini mengintegrasikannya dengan FeatureIDE. Integrasi dilaksanakan dalam tiga tahap: merancang alur kerja SPLE, mendefinisikan kumpulan artefak yang diperlukan untuk pengembangan perangkat lunak, dan implementasi plugin bernama WinVMJ composer untuk memproses kumpulan artefak yang didefinisikan. Alur kerja SPLE WinVMJ berhasil dilengkapi dengan WinVMJ composer yang mampu memproses artefak dari FeatureIDE dan melakukan validasi produk secara menyeluruh. Selain itu, evaluasi WinVMJ composer juga menunjukkan adanya keunggulan penerapan MPL dan penyusunan produk dibandingkan WinVMJ framework.

Sometimes the realization of new web application development needs has been partially implemented in other web applications. Development efficiency should be increased by reusing the realization and reducing the number of requirements implemented from scratch. Developers solve this case with a clone-and-own approach that allows using the functionality of one software on another. Although this approach improves development efficiency, clone-and-own causes maintainability issues in the developed software. This problem can be overcome by alternative approaches, such as the software product line engineering (SPLE) paradigm, whose efficiency can be increased by the multi-product line (MPL) concept. Unfortunately, SPLE and MPL are not commonly used to develop web software due to the lack of web frameworks that supports them. This issue underlies the implementation of the WinVMJ framework as a web framework for developing web applications with SPLE and MPL. This framework has not fully implemented the SPLE workflow, which causes a lack of software validity. To complete it, this research integrates it with featured. The integration is carried out in three stages: designing the SPLE workflow, defining the artifact set for software development after integration, and implementing a plugin named WinVMJ composer to process the defined artifacts set. The WinVMJ's SPLE workflow is completed with WinVMJ composer, which can process FeatureIDE's artifacts and perform thorough product validation. In addition, the evaluation of the WinVMJ composer also shows the advantages of implementing MPL and product compilation compared to the WinVMJ framework."
Depok: Fakultas Ilmu Komputer Universitas Indonesia, 2022
T-pdf
UI - Tesis Membership  Universitas Indonesia Library
cover
Nasution, Mumtaz Soraya
"The preparation of regulatory framework in the Government Work Plan/National Medium Term Development Plan has not been fully aligned with the preparation of laws and regulations in the National Legislation Plan and or Program for Preparation of Government Regulations and Presidential Regulations. The main objective of this paper is to investigate the factors that hinder the coordination mechanism for drafting regulations and emphasize the importance of realizing synergies, focusing on achieving a coordinated approach in drafting regulations. This policy research paper adopted a normative juridical analysis and a qualitative approach based on empirical data. The findings suggest that the coordination mechanism for preparing regulations is not functioning optimally due to inhibiting factors. The inhibiting factors are the lack of awareness regarding of the importance in meeting the indicators for proposing a regulatory framework and the absence of regulations that mandated sector directorates and KL (ministries/agencies) to comply with these indicators. Also there was a lack of synergy in coordinating the drafting of regulations."
Jakarta: Kementerian PPN/Bappenas, 2023
650 JISDP 4:1 (2023)
Artikel Jurnal  Universitas Indonesia Library
cover
Vandezande, Niels
"In the last few years, the cryptocurrency bitcoin has repeatedly made worldwide headlines with its fluctuations in value and the uncertainty regarding the legal framework under which it operates. While bitcoin has swiftly become the foremost example of a virtual currency, it is by no means the only one. In-game currencies and currencies used as part of a loyalty scheme are examples as of other forms of virtual currencies. Moreover, new forms of virtual currency used mainly for investment purposes—derived from cryptocurrencies such as bitcoin—are rapidly gaining hold. This book focuses on the legal aspects of virtual currencies from the perspective of financial and economic law. It establishes a typology of virtual currencies and assesses whether they can be considered as money. The author analyzes whether the EU legal frameworks on electronic money, payment services, anti-money laundering, and markets in financial instruments can be applied to virtual currencies. A functional comparison is made to the US, where more regulatory initiative has been identified. The book concludes by answering the question of whether—and how—virtual currencies should be regulated within the EU."
Cambridge: Intersentia, 2018
e20519159
eBooks  Universitas Indonesia Library
cover
Arif Setiawan
"Inflation Targeting Framework (ITF) dalam dua dekade terakhir semakin popular sebagai sebuah pendekatan baru dalam kebijakan moneter yang menggunakan inflasi sebagai sasaran utama kebijakan menggantikan besaran lain seperti pertumbuhan jumlah uang beredar. Namun ITF menemui banyak kritik menyangkut orientasi kebijakan yang mengutamakan stabilisasi yang menurut pengkritik akan mengorbankan pertumbuhan dan pengangguran. Atas kritik tersebut pendukung ITF menunjukkan bahwa ITF adalah kerangka kebijakan yang flexible yang dalam jangka pendek dapat merespon permasalahan output seperti di masa krisis. ITF merupakan pendekatan kebijakan yang bersifat diskresi daripada sebuah rule yang kaku. Sementara beberapa penelitian justru menunjukkan bahwa respon terhadap inflasi pada negara yang menerapkan ITF justru menurun setelah penerapan ITF. Sedangkan untuk Indonesia, yang menerapkan ITF sejak Juli 2005, bagaimana perubahan respon kebijakan moneter dengan penerapan ITF menjadi objek utama dalam penelitian ini. Penelitian menggunakan model Taylor Rule sebagai fungsi respon kebijakan moneter. Perubahan respon diukur dari perubahan parameter dalam fungsi respon kebijakan moneter yang akan diestimasi dengan model Time Varying Parameter. Hasil penelitian menunjukkan bahwa penerapan ITF di Indonesia membuat respon kebijakan moneter lebih responsif terhadap Inflasi. ITF bersifat diskresi dengan parameter respon yang berfluktuasi dari waktu ke waktu dalam periode yang diteliti.

Inflation Targeting Framework (ITF) in the last two decades had been popular as the new framework in setting monetary policy which used inflation as nominal anchor, replacing other nominal anchor such as money growth. But its popularity was not without critics. Opponents of ITF criticized ITF to its concern on stabilization only that would sacrifice other objectives of policies: output and employment. Proponents of ITF answered the critics by arguing that ITF was a flexible framework rather than a rigid rule. It could anticipate problem of output in the short run such as during a crisis. While some researches on this field found that in some ITF countries monetary policy response to inflation tended to be lower after implementing ITF. For Indonesia which had implemented ITF since July 2005, how the changes in monetary policy responses due to ITF implementation was an object of this research. Using Taylor Rule as monetary policy responses function, changes of the response measured by changes in parameter of the model which estimated by a time varying parameter method. Evidence showed that ITF in Indonesia had changed the response of monetary policy to be more responsive to inflation than before. ITF implemented as discretion rather than a rule with monetary policy response changed over time during observed periods."
Depok: Program Pascasarjana Universitas Indonesiapp, 2011
T32764
UI - Tesis Open  Universitas Indonesia Library
cover
Savia Salsabila Adityawan
"Laporan magang ini disusun untuk mengevaluasi pengendalian internal pada proses Innovation di PT UVW. Innovation merupakan proses menggunakan strategi inovasi dalam membuat produk dan layanan yang akan meningkatkan posisi perusahaan melalui proses pengujian  dan optimalisasi produk. Evaluasi dilakukan dengan melihat ketersediaan dan keefektifan proses dalam Innovation lalu dibandingkan dengan Kerangka Pengendalian Internal COSO. Kerangka Pengendalian Internal yang dievaluasi terfokus pada 3 komponen, yaitu control environment, risk assessment, dan control activities. Dalam pengendalian internal control environment, pengendalian sudah efektif untuk memberikan jaminan yang wajar bahwa risiko dikelola dan tujuan dipenuhi tetapi dapat diberikan pengembangan lanjut untuk meningkatkan kinerja pengendalian. Pada pengendalian internal COSO risk assessment, semua kontrol yang dilakukan untuk melakukan penilaian risiko telah dilakukan secara efektif dan memadai sesuai dengan Kerangka Pengendalian Internal COSO. Terkait pengendalian internal COSO control activities, kontrol untuk aktivitas pengendalian sudah efektif dan masih dikembangkan lebih lanjut untuk meningkatkan kinerja. Dapat disimpulkan bahwa PT UVW telah menerapkan tiga komponen dalam Kerangka Pengendalian Internal COSO terkait proses Innovation secara efektif, tetapi perlu evaluasi dan penilaian lebih lanjut agar kinerja pengendalian internal lebih baik lagi. Selanjutnya, magang di PT UVW dievaluasi dengan refleksi diri terkait hal yang baik dan belum berjalan dengan baik selama kegiatan magang, serta menentukan tindak lanjut yang akan dilakukan ke depan.

This internship report was prepared to evaluate internal control in the Innovation process at PT UVW. Innovation is the process of using an innovative strategy in creating products and services that will enhance the company's position through product testing and optimization processes. Evaluation is carried out by looking at the availability and effectiveness of processes in Innovation while being compared to with COSO's Internal Control Framework. The Internal Control Framework focused on evaluating 3 components, namely control environment, risk assessment, and control activities. In the internal control environment, controls are already effective to provide reasonable assurance which risks are managed and objectives are met but further development can be provided to improve control performance. In the COSO internal control risk assessment, all controls have been carried out effectively and adequately in accordance with the COSO Internal Control Framework. Regarding internal control of COSO control activities, controls have been effective and can be developed further to improve performance. It can be concluded that PT UVW has effectively implemented the three components in the COSO Internal Control Framework related to the Innovation process, but further evaluation and assessment is needed to enhance internal control performance even better. Furthermore, the internship at PT UVW is evaluated with self-reflection regarding things that are good and have not gone well during the internship, and determine the follow-up actions that will be carried out in the future."
Depok: Fakultas Ekonomi dan Bisnis Universitas Indonesia, 2023
TA-pdf
UI - Tugas Akhir  Universitas Indonesia Library
cover
Tiyok Subekti
"Tesis ini membahas tentang hubungan kausalitas antara suku bunga SBI, nilai tukar riil, tingkat harga dan aktititas ekonomi riil khususnya pada periode diterapkannya ITF di Indonesia sejak Juli 2005. Penulisan tesis ini dilatarbelakangi oleh dampak penggunaan suku bmmga sebagai sasaran operasional kebijakan moneter dalam Icerangka ITF serta nilai tukar terhadap tingkat harga dan aktifitas ekonomi riil.
Data yang digunakan adalah data time series bulanan yang terdixi dari tingkat suku bunga SBI tenor 1 bulan, nilai tukar riil Rp/USS, Indeks Harga Konsumen dan sebagai proxy dari alctifitas ekonomi riil digunakan indeks produksi manufaktux Indonesia dengan rentang periode observasi sejak bulan Juli 2005 sampai dengan Mei 2008.
Metode ekonometri yang digunakan adalah model VAR (Vector Autoregression). Untuk melihat pola hubungan gmcangan antar variabel diperoleh dari hasil Impulse .Respon Function (IRF), sedangkan untuk mencntukan sumbangan /komposisi gmmcangan musing-musing variabel terhadap varians dari vaxiabcl tertentu digunakan metode Forecast Error Variance Decomposition (FEVD).
Hasil IRF yang diperoleh menunjukkan bahwa guncangan suku bunga SBI masih cukup efcktif untuk mempengaruhi tingkat harga dan mempcrkuat nilai tukar. Guncangan suku bunga SBI dapat rnemberikan dampak yang negatif terhadap aktititas ckonomi riil. Hasil analisis FEVD menunjukkan bahwa pada periode observasi nilai mkar agak sulit dikendalikan. Guncangan niiai tukar riil lebih dominan dalam mempcngaruhi vanasi tingkat harga dan aktititas ekonomi riil. Hal ini mennnjukkan semakin dominannya pengaruh luar negeri dalam perekonomian Indonesia.

This thesis discusses the causality relationship among SBI interest rate, real exchange rate, price level and real economic activity especially in period of the ITF implementation in Indonesia since July 2005. The effect of employing interest rate as the operational target of monetary policy and exchange rate on price level and real economic activity is the main background of this thesis.
Data employed in this thesis are monthly time series consist of one month SBI interest rate, real exchange rate Rp/U S, Consumer Price Index and manufacturing production index as a proxy of real economic activity with observation period from July 2005 to May 2008. VAR (Vector Autoregression) is used as the econometric method.
The result obtained from Impulse Respon Function (IRF) method is used to analyze the relationship characteristic among shocks of each variable. Forecast Error Variance Decomposition (FEVD) method is used to determine the shock contribution of each variable to one variable.
IRF result shows that SBI interest rate shock is e&`ective enough to influence the price level and to strenghten the exchange rate. SBI interest rate shock is negatively reponsed by real economic activity. FEVD result shows that exchange rate is hard to be controlled during observation paiod. The exchange rate shock influences the variability of price level and real economic activity dominmitly. This result indicates the more dominant influence of foreign economic on Indonesian economic.
"
Depok: Fakultas Ekonomi dan Bisnis Universitas Indonesia, 2008
T34302
UI - Tesis Open  Universitas Indonesia Library
<<   1 2 3 4 5 6 7 8 9 10   >>