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

Fix metadata script syntax error.

Sumlevel exclusion vetos were written as numbers when they should have
been strings.

github.com/censusreporter/census-api - bf1ad6b054244ccca09d9b34c6c485188af75de7 authored over 8 years ago
Remove sumlevels without maps.

github.com/censusreporter/census-api - 5538438202cba19705dfa67bf84a512da793ed16 authored over 8 years ago
Style jQuery UI autocomplete for full-text search page.

github.com/censusreporter/censusreporter - 07da57a2f326eb84bf64a58206893654aa047276 authored over 8 years ago
Refactor search results page to optimize filtering performance.

Previously, the search results page loaded three separate results lists:
one for each tab, all u...

github.com/censusreporter/censusreporter - fbb289471af5bc54c7bc9bd18794d7ba3a2945bf authored over 8 years ago
Update formatting in setup

github.com/censusreporter/census-api - a72ffbb4524fa6f606d43389856f931e62aef4d5 authored over 8 years ago
Add basic setup insructions

github.com/censusreporter/census-api - 1de8766c8bbe14553683852d0c512955630ffa2d authored over 8 years ago
Remove obsolete functions

Remove full text table search and profile search functions that are
entirely obsolete after the ...

github.com/censusreporter/census-api - c9a124b7239b626742a03cec79654288f963586b authored over 8 years ago
Fix bug where the sumlevel_name "PUMA" became "Puma".

Also adjust for the change in api where subtables is now a list instead
of a string.

github.com/censusreporter/censusreporter - 21de558d99c8a1dfea8474e27c00800fa320cff4 authored over 8 years ago
Change subtable format to list from string

github.com/censusreporter/census-api - d76ef0895cd1f639616f8827fa5b2871e14e3054 authored over 8 years ago
Implement filtering functionality on search results page.

Users can now filter by the page type using the tabs above the results
or the sidebar, or more s...

github.com/censusreporter/censusreporter - 9a840afc8cc984bc409e927a6e5f37d3cc48efd3 authored over 8 years ago
Change 'topics' field formatting in API.

The 'topics' field is now a list rather than a string, to stay
faithful to the original API format.

github.com/censusreporter/census-api - 94e6dc02411fd81909b48286e5ddcb9553bb263b authored over 8 years ago
Finish styling table pages on search results page.

Tabs on search results page no longer show if no results of such type
are returned.

github.com/censusreporter/censusreporter - 0f2c61315b5b5abe0ec5688d22adc8b135f33529 authored over 8 years ago
Make undefined sumlevel names empty strings.

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

github.com/censusreporter/censusreporter - 5bd9111b33098a975295273fa441955ccfdfcd8d authored over 8 years ago
Format profile search results.

The "All" results tab showing only profile pages - needs to be fixed.

github.com/censusreporter/censusreporter - f6b58baf52c91ed43823f13c5cf48be2e6d5709a authored over 8 years ago
Remove button to get more search results.

Unneeded for now, and unclear how implementation of presentation of
search results will work.

github.com/censusreporter/censusreporter - b62412b52c20c46222b03794ab86d60479dc0319 authored over 8 years ago
Modify API to return all results at once.

Removed pagination functionality added in the last commit. Removed
the PositiveInteger validatio...

github.com/censusreporter/census-api - 868a2dc975b964fa81842912ffb60aadddc606cb authored over 8 years ago
Add placeholder button to get more results

github.com/censusreporter/censusreporter - bc9607313cd88413ccf2ab9e779d4d264aebea29 authored over 8 years ago
Add page parameter to API to allow for more results.

Added another qwarg, "page", to api.py, which allows for one to obtain
more results. Different v...

github.com/censusreporter/census-api - 2fee3987457ca08babda97aba33753db54749418 authored over 8 years ago
Modify styling on search results page.

Working on improving autocomplete hover; currently have a conflict
between jQuery's automatic au...

github.com/censusreporter/censusreporter - 5497010cf8c605a100e0890f4c72fdff406929bd authored over 8 years ago
Move the 'Don't see what you're looking for?' option to top of autosuggest.

github.com/censusreporter/censusreporter - 7d807abeab4f7956e0cfa262bc7dd11a4d325c3e authored over 8 years ago
Implement filterting functionality for profile pages.

The formatting of the actual search result data still needs to be
implemented, as well as the fi...

github.com/censusreporter/censusreporter - 413838ff34accc525365f596f7a9c677c0c5f8c1 authored over 8 years ago
Begin search results filtering by profile/table.

Started work on filtering search results to see either profiles or
tables, through a tabbed view...

github.com/censusreporter/censusreporter - ce9b7b0ece502909566f6fa6aed7eee0c1f51def authored over 8 years ago
Add option to search for profiles or tables only

