https://github.com/alan-turing-institute/astroemulate

Hosts code for the "Autoemulate" website built using the Astro web framework

https://github.com/alan-turing-institute/astroemulate

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.4%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Hosts code for the "Autoemulate" website built using the Astro web framework

Basic Info
Statistics
  • Stars: 1
  • Watchers: 5
  • Forks: 0
  • Open Issues: 4
  • Releases: 0
Created over 1 year ago · Last pushed 10 months ago
Metadata Files
Readme

README.md

Autoemulate Website & Blog

Hosts code for website of the "Autoemulate" Python package, built using the Astro web framework.

Go to autoemulate.com - pushes to the main branch will show up here, we use GH actions and GH pages to build the site.

Updating the website

The website is built using the Astro framework. To update the website:

  1. Clone the repository and install dependencies: bash git clone https://github.com/alan-turing-institute/astroemulate cd astroemulate npm install
  2. Start the development server to preview changes: bash npm run dev
  3. Create a new branch and make your changes.
  4. Create a PR to main and assign team members to review

Adding a new blog post

  1. Create a new branch
  2. Create a markdown document for your blog and add it to src/content/blog
  3. Add the following to the top of the markdown, replacing the values: --- title: "AutoEmulate v0.3.0 release" pubDate: "2025-04-30" description: "Updates on new features in v0.3.0 release" author: "AutoEmulate contributors" release: "v0.3.0" --- Note: (release) is optional and should match a release on the autoemulate GitHub repo
  4. Create a PR to main and assign team members to review

Owner

  • Name: The Alan Turing Institute
  • Login: alan-turing-institute
  • Kind: organization
  • Email: info@turing.ac.uk

The UK's national institute for data science and artificial intelligence.

GitHub Events

Total
  • Create event: 12
  • Issues event: 16
  • Watch event: 1
  • Delete event: 4
  • Issue comment event: 27
  • Member event: 5
  • Push event: 189
  • Pull request review event: 25
  • Pull request review comment event: 22
  • Pull request event: 32
Last Year
  • Create event: 12
  • Issues event: 16
  • Watch event: 1
  • Delete event: 4
  • Issue comment event: 27
  • Member event: 5
  • Push event: 189
  • Pull request review event: 25
  • Pull request review comment event: 22
  • Pull request event: 32

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 10
  • Total pull requests: 8
  • Average time to close issues: 7 days
  • Average time to close pull requests: about 14 hours
  • Total issue authors: 2
  • Total pull request authors: 3
  • Average comments per issue: 0.6
  • Average comments per pull request: 1.13
  • Merged pull requests: 8
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 11
  • Pull requests: 8
  • Average time to close issues: 6 days
  • Average time to close pull requests: about 14 hours
  • Issue authors: 2
  • Pull request authors: 3
  • Average comments per issue: 0.64
  • Average comments per pull request: 1.13
  • Merged pull requests: 8
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • radka-j (6)
  • edwardchalstrey1 (5)
Pull Request Authors
  • radka-j (12)
  • edwardchalstrey1 (5)
  • sgreenbury (3)
  • EdwinB12 (1)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

package-lock.json npm
  • 344 dependencies
package.json npm
  • astro ^5.4.2
.github/workflows/deploy.yml actions
  • actions/checkout v4 composite
  • actions/deploy-pages v4 composite
  • withastro/action v3 composite