summaryrefslogtreecommitdiff
path: root/thesis.bib
diff options
context:
space:
mode:
Diffstat (limited to 'thesis.bib')
-rw-r--r--thesis.bib19
1 files changed, 19 insertions, 0 deletions
diff --git a/thesis.bib b/thesis.bib
new file mode 100644
index 0000000..ac5b0c9
--- /dev/null
+++ b/thesis.bib
@@ -0,0 +1,19 @@
+@article{test-en,
+ author = {Author},
+ title = {Title},
+ type = {J},
+ journal = {Journal},
+ date = {2014-04-01},
+ language = {english},
+}
+
+@article{test-zh,
+ author = {作者},
+ title = {标题},
+ type = {J},
+ journal = {期刊},
+ date = {2014-04-01},
+ language = {chinese},
+}
+
+% vim:ts=4:sw=4