@@ -649,6 +649,51 @@ const publicationsHeader = {
649649 avatar_image_path : "projects_image.svg" ,
650650} ;
651651
652+ const publications = {
653+ data : [
654+ {
655+ id : "MDEwOlJlcG9zaXRvcnkyNDU0NjcyNzQ=" ,
656+ name : "Artificial Intelligence Paper" ,
657+ createdAt : "2020-03-06T16:26:54Z" ,
658+ description : "Paper Written on Artificial Intelligence published in xyz " ,
659+ url :
660+ "https://www.andrewng.org/publications/building-high-level-features-using-large-scale-unsupervised-learning/" ,
661+ } ,
662+ {
663+ id : "MDEwOlJlcG9zaXRvcnkyNDU0NjcyNzi=" ,
664+ name : "Artificial Intelligence Paper" ,
665+ createdAt : "2020-03-06T16:26:54Z" ,
666+ description : "Paper Written on Artificial Intelligence published in xyz " ,
667+ url :
668+ "https://www.andrewng.org/publications/building-high-level-features-using-large-scale-unsupervised-learning/" ,
669+ } ,
670+ {
671+ id : "MDEwOlJlcG9zaXRvcnkyNDU0NjcyNze=" ,
672+ name : "Artificial Intelligence Paper" ,
673+ createdAt : "2020-03-06T16:26:54Z" ,
674+ description : "Paper Written on Artificial Intelligence published in xyz " ,
675+ url :
676+ "https://www.andrewng.org/publications/building-high-level-features-using-large-scale-unsupervised-learning/" ,
677+ } ,
678+ {
679+ id : "MDEwOlJlcG9zaXRvcnkyNDU0NjcyNzt=" ,
680+ name : "Artificial Intelligence Paper" ,
681+ createdAt : "2020-03-06T16:26:54Z" ,
682+ description : "Paper Written on Artificial Intelligence published in xyz " ,
683+ url :
684+ "https://www.andrewng.org/publications/building-high-level-features-using-large-scale-unsupervised-learning/" ,
685+ } ,
686+ {
687+ id : "MDEwOlJlcG9zaXRvcnkyNDU0NjcyNzb=" ,
688+ name : "Artificial Intelligence Paper" ,
689+ createdAt : "2020-03-06T16:26:54Z" ,
690+ description : "Paper Written on Artificial Intelligence published in xyz " ,
691+ url :
692+ "https://www.andrewng.org/publications/building-high-level-features-using-large-scale-unsupervised-learning/" ,
693+ } ,
694+ ] ,
695+ } ;
696+
652697// Contact Page
653698const contactPageData = {
654699 contactSection : {
@@ -689,5 +734,6 @@ export {
689734 experience ,
690735 projectsHeader ,
691736 publicationsHeader ,
737+ publications ,
692738 contactPageData ,
693739} ;
0 commit comments