Added functionality to search for only profiles or only tables (or,
by default, both). This was ...

github.com/censusreporter/census-api - f7d57fd65d649d634e234efbb5aec055fc673320 authored over 8 years ago
Add search bar on top of search results page.

Search bar on top of results page is now implemented. Also refactored
the django view for the se...

github.com/censusreporter/censusreporter - 67b9ff2d52b57c5c523937deb0bc2f8a3b45e7e9 authored over 8 years ago
Add search results page functionality.

When the "Don't see what you're looking for?" result at the bottom of
the autosuggest menu is cl...

github.com/censusreporter/censusreporter - be8dfb2feaeff47626f2262119804f2003ea95dd authored over 8 years ago
Change full-text search page to front page duplicate.

Also add the "Don't see what you're looking for?" skeleton at the bottom
of the autosuggest resu...

github.com/censusreporter/censusreporter - 0155bbd9cd4fda4a6c74d63e56d07cc1a39d5a5a authored over 8 years ago
Add support for abbreviations.

This support is implemented on the database end. Refer to
abbreviations.md for instructions on h...

github.com/censusreporter/census-api - 31d05c71d578bafa63dce7e881c556021b9552d7 authored over 8 years ago
Add logic to choose representative table of tabulation.

When there are multiple tables represented by a tabulation, we
need to choose one to link to tha...

github.com/censusreporter/census-api - 577e8cf29eeeab0d777501ae7ab1b821783eb47a authored over 8 years ago
Modify API and query scripts to search tabulations.

The Python scripts now search tabulations, reflecting the changes to
the metadata search table. ...

github.com/censusreporter/census-api - 5f24b8556ca8555cf039d1a507c2fda3123aa234 authored over 8 years ago
Modify metadata table to index tabulations, not tables

The search_metadata table will now include tabulations, not tables.
This is done in an effort to...

github.com/censusreporter/census-api - 7a965c154f28c8a399080809d3861236f719c2b5 authored over 8 years ago
Standardize print formatting across scripts.

github.com/censusreporter/census-api - 0b01cf5fd222d6afb135d390b5aec5f00e95c553 authored over 8 years ago
Improve profile search behavior.

Eliminated removal of stopwords on profiles, so that names such as
"Columbus, IN" did not get pa...

github.com/censusreporter/census-api - c4b70330a36c2aa46eadad31848dc14ce66fe844 authored over 8 years ago
Add highlighting for selected search result and URL redirection.

Search results are highlighted when hovered over. They can be
clicked to go to the relevant cens...

github.com/censusreporter/censusreporter - 597c2293b8a3209cf72eb96f91bdd154683b1535 authored over 8 years ago
Add profile and table URLs to API.

github.com/censusreporter/census-api - 355059735cb1c19d8227edac2006ba74137b95d8 authored over 8 years ago
Style autocomplete dropdown and partially implement result selection.

Result selection still needs to be completely implemented: either use
<a> tags for each individu...

github.com/censusreporter/censusreporter - 3bebcd1b8abe927447fe666c9a21f43859b1070d authored over 8 years ago
Add prefix matching to combined search.

github.com/censusreporter/census-api - b36dd98d3958c7e004aa25cf13b23c903942cebd authored over 8 years ago
Add descriptions below name in autosuggest dropdown

github.com/censusreporter/censusreporter - 363032f02bb542edb6de9c42c42433467fa57d10 authored over 8 years ago
Get rid of trailing slash for full text search route

github.com/censusreporter/census-api - c983fb6c5962612199f4e9f1b8d4bfba2eda4a40 authored over 8 years ago
Add sumlevel name to API response.

github.com/censusreporter/census-api - 88de0d3d90d98ba3940f6dc743dd127c93f28511 authored over 8 years ago
Implement revamped omni full-text search bar.

The previous temporary search bar used for basic testing is now fully
implemented with basic ful...

github.com/censusreporter/censusreporter - c164cce99a2fb2949e531938aaa9b95c1832bd13 authored over 8 years ago
Refactor row processing from SQL queries.

github.com/censusreporter/census-api - 27e5a89b5268886e555baafea10cc6b57a6e39de 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 - ae9f25e2aa43c5a7bca1238c3b9c6b5130663cf6 authored over 8 years ago
Add drop table if statement to sql script

github.com/censusreporter/census-api - 23193cc81592fd0967b41c61cd7c134944870b6c authored over 8 years ago
Create endpoint for full text search.

api.py now includes a function to search both tables and profiles,
implementing the functionalit...

github.com/censusreporter/census-api - 7db524c3f51054b207b62896386b3046ed6cf9b5 authored over 8 years ago
Fix null handling on populations.

github.com/censusreporter/census-api - e0c2c1a24debf1334ed70483f98f53385d8727db authored over 8 years ago
Add normalization for table query.

