Advertisement
Guest User

Untitled

a guest
Jan 15th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 3.13 KB | None | 0 0
  1. \begin{figure}[H]
  2. \centering
  3. \begin{ganttchart}[
  4.    y unit title=0.6cm,
  5.    y unit chart=0.6cm,
  6.    vgrid={*1{draw=black!5, line width=.75pt}},
  7. ]{1}{20}
  8. \gantttitle[]{2017}{7}
  9. \gantttitle[]{2018}{13} \\
  10. \gantttitlelist{46,...,52}{1}
  11. \gantttitlelist{1,..., 13}{1} \\
  12. \ganttgroup{Report}{1}{20} \\
  13. \ganttbar{Planning report}{1}{2} \\
  14. \ganttlinkedbar{Halftime report}{2}{10} \\
  15. \ganttlinkedbar{Final report}{10}{19} \\
  16. \ganttgroup{Literature Review}{1}{3} \\
  17. \ganttbar[name=review]{Review Papers}{1}{2} \\
  18. \ganttbar[name=usecases]{Identify Use Cases}{2}{3} \\
  19.  
  20. \ganttgroup{Iteration 1}{3}{8} \\
  21. \ganttbar[name=1algo]{Define Algorithm}{3}{5} \\
  22. \ganttbar[name=1implement]{Implementation}{6}{7} \\
  23. \ganttbar[name=1eval]{Evaluation}{8}{8} \\
  24. \ganttmilestone[name=1proto]{First Prototype}{8} \ganttnewline
  25. \ganttgroup{Iteration 2}{9}{13} \\
  26. \ganttbar[name=2algo]{Define Algorithm}{9}{10} \\
  27. \ganttbar[name=2implement]{Implementation}{11}{12} \\
  28. \ganttbar[name=2eval]{Evaluation}{13}{13} \\
  29. \ganttmilestone[name=1proto]{Second Prototype}{13} \ganttnewline
  30. \ganttgroup{Iteration 3}{14}{18} \\
  31. \ganttbar[name=3algo]{Define Algorithm}{14}{15} \\
  32. \ganttbar[name=3implement]{Implementation}{16}{17} \\
  33. \ganttbar[name=3eval]{Evaluation}{18}{18} \\
  34. \ganttmilestone[name=1proto]{Final Prototype}{18} \ganttnewline
  35.  
  36. % \ganttgroup{Algorithm}{2}{5} \\
  37. % \ganttbar[name=rparsing]{Research SQL Parsing}{2}{3} \\
  38. % \ganttbar[name=rdeps]{Research Dependency Tracking}{2}{3} \\
  39. % \ganttbar[name=rusecase]{Research Use Cases}{2}{3} \\
  40. % \ganttbar[name=devalg]{Develop Algorithm}{4}{5} \\
  41. % \ganttmilestone[name=algdef]{Algorithm defined}{5} \ganttnewline
  42. % \ganttlink[link mid=0.84]{rparsing}{devalg}
  43. % \ganttlink[link mid=0.75]{rdeps}{devalg}
  44. % \ganttlink[link mid=0.5]{rusecase}{devalg}
  45. % \ganttlink{devalg}{algdef}
  46.  
  47. % \ganttgroup{Library}{6}{13} \\
  48. % \ganttbar[name=iparsing]{Implement SQL Parsing}{6}{10} \\
  49. % \ganttbar[name=ideps]{Implement Dependency Tracking}{6}{10} \\
  50. % \ganttbar[name=integration]{Integration with existing platform}{10}{13} \\
  51. % \ganttmilestone[name=readyeval]{Ready for evaluation}{13} \ganttnewline
  52. % \ganttlink[link mid=0.75]{iparsing}{integration}
  53. % \ganttlink[link mid=0.5]{ideps}{integration}
  54. % \ganttlink{integration}{readyeval}
  55.  
  56. % \ganttgroup{Evaluation}{14}{17} \\
  57. % \ganttbar[name=iworkloads]{Identify workloads}{14}{16} \\
  58. % \ganttbar[name=setuptest]{Setup test environment}{14}{16} \\
  59. % \ganttbar[name=runtest]{Run tests}{16}{17} \\
  60. % \ganttlink[link mid=0.75]{iworkloads}{runtest}
  61. % \ganttlink[link mid=0.5]{setuptest}{runtest}
  62.  
  63. \ganttgroup{Seminars}{1}{11} \\
  64. \ganttbar{Seminar 1}{1}{1} \\
  65. \ganttbar{Industry Collaboration}{10}{10} \\
  66. \ganttbar{Seminar 2}{11}{11} \\
  67.  
  68. \ganttgroup{Presentation}{19}{20} \\
  69. \ganttbar{Attend thesis presentation 1}{19}{19} \\
  70. \ganttbar{Attend thesis presentation 2}{20}{20} \\
  71. \ganttbar{Opposition}{20}{20} \\
  72. \ganttbar{Oral presentation}{20}{20} \\
  73.  
  74. %\ganttbar{Task 1}{1}{2} \\
  75. %\ganttlinkedbar{Task 2}{3}{7} \ganttnewline
  76. %\ganttmilestone{Milestone}{7} \ganttnewline
  77. %\ganttbar{Final Task}{8}{12}
  78. %\ganttlink{elem2}{elem3}
  79. %\ganttlink{elem3}{elem4}
  80. \end{ganttchart}
  81. \end{figure}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement