education.yaml 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. # section information
  2. section:
  3. name: Education
  4. id: education
  5. template: sections/education.html # Use "sections/education-alt.html for alternate template.
  6. enable: true
  7. weight: 4
  8. showOnNavbar: true
  9. # Can optionally hide the title in sections
  10. # hideTitle: true
  11. degrees:
  12. - name: Ph.D in Quantum Cryptography
  13. icon: fa-microscope
  14. timeframe: 2016-2020
  15. institution:
  16. name: ABC University of Technology
  17. url: "#"
  18. grade: #(optional)
  19. scale: CGPA
  20. achieved: 3.6
  21. outOf: 4
  22. publications: #(optional)
  23. - title: Lorem ipsum dolor sit amet, consectetur adipiscing elit.
  24. url: "#"
  25. - title: Fusce eu augue ut odio porttitor pulvinar.
  26. url: "#"
  27. - title: Nullam vitae orci tincidunt purus viverra pulvinar.
  28. url: "#"
  29. - name: B.Sc. in Computer Science & Engineering
  30. icon: fa-graduation-cap
  31. timeframe: 2012-2016
  32. institution:
  33. name: University of XYZ
  34. url: "#"
  35. grade: #(optional)
  36. scale: CGPA
  37. achieved: 3.5
  38. outOf: 4
  39. takenCourses: #(optional)
  40. # if true, the courses will be rendered as a table otherwise it will render as a list and the grades will be hidden.
  41. showGrades: true
  42. courses:
  43. - name: Data Structures and Algorithm
  44. achieved: 3.75
  45. outOf: 4
  46. - name: Network Security
  47. achieved: 3.80
  48. outOf: 4
  49. - name: Operating System
  50. achieved: 3.5
  51. outOf: 4
  52. - name: Artificial Intelligent
  53. achieved: 3.75
  54. outOf: 4
  55. publications: #(optional)
  56. - title: Lorem ipsum dolor sit amet, consectetur adipiscing elit.
  57. url: "#"
  58. - title: Fusce eu augue ut odio porttitor pulvinar.
  59. url: "#"
  60. extracurricularActivities: #(optional)
  61. - In vitae facilisis est, eget porta sem.
  62. - Vestibulum consectetur lorem justo, at laoreet lorem feugiat et.
  63. - Duis sed massa feugiat, ornare justo et, aliquam est.
  64. - Pellentesque ut fringilla magna.
  65. - name: Higher Secondary School Certificate
  66. icon: fa-university
  67. timeframe: 2010-2012
  68. institution:
  69. name: MST College of Science
  70. url: "#"
  71. grade: #(optional)
  72. scale: GPA
  73. achieved: 5
  74. outOf: 5
  75. extracurricularActivities: #(optional)
  76. - In vitae facilisis est, eget porta sem.
  77. - Vestibulum consectetur lorem justo, at laoreet lorem feugiat et.
  78. - Duis sed massa feugiat, ornare justo et, aliquam est.
  79. - Pellentesque ut fringilla magna.
  80. - name: Secondary School Certificate
  81. icon: fa-school
  82. timeframe: 2005-2010
  83. institution:
  84. name: JK School of Science
  85. grade: #(optional)
  86. scale: GPA
  87. achieved: 4.5
  88. outOf: 5