In addition, modified query_script.py to take into account the
new data shapes from table_ and p...

github.com/censusreporter/census-api - ce2206f2e6e511f22aa6329f9435966c70ea1841 authored over 8 years ago
Remove unnecessary JOIN from SQL query.

github.com/censusreporter/census-api - 9554607e4440bc4e0268c20800e0a34074e0da06 authored over 8 years ago
Add population and priority columns to metadata table.

In addition, modified the table querying script to target the combined
metadata table, simplifyi...

github.com/censusreporter/census-api - c4947a290245c345c5fbb2bf9ebd721a7f3cb73f authored over 8 years ago
Adjust normalization of table search results.

github.com/censusreporter/census-api - 8ab33aa4ac0971a7bd49781fadf052591ef4e651 authored over 8 years ago
Refactor querying scripts and combine search results.

The first change is that profile_query_script.py and table_query_script.py
were refactored to ha...

github.com/censusreporter/census-api - 0dca193747a4c76fb5b29d9d21cb2be5d7e11322 authored over 8 years ago
Add command line functionality to scoring script.

Also begin commenting score.py script.

github.com/censusreporter/census-api - 19d4f73d6b97b39453645d49ea02e17a9def8323 authored over 8 years ago
Add script to test profile page scoring.

score.py takes the query 'ithaca' and shows the expected search results
alongside their custom c...

github.com/censusreporter/census-api - 15cd6775313652ac03fa78494b1f485e38557d7f authored over 8 years ago
Fix syntax errors in metadata table creation script.

Also added minor clarification in full-text guide file and refactored a
few lines in api.py

github.com/censusreporter/census-api - bab44af7a819f77d03d4e90bd7674fa1e6da0390 authored over 8 years ago
Create combined metadata table and point search queries to it.

The metadata_profile_script and metadata_table_script files were
updated with additional documen...

github.com/censusreporter/census-api - 9c4f564f5ce1e3bbc9b3c8c3df4e090fafbb35c4 authored over 8 years ago
Merge branch 'master' of https://github.com/censusreporter/census-api

github.com/censusreporter/census-api - 88fb4d4c6800a6adaeb307dbfa394c03fea8d864 authored over 8 years ago
Add additional instruction to install help file.

Add the line "add2virtualenv ." to the install instructions. Otherwise
locally running environme...

github.com/censusreporter/census-api - 5a568cf8ecd41f5d77f1ebb0df7abbdc48f8a273 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 - c2fef1c03ea6b60e907222fc517d635e4c2d1606 authored over 8 years ago
Write initial version of full-text search route functions.

The route is 2.1/geo/search. The query output still needs to be verified
to match the previous v...

github.com/censusreporter/census-api - 98986e78c84b1c65d8ce131eb555265983155dae authored over 8 years ago
some stuff to knit all of the sitemap stuff together

github.com/censusreporter/census-api - c13df9080fba50aa821a98a4e15073ff324ce908 authored over 8 years ago
re-run all sitemaps with a singular process

github.com/censusreporter/censusreporter - 1d6d427162f1fe723490445ce01c34603aa2c333 authored over 8 years ago
index sumlevel on census_name_lookup

github.com/censusreporter/census-postgres-scripts - 56d1371595e47d0f94d9de76e4fa6a5905d37acf authored over 8 years ago
Merge branch 'master' of github.com:censusreporter/census-postgres-scripts

github.com/censusreporter/census-postgres-scripts - 3243f783ffdf992d050106d03a30c3cab75f414f authored over 8 years ago
a few tweaks for general production use. Some inappropriately hardcoded stuff, but this won't get used that often, so deal with it.

github.com/censusreporter/census-api - 8ea081f26ce03f14d7b22fa2a89f88e332e715af authored over 8 years ago
re-run against production data

github.com/censusreporter/censusreporter - 38d0689a587fc21b0aef0fd4133ca740e82f0607 authored over 8 years ago
start adding some linked data

github.com/censusreporter/censusreporter - 5ad6e77bb895175b82c94c1d372c0b5bc2c1d9f5 authored over 8 years ago
Add geo full-text search route and metadata table create script.

The route is under /2.1/geo/search and the create script may be
incomplete in the information it...

github.com/censusreporter/census-api - 61d586fa9b2fa22633fef80ced37a73488f0d1c5 authored over 8 years ago
Add index on document column.

github.com/censusreporter/census-api - 387810513e607f0eaf694d6eff5b029e4473d908 authored over 8 years ago
Add change owner instruction to table creation script.

Added a "alter table" statement to change the owner of
table_search_metadata to census.

github.com/censusreporter/census-api - 44f29413dfa5d6565c8c53876aaeb2268bc5250d authored over 8 years ago
Finish full-text search route function for table data.

