Giter Club home page Giter Club logo

barcode_bank's Introduction

Landing page for Zotbins project (https://zotbins.github.io/)

Includes

  • About us for the student team (ZerO Waste Anteaters or ZOWA)
  • Links to our blog and social media (YouTube, Instagram, etc)
  • Who our current team members are
  • Who our research advisors are
  • Who our project mentors are
  • Who our alumni are
  • Miscellaneous photos from Instagram
  • Our project partners

How to Update Team Members, Mentors, and Research Advisors

  • To update the ZotBins members shown in the Team page, go to js/populateAlumni.js, js/populateMentors.js, js/populateResearchAdvistors.js, and js/populateTeamMembers.js
    • To add a team member, go to js/populateTeamMembers.js
    • If a team member is no longer affiliated with ZotBins, move their data from js/populateTeamMembers.js to js/populateAlumni.js
  • Inside those files, you will find an array of objects where each object corresponds to one member. The object adheres to a schema specified in the top of the file.

Notes

  • I recommend running a prettify script to make sure the code is tidy and neat

barcode_bank's People

Contributors

patrickanguyen avatar

Watchers

 avatar  avatar

barcode_bank's Issues

Script to remove duplicate barcodes

We need a script to take two CSV files - the original CSV & the CSV with the rows that should be removed. The script should create a brand new CSV with the contents of the original CSV without the rows in the second CSV.

Mandatory Requirements

  • Create a new CSV
  • Remember big O notation because the input size can be really large
  • Do error checking and return an error if the files do not exist

Script to find duplicate barcodes

The barcode CSV could have duplicates due to user input errors. We need a script to parse through the CSV given to us and create a new CSV with just the duplicates.

Mandatory Requirements

  • Accept a CSV file as an input
  • Parse through CSV and return the rows of both duplicates (see below for example)
  • After finding the duplicates, the rows should be written to a new CSV
  • The input CSV should remain unchanged after the execution of the script
  • Remember Big O Notation because the number of rows is in the 10,000's

If you have two duplicate barcodes like:
0002982, Water Bottle, Recycle
0002982, Chips, Landfill

Both "Water Bottle" and "Chips" should be recorded, so you should put barcodes that have been checked in like a dictionary, and when you find a duplicate, return both the barcode you just found and also the one in the dictionary.

Optional Requirements

  • Rank the duplicate barcodes by the severity of the differences
  • EX: (Tier 1: Barcodes with different disposal bin, Tier 2: Barcodes with different names with same disposal bin, Tier 3: Barcodes with very similar names and same disposal bin)
  • Create a progress bar, so we know the script is still running and how many rows are left

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.