{"id":44803531,"url":"https://github.com/damianooldoni/ojs_dashboard","last_synced_at":"2026-02-16T14:17:04.603Z","repository":{"id":338320605,"uuid":"1157443113","full_name":"damianooldoni/ojs_dashboard","owner":"damianooldoni","description":"Dummy dashboard to learn using OJS in quarto","archived":false,"fork":false,"pushed_at":"2026-02-13T22:04:11.000Z","size":7676,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-14T04:41:47.026Z","etag":null,"topics":["ojs","quarto"],"latest_commit_sha":null,"homepage":"https://damianooldoni.github.io/ojs_dashboard/quarto.html","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/damianooldoni.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-13T20:31:29.000Z","updated_at":"2026-02-13T22:09:45.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/damianooldoni/ojs_dashboard","commit_stats":null,"previous_names":["damianooldoni/ojs_dashboard"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/damianooldoni/ojs_dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damianooldoni%2Fojs_dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damianooldoni%2Fojs_dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damianooldoni%2Fojs_dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damianooldoni%2Fojs_dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/damianooldoni","download_url":"https://codeload.github.com/damianooldoni/ojs_dashboard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damianooldoni%2Fojs_dashboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29509734,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ojs","quarto"],"created_at":"2026-02-16T14:17:03.905Z","updated_at":"2026-02-16T14:17:04.597Z","avatar_url":"https://github.com/damianooldoni.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OJS Dashboard\n\nInteractive dashboard using Observable JavaScript (OJS) in Quarto for visualizing species data across polygons.\n\n## Features\n\n- **Species Selection with Autocomplete**: Text input with autocomplete to filter data by species - perfect for long species lists\n- **Interactive Map**: Leaflet map displaying polygons with species data\n- **Plot Visualization**: Click on any polygon to view detailed plots in a popup\n- **Dark Theme**: Modern dark theme for better visual aesthetics\n\n## Data Structure\n\nThe dashboard works with two data files:\n\n1. **species_plots.csv**: Tabular data with columns:\n   - `polygons_id`: Polygon identifiers\n   - `species`: Species names\n   - `plot`: Plot data (JSON format)\n   \n   **Note**: The combination of `polygons_id` and `species` is unique. Multiple species can exist in the same polygon, and each unique species/polygon combination has its own associated plot.\n\n2. **polygons.geojson**: Geospatial data with polygon geometries and `polygon_id` properties\n\n### Example Data\n\nThe sample dataset includes 5 polygons with varying species compositions:\n- **poly_1**: Oak, Pine (2 species)\n- **poly_2**: Pine, Birch (2 species)\n- **poly_3**: Oak, Pine, Birch (3 species)\n- **poly_4**: Birch, Oak (2 species)\n- **poly_5**: Pine (1 species)\n\n## Usage\n\n### Prerequisites\n\nInstall [Quarto](https://quarto.org/docs/get-started/) on your system.\n\n### Running the Dashboard\n\n1. Clone the repository\n2. Navigate to the project directory\n3. Run:\n   ```bash\n   quarto preview index.qmd\n   ```\n4. Open your browser to view the dashboard\n\n### Building the Site\n\nTo build the static site:\n```bash\nquarto render\n```\n\nThe output will be in the `docs/` directory.\n\n## How It Works\n\n1. Type a species name in the autocomplete text input (left panel) - suggestions will appear as you type\n2. The map displays all polygons, highlighting those containing the selected species in blue\n3. Hover over any polygon to see all species it contains and the count\n4. Click on any highlighted (blue) polygon to view the plot for the selected species in a popup\n5. Gray polygons do not contain the selected species and are not clickable\n\n**Important**: When you click on a polygon, the popup shows the plot data specifically for the selected species in that polygon. Since polygons can contain multiple species, each species/polygon combination has its own unique plot.\n\n## Technologies Used\n\n- [Quarto](https://quarto.org/): Document publishing system\n- [Observable JavaScript (OJS)](https://quarto.org/docs/interactive/ojs/): Reactive JavaScript runtime\n- [Leaflet](https://leafletjs.com/): Interactive maps\n- [Observable Plot](https://observablehq.com/plot/): Data visualization\n- [D3.js](https://d3js.org/): Data manipulation\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdamianooldoni%2Fojs_dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdamianooldoni%2Fojs_dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdamianooldoni%2Fojs_dashboard/lists"}