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
Sumlevel exclusion vetos were written as numbers when they should have
been strings.
github.com/censusreporter/census-api - 5538438202cba19705dfa67bf84a512da793ed16 authored over 8 years ago
github.com/censusreporter/censusreporter - 07da57a2f326eb84bf64a58206893654aa047276 authored over 8 years ago
Previously, the search results page loaded three separate results lists:
one for each tab, all u...
github.com/censusreporter/census-api - a72ffbb4524fa6f606d43389856f931e62aef4d5 authored over 8 years ago
github.com/censusreporter/census-api - 1de8766c8bbe14553683852d0c512955630ffa2d authored over 8 years ago
Remove full text table search and profile search functions that are
entirely obsolete after the ...
Also adjust for the change in api where subtables is now a list instead
of a string.
github.com/censusreporter/census-api - d76ef0895cd1f639616f8827fa5b2871e14e3054 authored over 8 years ago
Users can now filter by the page type using the tabs above the results
or the sidebar, or more s...
The 'topics' field is now a list rather than a string, to stay
faithful to the original API format.
Tabs on search results page no longer show if no results of such type
are returned.
github.com/censusreporter/census-api - b30da33b49d3680715bbc60c8f30cdeed0e066e6 authored over 8 years ago
github.com/censusreporter/censusreporter - 5bd9111b33098a975295273fa441955ccfdfcd8d authored over 8 years ago
The "All" results tab showing only profile pages - needs to be fixed.
github.com/censusreporter/censusreporter - f6b58baf52c91ed43823f13c5cf48be2e6d5709a authored over 8 years ago
Unneeded for now, and unclear how implementation of presentation of
search results will work.
Removed pagination functionality added in the last commit. Removed
the PositiveInteger validatio...
github.com/censusreporter/censusreporter - bc9607313cd88413ccf2ab9e779d4d264aebea29 authored over 8 years ago
Added another qwarg, "page", to api.py, which allows for one to obtain
more results. Different v...
Working on improving autocomplete hover; currently have a conflict
between jQuery's automatic au...
github.com/censusreporter/censusreporter - 7d807abeab4f7956e0cfa262bc7dd11a4d325c3e authored over 8 years ago
The formatting of the actual search result data still needs to be
implemented, as well as the fi...
Started work on filtering search results to see either profiles or
tables, through a tabbed view...
github.com/censusreporter/censusreporter - a177ec364d9401b5c99ef39f8af3ccb94235ce4e authored over 8 years ago
Added functionality to search for only profiles or only tables (or,
by default, both). This was ...
Search bar on top of results page is now implemented. Also refactored
the django view for the se...
When the "Don't see what you're looking for?" result at the bottom of
the autosuggest menu is cl...
Also add the "Don't see what you're looking for?" skeleton at the bottom
of the autosuggest resu...
This support is implemented on the database end. Refer to
abbreviations.md for instructions on h...
When there are multiple tables represented by a tabulation, we
need to choose one to link to tha...
The Python scripts now search tabulations, reflecting the changes to
the metadata search table. ...
The search_metadata table will now include tabulations, not tables.
This is done in an effort to...
github.com/censusreporter/census-api - 0b01cf5fd222d6afb135d390b5aec5f00e95c553 authored over 8 years ago
Eliminated removal of stopwords on profiles, so that names such as
"Columbus, IN" did not get pa...
Search results are highlighted when hovered over. They can be
clicked to go to the relevant cens...
github.com/censusreporter/census-api - 355059735cb1c19d8227edac2006ba74137b95d8 authored over 8 years ago
Result selection still needs to be completely implemented: either use
<a> tags for each individu...
github.com/censusreporter/census-api - b36dd98d3958c7e004aa25cf13b23c903942cebd authored over 8 years ago
github.com/censusreporter/censusreporter - 363032f02bb542edb6de9c42c42433467fa57d10 authored over 8 years ago
github.com/censusreporter/census-api - c983fb6c5962612199f4e9f1b8d4bfba2eda4a40 authored over 8 years ago
github.com/censusreporter/census-api - 88de0d3d90d98ba3940f6dc743dd127c93f28511 authored over 8 years ago
The previous temporary search bar used for basic testing is now fully
implemented with basic ful...
github.com/censusreporter/census-api - 27e5a89b5268886e555baafea10cc6b57a6e39de authored over 8 years ago
github.com/censusreporter/census-api - ae9f25e2aa43c5a7bca1238c3b9c6b5130663cf6 authored over 8 years ago
github.com/censusreporter/census-api - 23193cc81592fd0967b41c61cd7c134944870b6c authored over 8 years ago
api.py now includes a function to search both tables and profiles,
implementing the functionalit...
github.com/censusreporter/censusreporter - 97f73e2caa0856f66a6cbc21821df176fd9f0b13 authored over 8 years ago
github.com/censusreporter/census-api - e0c2c1a24debf1334ed70483f98f53385d8727db authored over 8 years ago
In addition, modified query_script.py to take into account the
new data shapes from table_ and p...
github.com/censusreporter/census-api - 9554607e4440bc4e0268c20800e0a34074e0da06 authored over 8 years ago
In addition, modified the table querying script to target the combined
metadata table, simplifyi...
github.com/censusreporter/census-api - 8ab33aa4ac0971a7bd49781fadf052591ef4e651 authored over 8 years ago
The first change is that profile_query_script.py and table_query_script.py
were refactored to ha...
Also begin commenting score.py script.
github.com/censusreporter/census-api - 19d4f73d6b97b39453645d49ea02e17a9def8323 authored over 8 years ago
score.py takes the query 'ithaca' and shows the expected search results
alongside their custom c...
Also added minor clarification in full-text guide file and refactored a
few lines in api.py
The metadata_profile_script and metadata_table_script files were
updated with additional documen...
github.com/censusreporter/census-api - 88fb4d4c6800a6adaeb307dbfa394c03fea8d864 authored over 8 years ago
Add the line "add2virtualenv ." to the install instructions. Otherwise
locally running environme...
For local testing purposes, the app.S3 connection initialization block
is now inside a try excep...
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 - c13df9080fba50aa821a98a4e15073ff324ce908 authored over 8 years ago
github.com/censusreporter/censusreporter - 1d6d427162f1fe723490445ce01c34603aa2c333 authored over 8 years ago
github.com/censusreporter/census-postgres-scripts - 56d1371595e47d0f94d9de76e4fa6a5905d37acf authored over 8 years ago
github.com/censusreporter/census-postgres-scripts - 3243f783ffdf992d050106d03a30c3cab75f414f authored over 8 years ago
github.com/censusreporter/census-api - 8ea081f26ce03f14d7b22fa2a89f88e332e715af authored over 8 years ago
github.com/censusreporter/censusreporter - 38d0689a587fc21b0aef0fd4133ca740e82f0607 authored over 8 years ago
github.com/censusreporter/censusreporter - 5ad6e77bb895175b82c94c1d372c0b5bc2c1d9f5 authored over 8 years ago
The route is under /2.1/geo/search and the create script may be
incomplete in the information it...
github.com/censusreporter/census-api - 387810513e607f0eaf694d6eff5b029e4473d908 authored over 8 years ago
Added a "alter table" statement to change the owner of
table_search_metadata to census.
/2.1/table/search now functions as a basic route for the full-text
search tabulation data.
github.com/censusreporter/census-api - 4c49bc47dc6ae04a34dfb841f97ea7569fadc264 authored over 8 years ago
Wrote a script that creates a table, table_search_metadata,
which stores information about the a...
github.com/censusreporter/censusreporter - 8d596e5c6c9dec7d8522c46622aa4883673c86e4 authored over 8 years ago
github.com/censusreporter/censusreporter - 77391a6d2a01ea416be3c6a0d5c38d73f6a56501 authored over 8 years ago
github.com/censusreporter/censusreporter - e6aa5a5d9584dcfe26c3f1be9002f28d706781b5 authored over 8 years ago
github.com/censusreporter/censusreporter - 87f5ead6b16d88ec181630dfa892e1ba008441cf authored over 8 years ago
github.com/censusreporter/censusreporter - b49017bd6806472e33f1c0cabab46959f5c39618 authored over 8 years ago
github.com/censusreporter/censusreporter - 940667bec7a0c26d45dbae728ca49724e94a0f3f authored over 8 years ago
github.com/censusreporter/censusreporter - e821447cd9f85fa179fac81148271267bd316797 authored over 8 years ago
github.com/censusreporter/census-api - 58fbfafdc5bf94c118ff76c288df6fa8ee7b8bef authored over 8 years ago
The INSTALL.md was also edited to better reflect an OS X pylibmc
install.
The testing page resides in /full-text-search/ and currently queries the
api at https://api.cens...
github.com/censusreporter/census-api - 658e5df060b80e0a58fe5fe4370250a52a874058 authored over 8 years ago
The Python sript now has an explanation of the complicated SQL query.
Full detail is provided in...
github.com/censusreporter/census-api - 06e8323a7eef9fe3ee198dab5c81c3e9ac72ddaa authored over 8 years ago
The search data now includes column titles, as well as the previously
included table title, subj...
Querying instructions take the form of full-text guide.txt,
which walks through the process of d...
github.com/censusreporter/notebooks - 5710d575fd268cd16b51d487d81375d34bde3eb3 authored over 8 years ago
github.com/censusreporter/notebooks - a3759e277be5938bd9f74175538de0432674823d authored over 8 years ago
github.com/censusreporter/notebooks - 13f30984e455cc0df6109022ce71e3fcc2916d40 authored over 8 years ago
Fix error where profile pages with more than 50000 sitemaps had names
such as sitemap101-2.xml i...
The profile page sitemap file names were changed from 101.xml to
sitemap_101.xml and the table p...
github.com/censusreporter/notebooks - 9c77dde9a7af07f95fba39e5c54fcf96d882766b authored over 8 years ago
github.com/censusreporter/notebooks - 7a25b49c3661aa3d2d8401f272832cb514feed44 authored over 8 years ago
github.com/censusreporter/notebooks - 2be2a97769b2debe58e42b6ead991da6f6605f8b authored over 8 years ago
The static sitemap files, which were generated api side and copied over,
resides in static/sitem...
week
github.com/censusreporter/census-api - bae257fb99c3490419bf0c034c27131b41a59c03 authored over 8 years agoCurrently, the sitemap index only contains one test url. The topics sitemap is fully populated, ...
github.com/censusreporter/censusreporter - 185274c0577f3e07a71091f472ce49d2ff0ee1ea authored over 8 years ago