summaryrefslogtreecommitdiff
path: root/macros/xetex/latex/simple-thesis-dissertation/Thesis.bib
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/xetex/latex/simple-thesis-dissertation/Thesis.bib
Initial commit
Diffstat (limited to 'macros/xetex/latex/simple-thesis-dissertation/Thesis.bib')
-rw-r--r--macros/xetex/latex/simple-thesis-dissertation/Thesis.bib135
1 files changed, 135 insertions, 0 deletions
diff --git a/macros/xetex/latex/simple-thesis-dissertation/Thesis.bib b/macros/xetex/latex/simple-thesis-dissertation/Thesis.bib
new file mode 100644
index 0000000000..388fe3e144
--- /dev/null
+++ b/macros/xetex/latex/simple-thesis-dissertation/Thesis.bib
@@ -0,0 +1,135 @@
+%% EXAMPLE: TYPICAL JOURNAL ARTICLE
+
+@article{IEEEexample:article_typical,
+ author = "S. Zhang and C. Zhu and J. K. O. Sin and P. K. T. Mok",
+ title = "A Novel Ultrathin Elevated Channel Low-temperature Poly-{Si} {TFT}",
+ journal = "Journal Name",
+ volume = "20",
+ month = nov,
+ year = "1999",
+ pages = "569-571"
+}
+
+%% EXAMPLE: TYPICAL PAPER IN CONFERENCE PROCEEDINGS
+
+@inproceedings{IEEEexample:conf_typical,
+ author = "R. K. Gupta and S. D. Senturia",
+ title = "Pull-in Time Dynamics as a Measure of Pull-in Time Dynamics as a Measure of Absolute Pressure",
+ booktitle = "Proc. {IEEE} International Workshop on Microelectromechanical Systems ({MEMS})",
+ address = "Nagoya, Japan",
+ month = jan,
+ year = "1997",
+ pages = "290-294"
+}
+
+%% EXAMPLE: TYPICAL BOOK
+
+@book{IEEEexample:book_typical,
+ author = "B. D. Cullity",
+ title = "Introduction to Magnetic Materials",
+ publisher = "Addison-Wesley",
+ address = "Reading, MA",
+ year = "1972"
+}
+
+%% OTHER FAKE EXAMPLES
+
+@article{Examples:Journal01,
+ author = "J. Doe and A. B. Charles and X. Y. Zane",
+ title = "This is the title of the article",
+ journal = "This is the Journal Name",
+ volume = "11",
+ month = mar,
+ year = "2006",
+ pages = "13-15"
+}
+
+@article{Examples:Journal02,
+ author = "J. Doe and A. B. Charles and X. Y. Zane",
+ title = "This is the title of the article",
+ journal = "This is the Journal Name",
+ volume = "12",
+ month = jun,
+ year = "2007",
+ pages = "103-110"
+}
+
+@article{Examples:Journal03,
+ author = "J. Doe and A. B. Charles and X. Y. Zane",
+ title = "This is the title of the article",
+ journal = "This is the Journal Name",
+ volume = "13",
+ month = apr,
+ year = "2008",
+ pages = "123-130"
+}
+
+@article{Examples:Journal04,
+ author = "J. Doe and A. B. Charles and X. Y. Zane",
+ title = "This is the title of the article",
+ journal = "This is the Journal Name",
+ volume = "14",
+ month = sep,
+ year = "2009",
+ pages = "143-150"
+}
+
+@article{Examples:Journal05,
+ author = "J. Doe and A. B. Charles and X. Y. Zane",
+ title = "This is the title of the article",
+ journal = "This is the Journal Name",
+ volume = "12",
+ month = dec,
+ year = "2010",
+ pages = "1123-1130"
+}
+
+@inproceedings{Examples:Conference01,
+ author = "A. Bo and C. Deng and E. Fang and G. Huang and J. Koh and L. Meng and N. Ong",
+ title = "This is the title of the conference paper about {TFT} and {MySQL}",
+ booktitle = "Proc. {IEEE} International Conference on Many Topics ({ICMT})",
+ address = "Las Vegas, Nevada, USA",
+ month = jan,
+ year = "1993",
+ pages = "290-294"
+}
+
+@inproceedings{Examples:Conference02,
+ author = "A. Bo and C. Deng and E. Fang and G. Huang and J. Koh and L. Meng and N. Ong",
+ title = "This is the title of the conference paper about {TFT} and {MySQL}",
+ booktitle = "Proc. {IEEE} International Conference on Many Topics ({ICMT})",
+ address = "Las Vegas, Nevada, USA",
+ month = oct,
+ year = "1994",
+ pages = "190-194"
+}
+
+@inproceedings{Examples:Conference03,
+ author = "A. Bo and C. Deng and E. Fang and G. Huang and J. Koh and L. Meng and N. Ong",
+ title = "This is the title of the conference paper about {TFT} and {MySQL}",
+ booktitle = "Proc. {IEEE} International Conference on Many Topics ({ICMT})",
+ address = "Las Vegas, Nevada, USA",
+ month = feb,
+ year = "1995",
+ pages = "90-94"
+}
+
+@inproceedings{Examples:Conference04,
+ author = "A. Bo and C. Deng and E. Fang and G. Huang and J. Koh and L. Meng and N. Ong",
+ title = "This is the title of the conference paper about {TFT} and {MySQL}",
+ booktitle = "Proc. {IEEE} International Conference on Many Topics ({ICMT})",
+ address = "Las Vegas, Nevada, USA",
+ month = aug,
+ year = "1996",
+ pages = "1290-1294"
+}
+
+@inproceedings{Examples:Conference05,
+ author = "A. Bo and C. Deng and E. Fang and G. Huang and J. Koh and L. Meng and N. Ong",
+ title = "This is the title of the conference paper about {TFT} and {MySQL}",
+ booktitle = "Proc. {IEEE} International Conference on Many Topics ({ICMT})",
+ address = "Las Vegas, Nevada, USA",
+ month = nov,
+ year = "1997",
+ pages = "2290-2294"
+} \ No newline at end of file