website icon indicating copy to clipboard operation
website copied to clipboard

Code for the Data Commons website

Results 173 website issues
Sort by recently updated
recently updated
newest added

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.12 to 4.5.2. Changelog Sourced from vite's changelog. 4.5.2 (2024-01-19) fix: fs deny for case insensitive systems (#15653) (eeec23b), closes #15653 4.5.1 (2023-12-04) fix: backport #15223, proxy...

dependencies
javascript

Hi @keyurva, I am doing a POC for private data commons. The examples for custom dc https://github.com/datacommonsorg/website/tree/master/custom_dc/examples has only one entity and variables. Our data has entities and relationships. ex:...

Created MySQL in GCP as described in https://github.com/datacommonsorg/website/tree/master/custom_dc#setup-google-cloud-sql Also, specified the flags net_read_timeout 300 net_write_timeout 300 wait_timeout 120 connect_timeout 300 interactive_timeout 300 max_connections 1000 Datacommons is able to connect but...

bug

Hello, I am having issues with custom_dc local build I did a local build ``` docker build --tag datacommons-website-compose:latest \ -f build/web_compose/Dockerfile \ -t website-compose . ``` Had to add...

We provide the provenance json file with a URL in the format https://doi.org/xxxxx/xxx/xxxxxxx that resolves to a Dataset in The Harvard Dataverse. The link that is provided with the graph...

Current landing page country count isn't quite right. BUG:

### Describe the bug In following the directions in https://github.com/datacommonsorg/website/blob/master/README.md, there look to be a couple of dep issues in the script. For sure pytest and flask are not currently...

bug

As mentioned in https://github.com/datacommonsorg/website/issues/3148 , these are the same resource: - utility: https://datacommons.rff.org/browser/dc/05gsw4m93mz6 = https://datacommons.rff.org/browser/eia/u/13407 - power plant: https://datacommons.rff.org/browser/dc/3lwrcytjq2k09 = https://datacommons.rff.org/browser/eia/pp/2322 However, they have distinct `dcid` and there's no relation...

bug

This PR Makes the following changes to the Map Tile / Map web component: * Allows users to specify a geoJson to plot along with the usual parent place +...

Added sample commerce static site template based on UN static site code. * Uses `https://datacommons.org` web components endpoint * Configure static site (title, icon image, background image, sample queries) by...