Open Issues Need Help
View All on GitHubAI Summary: Update the descriptions, tags, and names of all website templates within the NeuroSites project. This involves modifying the metadata within each template's files to reflect improved and consistent information.
AI Summary: Create at least two website templates for each of three categories (lab websites, personal research pages, and event pages) for the NeuroSites project. Templates should be self-contained (HTML, CSS, assets) and easily customizable. Collaboration is encouraged, with a maximum of two people per template type.
AI Summary: Determine the configuration requirements for the NeuroSites website templates, specifically focusing on the lab website templates. This involves analyzing the existing HTML, CSS, and potentially JavaScript files to identify customizable elements and dependencies, and documenting these requirements in a structured format (likely JSON).
AI Summary: Determine the necessary configuration options for the 'personal-pages' templates within the NeuroSites project. This involves analyzing existing templates, identifying common configuration needs (e.g., sections for publications, contact info, etc.), and defining a clear structure for managing these options, potentially through a configuration file (e.g., JSON or YAML).
AI Summary: Modify the GitHub Actions workflow `validate-template.yml` to add a check ensuring that submitted website templates adhere to a specific file structure. This involves updating the YAML configuration file to include steps that verify the presence and correctness of required files and folders within each template.
AI Summary: The task involves consolidating the separate HTML files for each website tab (lab, personal, event) into a single `index.html` file within each template folder of the NeuroSites project. This requires restructuring the HTML to incorporate the content from the other files, potentially using JavaScript or conditional rendering to switch between different sections based on user interaction or URL parameters.
AI Summary: Create a contributors page for the NeuroSites project and update the licensing to properly attribute each individual template to its creator. This involves designing the contributors page, potentially using existing template styles, and updating the license information within each template folder to reflect individual contributions.