summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-07-02 19:57:44 +0000
committerKarl Berry <karl@freefriends.org>2021-07-02 19:57:44 +0000
commita449f2bac72ba0e839b94a0a40556314d9b86e73 (patch)
tree5c15211a8bbcfbe5c25bfd5f048bf3b0fedbc950 /Master/texmf-dist
parente5b2cc55062d5e10cec93313237e2a88ae53081a (diff)
bjfuthesis (2jul21)
git-svn-id: svn://tug.org/texlive/trunk@59809 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/latex/bjfuthesis/README.md2
-rw-r--r--Master/texmf-dist/doc/latex/bjfuthesis/example/thesis.lyx2
-rw-r--r--Master/texmf-dist/doc/latex/bjfuthesis/example/thesis.pdfbin5192032 -> 5192031 bytes
-rw-r--r--Master/texmf-dist/doc/latex/bjfuthesis/example/thesis.tex2
-rw-r--r--Master/texmf-dist/tex/latex/bjfuthesis/bjfuthesis.cls2
5 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/bjfuthesis/README.md b/Master/texmf-dist/doc/latex/bjfuthesis/README.md
index 7f8ce30d441..657d5bd880e 100644
--- a/Master/texmf-dist/doc/latex/bjfuthesis/README.md
+++ b/Master/texmf-dist/doc/latex/bjfuthesis/README.md
@@ -1,7 +1,7 @@
# 北京林业大学 (BJFU) 毕业论文模板 (LaTeX)
Copyright (C) 2021 Liu Changxin
-Version 1.2.0 (2021-06-21)
+Version 1.2.1 (2021-07-01)
## Abstract
This is a class file for producing dissertations and theses according to the Beijing Forestry University (BJFU) Guidelines for Undergraduate Theses and Dissertations.
diff --git a/Master/texmf-dist/doc/latex/bjfuthesis/example/thesis.lyx b/Master/texmf-dist/doc/latex/bjfuthesis/example/thesis.lyx
index f9e1c29eb7e..9c1ba84d643 100644
--- a/Master/texmf-dist/doc/latex/bjfuthesis/example/thesis.lyx
+++ b/Master/texmf-dist/doc/latex/bjfuthesis/example/thesis.lyx
@@ -334,7 +334,7 @@ status collapsed
\end_inset
-Knowledge graph, recommender system, Ripple Network, user preferences, movie
+knowledge graph, recommender system, ripple network, user preferences, movie
store
\begin_inset ERT
status collapsed
diff --git a/Master/texmf-dist/doc/latex/bjfuthesis/example/thesis.pdf b/Master/texmf-dist/doc/latex/bjfuthesis/example/thesis.pdf
index 4cf4a4be59b..ab18c71cd88 100644
--- a/Master/texmf-dist/doc/latex/bjfuthesis/example/thesis.pdf
+++ b/Master/texmf-dist/doc/latex/bjfuthesis/example/thesis.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/bjfuthesis/example/thesis.tex b/Master/texmf-dist/doc/latex/bjfuthesis/example/thesis.tex
index ca60a755e18..6cc0b28e899 100644
--- a/Master/texmf-dist/doc/latex/bjfuthesis/example/thesis.tex
+++ b/Master/texmf-dist/doc/latex/bjfuthesis/example/thesis.tex
@@ -19,7 +19,7 @@
This paper implements a recommendation algorithm, ``Ripple Network", based on knowledge graph. The core of the Ripple Network algorithm is to use the idea that the ripples produced by raindrops in real life continue to spread on the water surface to stimulate the spread of user preferences. For each user, Ripple Network uses its past preference as a seed set in the knowledge graph, and then continuously expands the user's preferences along the relationship path in the knowledge graph, and then discovers his hierarchical potential interests concerning a certain candidate item. Multiple ``ripples'' overlap to form the user preference distribution in the knowledge graph. Compared with previous model results of CKE, DKN, PER, etc., the experimental results of this algorithm show better performance. Using this algorithm, this paper designs and implements a recommendation system based on the movie knowledge graph. The system includes administrator users and general users. The administrator can add, edit and delete movies and users, and general users can browse, collect and purchase films. The system can provide users with an efficient movie recommendation function, which is convenient for users to choose movies that match their preferences.
\end{abstract}
-\keywordsen{Knowledge graph, recommender system, Ripple Network, user preferences, movie store}
+\keywordsen{knowledge graph, recommender system, ripple network, user preferences, movie store}
\tableofcontents
\mainmatter
\chapter{绪论}
diff --git a/Master/texmf-dist/tex/latex/bjfuthesis/bjfuthesis.cls b/Master/texmf-dist/tex/latex/bjfuthesis/bjfuthesis.cls
index 86b1ac4ca98..d9b081d3761 100644
--- a/Master/texmf-dist/tex/latex/bjfuthesis/bjfuthesis.cls
+++ b/Master/texmf-dist/tex/latex/bjfuthesis/bjfuthesis.cls
@@ -23,7 +23,7 @@
\def\keywords@label@zh{关键词:}
\def\keywords@label@en{Keywords: }
\def\chartnote@label{注:}
-\ProvidesClass{bjfuthesis}[2021/06/21 A thesis class for Beijing Forestry University]
+\ProvidesClass{bjfuthesis}[2021/07/01 A thesis class for Beijing Forestry University]
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{ctexbook}}
\ProcessOptions*
\LoadClass[a4paper,oneside,fontset=none]{ctexbook}