Dartmouth ID Redesign

Now, I've done a fair amount of work in regards to the Dartmouth ID, but mainly in terms of duplicating/replicating it. I've made a fair amount of progress, and you can see some of the early work and the updates by clicking on the links. However, this article is about a possible redesign on the current ID. This is what the current ID look like.

Read More

Dartmouth Banner Redesign - Part 2 (Specific Breakdown)

Financial Aid Menu
Financial Aid Adjustment Survey Request
There are no currently available surveys.

Read More

Dartmouth Banner Redesign - Part 1 (The Problems)

Dartmouth currently uses an Ellucian product called Banner for the 'Student Information System'. From a UI standpoint, it's a nightmare. From a UX standpoint, it's even worse. First of all, the URL. The URL to access banner is https://banner.dartmouth.edu/banner/groucho/twbkwbis.P_WWWLoginWEBAUTH. One would think that https://banner.dartmouth.edu would redirect, and be a lot easier. But instead, that redirects to a 403 Forbidden page. Forbidden Page When you finally get to the site, you're greeted with this 'beautiful' and totally useful landing page. Landing Page The 'Help' link brings up a popup window that just says click on the Menu. The 'Site Map' link brings up the same menu options as clicking 'Undergraduate Student Main Menu'. Clicking that brings up one of the worst menus. Main Menu You'll notice that the links are almost in alphabetical order, which is infuriating. Now, a lot of these links aren't applicable, or available at certain times. The main ones are the following:

Read More

Router Setup

The way that I use my router is basically as an ethernet splitter, and to make my own wifi signal. In case anyone else has multiple devices in their room that need ethernet, this is a rough guide of how to set it up. These instructions are for the router I have, which is the Linksys WRT54G. Linksys WRT54G

Read More

Changing Meal System

The site where you can get information on meal swipes and that information has transferred from ManageMyID to CBORD's GET, along with the laundry machines. I've accordingly updated the Python script for scraping it, and it's accessible in the same location as last time.

Read More

Update on making DiD's

It seems like it would be pretty easy to make the ID's. The first thing you would need is a printer that has a CD/DVD printer tray. The Canon PIXMA MG7520, available here on Amazon for $200 would probably do. Then, you need an ID tray, one that will work with the printer, but replace the CD/DVD tray. That specific printer uses a type of tray referred to as 'Tray J'. You can buy an ID tray for Tray J type on this great site, brainstormidsupply.com. You can also buy Inkjet PVC cards there for relatively cheap. Finally, you need a template to print to. Using Photoshop, in Print Settings, you can choose Printable disc under media type, and Disc tray J under Printer Paper Size. Then, use a template for Tray J. I couldn't find one online, so I made one that's downloadable here for novelty purposes.

Read More

Mimicking the Dartmouth ID

Some of the things stated in the Dartmouth article I cited in the Dartmouth ID post weren't entirely accurate: it's not a 125kHz RFID tag in it, which is both a good thing and a bad thing. It's a bad thing in that I bought a RFID reader for 125kHz, and not 13.56 MHz, but a good thing in that it's a lot easier to write to a 13.56 MHz tag and thus clone it. NOTE FROM THE FUTURE: This is almost certainly not correct, and it's instead a 125kHz card, but with HID encoding, so that a normal 125kHz reader won't do it, you'll need one from HiD.

Read More

Accessing Meal Swipe Information (Python)

The app "The Ropes" for Dartmouth displays the swipes remaining and DBA on your account if given your ManageMyID information. I was curious as to how easily that could be replicated in Python, and then in my own app.

Read More

The Dartmouth ID

I was researching some aspects of RFID technology, when I wondered how the Dartmouth ID cards worked. They clearly have some sort of RFID tech in them, because they open up the doors to the buildings just by holding it near the reader. However, they also have a magnetic strip that's used for DA$H (meal swipes) and DBA. So I googled, and found ONE article from "The Dartmouth" in 2005 that shed some light, an article written during the resistance to putting RFID chips into US passports.

Read More

Ethernet Cables

Finally got around to buying some ethernet cables from The Computer Store. Now everything's wired up! The XBox, my computer, and the Raspberry Pi that hasn't been doing anything productive for the last month. The wireless network is still up though, which made it really easy to set up a floormates' printer. i don't see any reason to take it down, so for the mean time it'll remain up.

Read More