/2.1/table/search now functions as a basic route for the full-text
search tabulation data.

github.com/censusreporter/census-api - 776f01afdd6255ca87b54d7b728d6cbe31811332 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 - 4c49bc47dc6ae04a34dfb841f97ea7569fadc264 authored over 8 years ago
Add script for creation of table search metadata table.

Wrote a script that creates a table, table_search_metadata,
which stores information about the a...

github.com/censusreporter/census-api - ee9f1b062564c4e01f1da17639e7876c45449104 authored over 8 years ago
anchor sitemap regex so that /topics/sitemap.xml passes through to Django

github.com/censusreporter/censusreporter - 8d596e5c6c9dec7d8522c46622aa4883673c86e4 authored over 8 years ago
Merge branch 'sitemap'

github.com/censusreporter/censusreporter - 77391a6d2a01ea416be3c6a0d5c38d73f6a56501 authored over 8 years ago
add url root to topics sitemap

github.com/censusreporter/censusreporter - e6aa5a5d9584dcfe26c3f1be9002f28d706781b5 authored over 8 years ago
create something to serve sitemaps in dev

github.com/censusreporter/censusreporter - 87f5ead6b16d88ec181630dfa892e1ba008441cf authored over 8 years ago
Merge branch 'sitemap'

github.com/censusreporter/censusreporter - b49017bd6806472e33f1c0cabab46959f5c39618 authored over 8 years ago
use https url for tiles

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

github.com/censusreporter/census-api - 58fbfafdc5bf94c118ff76c288df6fa8ee7b8bef authored over 8 years ago
Support running without S3 credentials.

The INSTALL.md was also edited to better reflect an OS X pylibmc
install.

github.com/censusreporter/census-api - 898a0919618c3cf4f29a66392af7e98a0691246b authored over 8 years ago
Add testing page for table search queries.

The testing page resides in /full-text-search/ and currently queries the
api at https://api.cens...

github.com/censusreporter/censusreporter - b89b61bf2fcae2c2d3c77c61e9397624fb79d8cd 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 - 658e5df060b80e0a58fe5fe4370250a52a874058 authored over 8 years ago
Update Python script and markdown instructions with futher instructions.

The Python sript now has an explanation of the complicated SQL query.
Full detail is provided in...

github.com/censusreporter/census-api - 42c1d1640be285178d7a30943a4053ecd33823a3 authored over 8 years ago
Add exception for incorrect command line usage

github.com/censusreporter/census-api - 06e8323a7eef9fe3ee198dab5c81c3e9ac72ddaa authored over 8 years ago
Include column titles as part of search data.

The search data now includes column titles, as well as the previously
included table title, subj...

github.com/censusreporter/census-api - 617ff6f268b189ee0ef118134d5a6910cc816678 authored over 8 years ago
Add querying instructions and create querying script.

Querying instructions take the form of full-text guide.txt,
which walks through the process of d...

github.com/censusreporter/census-api - 7116b4348175b72471e4b21fb001752e0de58386 authored over 8 years ago
minor tweaks after rerunning with new env

github.com/censusreporter/notebooks - 5710d575fd268cd16b51d487d81375d34bde3eb3 authored over 8 years ago
update requirements

github.com/censusreporter/notebooks - a3759e277be5938bd9f74175538de0432674823d authored over 8 years ago
Make small filename changes to profile page sitemaps

Fix error where profile pages with more than 50000 sitemaps had names
such as sitemap101-2.xml i...

github.com/censusreporter/census-api - 1e453bb3951132c3b09d5c002aab272dcb12a01b authored over 8 years ago
Clean up sitemap files and change sitemap file names

The profile page sitemap file names were changed from 101.xml to
sitemap_101.xml and the table p...

github.com/censusreporter/census-api - 67418447f32d3c75ec963ddbd6df5570bf6d4be8 authored over 8 years ago
so much data trimmed after rerunning the whole thing in a new kernel

github.com/censusreporter/notebooks - 9c77dde9a7af07f95fba39e5c54fcf96d882766b authored over 8 years ago
Redirect sitemap requests from root to static/sitemap.

The static sitemap files, which were generated api side and copied over,
resides in static/sitem...

github.com/censusreporter/censusreporter - 49ded1ced00585349faa303ebd080919a6fe1993 authored over 8 years ago
Sitemap files, committing before I up and leave for the rest of the

week

github.com/censusreporter/census-api - bae257fb99c3490419bf0c034c27131b41a59c03 authored over 8 years ago
Add sitemap and sitemap index views.

Currently, the sitemap index only contains one test url. The topics sitemap is fully populated, ...

github.com/censusreporter/censusreporter - 185274c0577f3e07a71091f472ce49d2ff0ee1ea authored over 8 years ago