12345678910111213141516171819202122
export default { name: 'Qy Deng', nickname: 'Ayase Niconi', e_mail: '[email protected]', education: { master: { school: 'Beijing Institute of Technology', status: 'pursuing' major: 'Control Science and Engineering' }, bachelor: { school: 'Beijing Institute of Technology', status: 'finished', major: 'Automation', } }, skills: { programmingLanguages: ['JavaScript', 'Python'] interestedFields: ['Web Development', 'Machine Learning'] }, hobbies: ['Anime', 'Cycling']}