Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Prepare to build site
uses: ./.github/actions/prepare-build-site
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
id: pages
uses: actions/configure-pages@v3

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Prepare to build site
uses: ./.github/actions/prepare-build-site
Expand Down
5 changes: 3 additions & 2 deletions pages/projects/mkfit.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ team:
focus-area: ia
---


MkFit aims to develop fully vectorized and parallelized tracking algorithms based on the Kalman Filter for use in a collider experiment.
<h3>mkFit</h3>
The mkFit project aims to develop fully vectorized and parallelized tracking algorithms based on the Kalman Filter for use in collider experiments.
The software has been integrated into CMSSW and is currently being used in [CMS Run 3](https://cms.cern/news/wait-overthe-lhc-run-3-has-started).
For a more complete account, see the [main project page](http://trackreco.github.io/) and the [JINST publication](http://inspirehep.net/record/1798734).

<br/>
Expand Down