Difference between revisions of "Initial Sort of Library"
Jump to navigation
Jump to search
m |
m (→The Flow Chart) |
||
Line 12: | Line 12: | ||
is_magazine [label="Is it a\nMAGAZINE?"] | is_magazine [label="Is it a\nMAGAZINE?"] | ||
is_oreilly [label="Is it\npublished by O'REILLY?"] | is_oreilly [label="Is it\npublished by O'REILLY?"] | ||
− | is_db [label="Is it | + | is_db [label="Is it\nabout one of\nthe DATABASES?"] |
− | is_language [label="Is it | + | is_language [label="Is it\nabout one of\nthe LANGUAGES?"] |
is_linux [label="Does it say\nLINUX\nin the title?"] | is_linux [label="Does it say\nLINUX\nin the title?"] | ||
is_cert [label="Is it a\nCERTIFICATION PREP\nbook?"] | is_cert [label="Is it a\nCERTIFICATION PREP\nbook?"] | ||
− | is_computer [label="Do you | + | is_computer [label="Do you\nthink it's\nabout computers?"] |
− | is_elect [label="Is it about | + | is_elect [label="Is it about\nelectronics\nor related hardware?"] |
− | sort_magazine [label="Sort magazines | + | sort_magazine [label="Sort magazines\nby title\nthen by date.\nFile in MAGAZINES.", shape="box", style="bold"] |
− | sort_oreilly [label="Sort O'Reilly Books | + | sort_oreilly [label="Sort O'Reilly Books\nby color\nthen by title.\nFile in O'REILLY.", shape="box", style="bold"] |
− | sort_db [label="Sort database books | + | sort_db [label="Sort database books\nby database\nthen by title.\nFile in DATABASES.", shape="box", style="bold"] |
sort_language [label="Sort by language\nthen by title.\nFile by LANGUAGE.", shape="box", style="bold"] | sort_language [label="Sort by language\nthen by title.\nFile by LANGUAGE.", shape="box", style="bold"] | ||
sort_not_computer [label="Sort by title.\nFile in NON-COMPUTER.", shape="box", style="bold"] | sort_not_computer [label="Sort by title.\nFile in NON-COMPUTER.", shape="box", style="bold"] |
Revision as of 16:06, 18 August 2007
This initial sort of the library books is being done so we can easily find duplicate items and remove unwanted duplicates. It will also give us an initial idea about what types of books we have in stock. Once this is done, we might look at the miscellaneous section and tweak this sort.
The Flow Chart
Once all the current books are sorted this far, we can find and remove unwanted duplicates and ask experts to thin down the selection of certain types of books. Then we can catalog the books in the software, label, and re-organize as necessary.
Databases
- Access
- Paradox
- Oracle
- SQL
- DB2
Languages
- algal
- awk
- bash
- C#
- C++
- Delphi
- Fortran
- HTML
- Java
- Javascript
- ksh
- LISP
- PHP
- Perl
- Python
- Ruby