projects.yaml 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. # informazioni sulla sezione
  2. section:
  3. name: Progetti
  4. id: projects
  5. enable: true
  6. weight: 4
  7. showOnNavbar: true
  8. # Se lo desideri, puoi nascondere i titoli nelle sezioni
  9. # hideTitle: true
  10. # pulsanti usati per il filtro
  11. buttons:
  12. - name: Tutti
  13. filter: "tutti"
  14. - name: Professionali
  15. filter: "professionali"
  16. - name: Accademici
  17. filter: "accademici"
  18. - name: Hobby
  19. filter: "hobby"
  20. # i tuoi progetti
  21. projects:
  22. - name: Kubernetes
  23. logo: /images/sections/projects/kubernetes.png
  24. role: Contributore
  25. timeline: "Marzo 2018 - Presente"
  26. repo: https://github.com/kubernetes/kubernetes # Inserisci questo link se il tuo progetto è un repository pubblico su GitHub. Verrano visualizzate le stelle per il conteggio.
  27. #url: "" # Se il tuo progetto non ha un repository pubblico ma un sito web o un link esterno inseriscilo qui. Non inserire entrambi i campii "repo" che "url".
  28. summary: Production-Grade Container Scheduling and Management.
  29. tags: ["professionale", "kubernetes", "cloud"]
  30. - name: Tensorflow
  31. logo: /images/sections/projects/tensorflow.png
  32. role: Sviluppatore
  33. timeline: "Giugno 2018 - Presente"
  34. repo: https://github.com/tensorflow/tensorflow
  35. #url: ""
  36. summary: An Open Source Machine Learning Framework for Everyone.
  37. tags: ["professionale", "machine-learning","accademico"]
  38. - name: Un esempio di paper scientifico
  39. role: Leader del gruppo di ricerca
  40. timeline: "Gen 2017 - Nov 2017"
  41. url: "https://www.example.com"
  42. summary: Lorem ipsum dolor sit amet consectetur adipisicing elit. Sapiente eius reprehenderit animi suscipit autem eligendi esse amet aliquid error eum. Accusantium distinctio soluta aliquid quas placeat modi suscipit eligendi nisi.
  43. tags: ["accademico","iot"]
  44. - name: Nocode
  45. logo: /images/sections/projects/no-code.png
  46. role: Niente
  47. timeline: "Ott 2019 - Dic 2019"
  48. repo: https://github.com/kelseyhightower/nocode
  49. #url: ""
  50. summary: Il modo migliore di scrivere applicazioni sicure ed affidabile. Non scrivere nulla; non distribuire nulla.
  51. tags: ["hobby", "divertimento"]
  52. - name: Toha
  53. logo: /images/sections/projects/toha.png
  54. role: Proprietario
  55. timeline: "Giu 2019 - Presente"
  56. repo: https://github.com/hossainemruz/toha
  57. summary: Un tema Hugo per il blog personale.
  58. tags: ["hobby","hugo","tema","professionale"]