๐ Hello there! I'm Noa Prada Schnor! I currently harness my expertise as a Food Data Scientist and am advancing my skills by pursuing a Master's in Software Design with Machine Learning.
class NoaPradaSchnor:
def __init__(self):
self.username = 'npradaschnor'
self.full_name = 'Noa Prada Schnor'
self.roles = ['Self-Motivated Learner', 'Food Data Scientist']
self.education = {
'PhD': 'Food and Nutrition',
'MSc': 'Food and Nutrition',
'Diploma': 'Data Analytics',
'Current Study': "Master's in Software Design with Machine Learning",
'Alma Mater': 'Galway-Mayo Institute of Technology'
}
self.contact_info = {
'LinkedIn': 'https://www.linkedin.com/in/npradaschnor/',
'Email': 'npradaschnor@gmail.com'
}
self.location = 'Ireland'
self.languages = {
'Portuguese': 'Native',
'English': 'Advanced'
}
def __str__(self):
return self.full_name
if __name__ == '__main__':
me = NoaPradaSchnor()
print(str(me))
๐ฌ Get in Touch! Feel free to reach out!
๐ค Contribute If you're interested in any of my projects or have educational material that could use an extra pair of eyes, I'd love to collaborate!
๐ Latest Publication
<publication>
<article>
<title> Modelling the public health benefits of fibre fortification in the Chinese population through food reformulation </title>
<journal> BMJ Open </journal>
<year> 2024 </year>
<doi> https://bmjopen.bmj.com/content/bmjopen/14/5/e079924.full.pdf </doi>
</article>