Februari 28, 2013

Pengelolaan Bibliografi di LaTeX - bagian 1 (Embedded)

Pada umumnya, saat membuat dokumen menggunakan LaTeX, kita perlu menyertakan daftar pustaka. Ada beberapa teknik untuk mengelola bibliografi tersebut. Saat dokumen masih sederhana dan tidak kompleks serta hanya dipakai untuk satu atau sedikit dokumen, biasanya yang dilakukan hanya menyertakan bibliografi tersebut dalam file dokumen sebagai berikut:

...
...
\begin{document}
...
...
...
...
Currently, the development methodology is still lacking, especially for Semantic Web and Pragmatic Web application. One primary cause of this is lack of reference architecture on Semantic Web and also Pragmatic Web application. Without agreed-upon reference architecture for Semantic Web and Pragmatic Web, there will be confusion among Web developers. Whenever we have a strong reference architecture, then we may start to develop the methodology and software framework to realize the components in reference architecture. Therefore, it is very important to have a reference architecture for Semantic Web and Pragmatic Web as a prerequisite. This strong point is not available until now (except for Semantic Web, see the Semantic Web layer cake, SSWAP (Simple Semantic Web Architecture and Protocol) in \url{http://sswap.info/index.jsp} and Functional Semantic Web Architecture~\cite{funcsemwebarch}). Of those efforts to create the reference architecture, The Semantic Web components is considerd missing an explicit pragmatic layer addressing use of semantic resources within pragmatic context~\cite{paschkeicpw2007}. On going standards, specifications, and partial implementation are available to address this layer but still need more efforts.
...
...
...
\begin{thebibliography}{99}
\addcontentsline{toc}{chapter}{\numberline{}Bibliography}
...
...
\bibitem{paschkeicpw2007}Adrian Paschke, Harold Boley, Alexander Kozlenkov, \textit{Rule Responder: RuleML-Based Agents for Distributed Collaboration on The Pragmatic Web}, Proceedngs of the International Conference in The Pragmatic Web, 2007.
...
...
...
\end{thebibliography}
\end{document}


Pada daftar isi akan muncul sebagai berikut:


Pada daftar pustaka, akan muncul sebagai berikut:

Sitasi pada naskah akan tampak sebagai berikut:


Model pengelolaan seperti ini sebenarnya relatif sederhana, kekurangan utamanya adalah entri di daftar pustaka tidak terstruktur dan tidak praktis jika daftar pustaka itu akan digunakan di naskah / paper lain. Jika menggunakan cara ini dan akan membuat paper dengan daftar pustakan yang kurang lebih sama, maka bagian \thebibliography tersebut akan disalin ke dokumen lain. Solusi tersebut tidak memadai, boros, dan merepotkan. Selain itu, format yang digunakan adalah format angka sebagai hasil sitasi. Pada beberapa perguruan tinggi, biasanya diperlukan model lain seperti (penulis, tahun) atau dikenal juga dengan model Harvard. Bagian ini akan dibahas pada bagian berikutnya tentang natbib

0 comments:

Posting Komentar