Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Census Reporter

Make it easier to understand Census data.
Collective - Host: opensource - https://opencollective.com/censusreporter - Website: https://censusreporter.org/ - Code: https://github.com/censusreporter

handle unicode queries. fixes #189

github.com/censusreporter/censusreporter - ad5e056b16e2cbd85e0f5478630b878fca824161 authored over 8 years ago
add constraint. I'm uncomfortable with the number of different places we have mapbox URLs but not sure how to fix right now. Fixes #188

github.com/censusreporter/censusreporter - 5ebc42a5d555dd89abca3ffded4ae05eaf9512a6 authored over 8 years ago
Merge branch 'master' into full-text-search

github.com/censusreporter/censusreporter - 8f656a570e911956fec0efd044988045a60ec941 authored over 8 years ago
Merge branch 'master' into full-text-search

github.com/censusreporter/censusreporter - e21c274d8a80129298796f3f26d993b093aba914 authored over 8 years ago
Merge pull request #186 from censusreporter/fix-dead-links

Fix incorrect table information on topic pages

github.com/censusreporter/censusreporter - 5b302c762c5783e42079b883adace058f83de8ba authored over 8 years ago
Modify error handling

Requests that return a 404 error code should raise a 404 error
code. Others can continue raising...

github.com/censusreporter/censusreporter - d9e51b903f9aee76c7a664d5dae9371a30f4001d authored over 8 years ago
Change certain error codes from 400 to 404

