Guest User

Untitled

a guest
Feb 20th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. documentclass[sigconf]{acmart}
  2.  
  3. usepackage{booktabs} % For formal tables
  4. usepackage{tikz}
  5. usepackage{tikz-qtree}
  6. usepackage{pgfplots}
  7. usetikzlibrary{patterns,shapes}
  8.  
  9. usepackage{caption}
  10. usepackage[inline]{enumitem}
  11. usepackage{mathtools}
  12. usepackage{multirow}
  13. usepackage{subfigure}
  14. usepackage{subfloat}
  15. usepackage[linesnumbered,ruled,vlined]{algorithm2e}
  16. usepackage[noend]{algpseudocode}
  17. usepackage{color}
  18. usepackage{amsmath,bm}
  19. usepackage{url}
  20. usepackage{amssymb}
  21. setcounter{tocdepth}{3}
  22.  
  23. setlength{algomargin}{5ex}
  24. pgfplotsset{compat=1.5}
  25.  
  26.  
  27. % Copyright
  28. %setcopyright{none}
  29. %setcopyright{acmcopyright}
  30. %setcopyright{acmlicensed}
  31. setcopyright{rightsretained}
  32. %setcopyright{usgov}
  33. %setcopyright{usgovmixed}
  34. %setcopyright{cagov}
  35. %setcopyright{cagovmixed}
  36.  
  37.  
  38. % DOI
  39. acmDOI{}
  40.  
  41. % ISBN
  42. acmISBN{}
  43.  
  44. %Conference
  45. acmConference[]{}{}{}
  46. acmYear{}
  47. copyrightyear{}
  48. acmPrice{}
  49.  
  50.  
  51.  
  52. begin{document}
  53. title{}
  54.  
  55. newcommand*{affmark}[1][*]{textsuperscript{#1}}
  56.  
  57. author{
  58. }
  59.  
  60. affiliation{
  61. institution{affmark[*]}
  62. institution{ affmark[dag]}
  63. institution{ affmark[ddag]}vspace{0.05in}
  64. }
  65.  
  66. email{
  67. {}
  68. }
  69.  
  70. renewcommand{shortauthors}{Zhu Sun et al.}
  71.  
  72. begin{abstract}
  73. end{abstract}
  74.  
  75. %
  76. % The code below should be generated by the tool at
  77. % http://dl.acm.org/ccs.cfm
  78. % Please copy and paste the code instead of the example below.
  79. %
  80. begin{CCSXML}
  81. <ccs2012>
  82. <concept>
  83. <concept_id>10002951.10003227.10003351.10003269</concept_id>
  84. <concept_desc>Information systems~Collaborative filtering</concept_desc>
  85. <concept_significance>500</concept_significance>
  86. </concept>
  87. <concept>
  88. <concept_id></concept_id>
  89. <concept_desc></concept_desc>
  90. <concept_significance>300</concept_significance>
  91. </concept>
  92. </ccs2012>
  93. end{CCSXML}
  94.  
  95. ccsdesc[500]{Information systems~Collaborative filtering}
  96. ccsdesc[300]{Information systems~Online shopping}
  97.  
  98. % We no longer use terms command
  99. %terms{Theory}
  100.  
  101. keywords{Ranking Recommendation,
  102. user experience, multiple feedback}
  103.  
  104.  
  105. maketitle
  106.  
  107. input{Sections/intro}
  108.  
  109. input{Sections/related}
  110.  
  111. input{Sections/method}
  112.  
  113. input{Sections/results}
  114.  
  115. input{Sections/conclusion}
  116.  
  117. %clearpage
  118. %newpage
  119.  
  120. bibliographystyle{ACM-Reference-Format}
  121. bibliography{Sections/umap}
  122.  
  123. end{document}
Add Comment
Please, Sign In to add comment