8:00 – 5:00 SR
- Filled out contact info for Steve
- The stricter trust chain did not work. I had Ronda go back to the looser one.
- Fixed attraction/repulsion/linkScalar it’s 1.0, 10.0, 10.0 for defaults
- Ran into a weirdness with <input type=”range> and browsers. Chrome is fine. FF and Chrome have differing default widths and margin/padding. Had to add the following to get all ranges to work similarly:
.forceRange{ position: absolute; width: 120px; right: 10px; margin: 0px; padding: 5px; z-index: 2; } - Back to figuring out the AlchemyNews API. Blew up the limit again, being careful. I think that the news API, aside from behaving poorly (things like ‘&q.enriched.url.concepts.concept.relevance=0.9’ don’t work). Think I’m going to add more user interaction and less machine learning. Store it all for later page ranking?