Changed certain error codes from 400 to 404 to better reflect what
is actually happening (i.e., ...

github.com/censusreporter/census-api - 614475212fcfc0466aa664d0c6ebae8fa6cf3a59 authored over 8 years ago
Redirect PR tables w/o core table to first iteration

See #185. PR tables without a core table should redirect to the
first iteration, similarly to ho...

github.com/censusreporter/censusreporter - 3ae37f467891d5c268ce38a59721c62ecb499eae authored over 8 years ago
Remove faulty annotations for racial iterations

See #185

github.com/censusreporter/censusreporter - 24ff0e297c131ed64ab2b2c43df69b3d5153ae6f authored over 8 years ago
Fix logic for finding dead tables

github.com/censusreporter/census-api - 47fada94a1d6a9836a381e2212f924389d8bf09a authored over 8 years ago
Remove faulty "collapsed table" annotations

Some tables have a double dagger listed next to them, denoting that
a collapsed version exists. ...

github.com/censusreporter/censusreporter - 323a1daf498aa5f71f12edd09dd8edb2ef23972d authored over 8 years ago
Lookup annotations for other table versions

This script now reads the annotations next to each table code (thanks
to the modifications to to...

github.com/censusreporter/census-api - 7412ef72f539f51fa5231d8bb09478f199364803 authored over 8 years ago
Fix order of returned result

github.com/censusreporter/census-api - 0693e8b68668c8f05181328b209625b21052bb3b authored over 8 years ago
Detect and parse annotations to table codes

Modify topic_scraper.py to detect annotations to table codes. This
searches the characters after...

github.com/censusreporter/census-api - f7ef676e72f182a5362f254a37711d62b5b81fdb authored over 8 years ago
Merge remote-tracking branch 'origin/master' into fix-dead-links

Add all of the full text search changes (which were just deployed) into
the feature branch

github.com/censusreporter/censusreporter - 30f10f60fc41a0d31665d9c34c7647a30d08773b authored over 8 years ago
Fix search button link

github.com/censusreporter/censusreporter - fc75de94d2cfe7c4e7ad499af77d9028c42751b7 authored over 8 years ago
don't commit change to API_URL

github.com/censusreporter/censusreporter - 454952164fd3129ca8decea656b5a363662ea1b3 authored over 8 years ago
parameterize API_URL for full-text-search

github.com/censusreporter/censusreporter - 1cae261c340334fe4e0d65391abfe5a51c7cf96e authored over 8 years ago
Merge branch 'full-text-search'

github.com/censusreporter/censusreporter - 41c97191f941b90bd28e0bff4ef7c5d2245a656d authored over 8 years ago
Merge branch 'full-text-search'

github.com/censusreporter/census-api - 9a33ab71c59d6bbc26b8ca262a815d32bb93cfcd authored over 8 years ago
Merge branch 'full-text-search' of github.com:censusreporter/census-api into full-text-search

github.com/censusreporter/census-api - 82f75590f2af4887bdac0b9138641ccdf1d5b6c8 authored over 8 years ago
Places location results after other results.

Fixes #183

github.com/censusreporter/censusreporter - 0fdb9b6c9d952a33ad65eed9f63c169ba6304f7a authored over 8 years ago
Fix location label (Fix #180)

The location label, when access from the autosuggest or the
search results page, no longer shows...

github.com/censusreporter/censusreporter - 858abc540b229f1436529736b3173be02f32bfc0 authored over 8 years ago
Add HTMLStripper class to remove HTML tags

The HTMLStripper class removes HTML tags from a page, leaving only
the contents of those tags (i...

github.com/censusreporter/census-api - cc887c5d9f610d3b7befea281d8aa8767b3b85d1 authored over 8 years ago
Refactor ajax for autosuggest to sequentially load data.

Previously, the location data ajax request and the full-text data ajax
request (for profiles, ta...

github.com/censusreporter/censusreporter - 79ff3e85ae701d43423bb259b430afec63b097d6 authored over 8 years ago
Remove references to dead tables on topic pages

See #174. Remove references to the tables discussed there, which are all of
the tables that do n...

github.com/censusreporter/censusreporter - 9156d8ea9c44267ae649ac444e0466ead0d9ae49 authored over 8 years ago
match `initialSort` param for chart embeds. fixes #182 once this is reflected in s3

github.com/censusreporter/censusreporter - 51254e811a3e1124860fd4ef9ff2be2eaf6a3ddb authored over 8 years ago
Initial commit

table_tester scrapes all topic pages and checks every table referenced
on those pages for existe...

github.com/censusreporter/census-api - 671673f077fb72b3485753cdef975c8506eb20a5 authored over 8 years ago
Modify TopicPageParser table scraping

Table scraping now happens when the TopicPageParser is initialized,
using a regex search for tab...

github.com/censusreporter/census-api - f08029300b936b253a8a00b227370ba2ce90ed18 authored over 8 years ago
Change subtext of location pages to "Location".

On both the autosuggest and the search results page, the location pages
now display the subtext ...

github.com/censusreporter/censusreporter - da8279f3efc00ffc95d978f7a163bb9bc2851974 authored over 8 years ago
Fix delimiter in table autocomplete entry

Delimiter was previously a comma; changed to a comma with a space,
so topics are listed as "topi...

github.com/censusreporter/censusreporter - 3ea2a83e4a2d56c456dbee360bb4f99f09367978 authored over 8 years ago
Add topics to autocomplete

github.com/censusreporter/censusreporter - 7dd1ed3f8bbb07de57bf6ba5b70e7707105c6035 authored over 8 years ago
Update setup; add table ID and geoid search

Add a note that if the search_metadata table is rebuilt, the topic
scraper must be run again as ...

github.com/censusreporter/census-api - 145e2103efb11ae27317d99b9deedf3032db4103 authored over 8 years ago
Group score computation logic

Group score computation logic into one block, rather than having
three separate blocks for each ...

github.com/censusreporter/census-api - f9d783b1eb675318ccae01b79f0aa2e0e52a5a73 authored over 8 years ago
Remove unnecessary apostrophe replacement

github.com/censusreporter/census-api - e00c95fb5d1411b51b44a58f675e8172ee93bd6d authored over 8 years ago
Use only geoid in profile URL

The profile URLs returned only use the geoid now, rather than the
geoid and display name earlier...

github.com/censusreporter/census-api - e50636670b99472e2f26c38aac2de3d48c247b01 authored over 8 years ago
Use SQLAlchemy query formatting

github.com/censusreporter/census-api - 44f721970467cc29d28d0bc3043b0d12d4504ab6 authored over 8 years ago
Add code to compute topic score

github.com/censusreporter/census-api - a3c42fbb9b182ea6678322a42dbf8985b2f4f25c authored over 8 years ago
Refactor score computation

Refactor compute_profile_score() and compute_table_score() into
one function, compute_score(). T...

github.com/censusreporter/census-api - 5ebe46d2db0bc2721020cd2b267fe862a9d4888b authored over 8 years ago
Adds topic pages and glossary to search results.

Fixes #172

github.com/censusreporter/censusreporter - 21faea7ef4728878a609987c02ddc18822461bfa authored over 8 years ago
Merge branch 'master' into full-text-search

github.com/censusreporter/censusreporter - cd7d0731c07db3d4fc8090e6c7e2d661a7555dd3 authored over 8 years ago
Merge branch 'full-text-search' of github.com:censusreporter/censusreporter into full-text-search

github.com/censusreporter/censusreporter - ef753c5a8714fa58ab1dd844bb0768acaa9baece authored over 8 years ago
Add locations as a possible search result.

Also refactor tab behavior and the template.

github.com/censusreporter/censusreporter - 3223485fc9b3b56dddd922ce64b276fcb9f5c067 authored over 8 years ago
Refactor search functions

Refactor table_search(), profile_search(), and topic_search() into
one function to make more sen...

github.com/censusreporter/census-api - 92a2c5e987af3ee658b218ba53066a18d4265c3a authored over 8 years ago
Add topic search to API

The full text search endpoint now returns topics as well as profiles
and tables. There is work t...

github.com/censusreporter/census-api - f56727865b04a19e05ef35d7d3018d4a79b271c8 authored over 8 years ago
Update search_metadata with URL

topic_scraper.py now adds the URL to search_metadata. It was necessary
to include this in the da...

github.com/censusreporter/census-api - 99436991c5922fa3f30df8e4ca2f143866be0cd1 authored over 8 years ago
Update with instructions for topic pages

github.com/censusreporter/census-api - c3fcedc62d0035b1b45d8f264c48c9b27a67d837 authored over 8 years ago
Remove broken query script, update docs

Removed query_script.py, as there have been many changes to the API
and to the database that wer...

github.com/censusreporter/census-api - 09d8a1ad3c7cae125df9e442c150f36c06281160 authored over 8 years ago
Add scraper for glossary page

The glossary page on Census Reporter is now scraped as well, and
it is indexed as a topic page a...

github.com/censusreporter/census-api - 799049ca0210730569f33d50bacc02ff2d507f30 authored over 8 years ago
Update database with topics entries

The functions created before now update search_metadata with topic
page entries. Data for the to...

github.com/censusreporter/census-api - 5cc3e2b5faf680d8dd749c504e06e88c79d051ac authored over 8 years ago
Add functions to update search_metadata

Add functions to remove old topics from search_metadata (it should
be cleaned every time the scr...

github.com/censusreporter/census-api - 69cd3b169a92b74209457c33483f3a11487c0fb8 authored over 8 years ago
Clean code and fix small bugs

Minor bugfixes; a couple of words were getting concatenated together,
which I took care of. The ...

github.com/censusreporter/census-api - 389323463530f8be06cabe61cdf49966af2b5307 authored over 8 years ago
Merge branch 'master' into full-text-search

github.com/censusreporter/censusreporter - 2f18aadcf28ed2cf5cb2c0f2ee7ac5af017de893 authored over 8 years ago
Merge pull request #168 from censusreporter/no-core-tables

Handle tables with iterations but no base table

github.com/censusreporter/censusreporter - ea65c9677ac42d725ada301d3a9c9c3bb5080dff authored over 8 years ago
Merge pull request #178 from censusreporter/preview-embed

Preview embed

github.com/censusreporter/censusreporter - 294dacd90cea50f175a6576c820b30b21c3208ba authored over 8 years ago
Merge pull request #181 from censusreporter/fix-seniors-section-tag

Add closing section tag

github.com/censusreporter/censusreporter - 9d3b5346b4ef48091391ab8ec5ecd1c6159eae56 authored over 8 years ago
Add closing section tag

github.com/censusreporter/censusreporter - 51571bec0f1b6bac82f14f741c93ec2139a01b64 authored over 8 years ago
Add address suggestions to full-text autosuggest.

Fixes #179

github.com/censusreporter/censusreporter - 30ed89fc5949bf99b7c01d2ad2605d1b12ec2dbb authored over 8 years ago
Add scraper for individual topic pages

TopicPageParser now scrapes individual topics pages, and it gets both
the relevant text on the p...

github.com/censusreporter/census-api - 1e173006bab6ceb836d22769ffd851d3d465d13d authored over 8 years ago
Initial commit

Topic scraper builds a list of topic pages and their URLs. The next
step is to scrape each page.

github.com/censusreporter/census-api - e526b3de35dd4c36c1077d2771406ff4d1a64659 authored over 8 years ago
Order profile filters on results page by sumlevel.

Fixes #170.

github.com/censusreporter/censusreporter - 6980ee21415fa43344243ffe5406b9ef7c3358b2 authored over 8 years ago
Order table topics alphabetically in search result filters.

Addresses part of issue #170.

github.com/censusreporter/censusreporter - d6e8fbf21d4521ed12735696479c5030ab3c7d39 authored over 8 years ago
Removes "all" tab from search results page.

Fixes #171

github.com/censusreporter/censusreporter - 969fc2b31939fec79a0a1189cab87aaf75b7e714 authored over 8 years ago
Fix bug where search would hang if less than 20 results were returned.

github.com/censusreporter/censusreporter - 0bc66fc8e5b7c5452f3f3a5d57bbf0f976609ef0 authored over 8 years ago
Reduce autocomplete loading times for large number of results.

Fixes #169 by limiting the number of results displayed by the jQuery ui
autocomplete.

github.com/censusreporter/censusreporter - 0b7702aed9482b4e7dcec455798b781ca19da918 authored over 8 years ago
Merge branch 'full-text-search' of github.com:censusreporter/censusreporter into full-text-search

github.com/censusreporter/censusreporter - a2fd14bef150dd76e55a450b6b9a288b5aedf0f1 authored over 8 years ago
Style new results landing page and corresponding messages.

The search bar now has a placeholder text prompting the user to do a
search, and the no results ...

github.com/censusreporter/censusreporter - 80b1c155fb0564b8f11f57c97d1ef068a017dd8b authored over 8 years ago
Style new results landing page and corresponding messages.

The search bar now has a placeholder text prompting the user to do a
search, and the no results ...

github.com/censusreporter/censusreporter - 14e62471a2aa978540c598aae10a3f36226b8506 authored over 8 years ago
Distinguish empty page vs. no results returned

search_results now distinguishes betweeen when no query was entered (i.e., a
user going to the p...

github.com/censusreporter/censusreporter - d562523afc5a73ad18f0cbf7dc69bda937833302 authored over 8 years ago
Add preview functionality to embed including float option previews.

Fixes issue #56.

github.com/censusreporter/censusreporter - 69c644a0d2395086f07c1fd4a866a6e5085177c5 authored over 8 years ago
Allow blank page for search results

If there are no results, the page no longer breaks; a blank page
includes only a search bar. Thi...

github.com/censusreporter/censusreporter - 30ea43e2c5dc97ccef3c161631eb1f8b7587e286 authored over 8 years ago
Sort list of related tables

Sort list of related tables so that the Puerto Rico tables all
appear last; that is, the iterati...

github.com/censusreporter/censusreporter - 1f1db958a9963e2c736e906f473e19066474c1ce authored over 8 years ago
Refactor for readability

github.com/censusreporter/censusreporter - fa2816e14a9162e006dc88f65790e1d35a945b3e authored over 8 years ago
Merge branch 'no-core-tables' of https://github.com/censusreporter/censusreporter into no-core-tables

github.com/censusreporter/censusreporter - 6bd871522c585eb30792417852498122d1b82de6 authored over 8 years ago
Add redirect for tabulations without core table

Moved logic from get_table_data() to dispatch() so that tabulations
with iterations but no core ...

github.com/censusreporter/censusreporter - 459bb8e4995eee8e27827d311f158202fa0d2515 authored over 8 years ago
Merge branch 'master' into no-core-tables

github.com/censusreporter/censusreporter - 4802f2087186a03c2c94acb879dd802ca6053bd2 authored over 8 years ago
Allow app to be run without S3 connection.

For local testing purposes, the app.S3 connection initialization block
is now inside a try excep...

github.com/censusreporter/census-api - 01c94738a9eacaee34d4b2f209eb61f614c80467 authored over 8 years ago
Merge branch 'master' into preview-embed

github.com/censusreporter/censusreporter - b68b55787ff155f2333c6670b69b2306e38e18cb authored over 8 years ago
Merge branch 'master' into full-text-search

github.com/censusreporter/censusreporter - dffe432d72c073ca857b9b9db1f3873abb625e9b authored over 8 years ago
Merge branch 'master' into no-core-tables

github.com/censusreporter/censusreporter - cb74591258f21ca1717bbcf89f16d5bea9cb0b33 authored over 8 years ago
Merge pull request #167 from censusreporter/table-details-pr-tables

Distinguish PR tables in list of table variations

github.com/censusreporter/censusreporter - e7221bc1bddd91ff96cfe8fc9350364cfb82e235 authored over 8 years ago
Handle cases where PR tables have iterations

I forgot about the case where PR tables have iterations themselves.
One such table is the B06004...

github.com/censusreporter/censusreporter - 94262c22b58194f2e60c81496fee126174a4fd4e authored over 8 years ago
Handle table iterations w/o core table

Handle tables where iterations exist, but no core table exists.
e.g., B06004 does not exist, but...

github.com/censusreporter/censusreporter - 0971cbcd5871bc93293689b4edac1fb724d9186b authored over 8 years ago
Handle Puerto Rico tables in table detail view

Fix #154. Adds code to handle 8-character table IDs (i.e., puerto
rico tables) and display them ...

github.com/censusreporter/censusreporter - c99cacada8d25b1cad569e8230808245a3bacb70 authored over 8 years ago
Revert "update copyright date"

This reverts commit 97f73e2caa0856f66a6cbc21821df176fd9f0b13.

github.com/censusreporter/censusreporter - 3eb67f5eeae945a0a960d7fb258a24f412deeb4f authored over 8 years ago
Merge branch 'full-text-search' of https://github.com/censusreporter/census-api into full-text-search

github.com/censusreporter/census-api - 884c7cc28108c40e711c55ac66cb15be29854586 authored over 8 years ago
Handle queries with apostrophes.

Replacing apostrophes with spaces in the query string, which is
what postgres did when building ...

github.com/censusreporter/census-api - 65b739248005e63b072db60ca20bcf9a2fa2aaf4 authored over 8 years ago
Merge branch 'full-text-search' of https://github.com/censusreporter/census-api into full-text-search

github.com/censusreporter/census-api - 2c855c57011eee935f2c8aeed11f4139d9150189 authored over 8 years ago
Add OS X instructions and other misc. visual tweaks to abbreviations.md

github.com/censusreporter/census-api - 8f7a912f86662c33e32fdc47b719098e4e3b71da authored over 8 years ago
Merge branch 'full-text-search' of github.com:censusreporter/censusreporter into full-text-search

Seems like the sitemap stuff wasn't in the FTS branch?

Conflicts:
censusreporter/apps/census/t...

github.com/censusreporter/censusreporter - cc3c432a6534647e51e169d091afded7e41a7b2a authored over 8 years ago
Merge branch 'full-text-search' of github.com:censusreporter/census-api into full-text-search

github.com/censusreporter/census-api - e6a68c65506e1658a90a5340e77c2b59c6530c8b authored over 8 years ago
Add abbreviation instructions to setup

github.com/censusreporter/census-api - d796bab637ce1efa80281e2e9c3714910f5e0d6c authored over 8 years ago
Refine look and function of search results filters.

The page type headings on the left are now bigger and become bolded when
selected. The bullets o...

github.com/censusreporter/censusreporter - 1c4381c2ae52b10198d1fa87834a84353a672c56 authored over 8 years ago