the internet. • We want to reach a wide user base: grade schoolers and researchers alike. • We need factual content as well as interactive tools. • Unlike old websites, new technological developments can raise the level of interactivity.
Elements is...well, a table. • Most categorical information has been already tabulated and is easily accessible. • Finite number of items = all categorical information can be found in something small, such as an excel file.
easy. • Varies from website to website, most times in formats that are not easily scrapable. • Experimented with Python Scrapy, but results varied when first implemented.
system of string matching based on Lexeme formation. • Lexeme - A basic unit of Language; used as an abstract unit. • System breaks a query into lexemes, searches them against a list of lexemes in the website. • Treats all inputs as strings, including numbers. • Requires: ◦ Creation of a list of lexemes - termed the “document” ◦ Has issues with some words: He, She, It, Is, That, The, etc. are not lexemes and are removed from queries. ◦ Numbers must be exact.
◦ Great UI! Looks professional. ◦ Easy to navigate. • What did we learn from their website? ◦ Angular is awesome! ◦ Fun Runs look really fun! • What can they do better? ◦ Image heavy. Could be faster. • What puzzles us about their website? ◦ Apiary out of date. Confused us until we figured out it was under /api/.
We covalently bonded as a team! ◦ Optimized for images! • What did we learn? ◦ We learned all the technologies as a group, teaching each other as we went. ◦ The logistics of working in a large group (workflow, delegating tasks, ect.) • What can we do better? ◦ More content. More ways to express the information in our database (more charts, ect.) ◦ Periodic table on home screen is not responsive. • What puzzles us? ◦ “He” ◦ Logan’s picture in the about page.