Skip to content

Advanced Usage

This guide covers advanced features and active development branches.

Active Development Branches

GNN4ITk — Graph Neural Networks for ATLAS Inner Tracking

typescript
const gnn4itk = daniel.createProject({
  name: 'GNN4ITk',
  status: 'production-candidate',
  collaboration: 'ATLAS',
  description: 'Graph neural network pipeline for HL-LHC track reconstruction',
  scale: {
    input: '150k spacepoints per event',
    output: 'reconstructed particle tracks',
    performance: '...'  // fill in your metrics
  }
});

What it does:

Current status:

ChATLAS

typescript
const chatlas = daniel.createProject({
  name: 'ChATLAS',
  status: '...',
  description: '...'
});

What it does:

PLM

typescript
const plm = daniel.createProject({
  name: 'PLM',
  status: '...',
  description: '...'
});

What it does:

Other Active Modules

Project Name

typescript
const project = daniel.createProject({
  name: '...',
  status: '...',
  description: '...'
});

Experimental Features

Experimental

These features are in active development and may change without notice.

  • Feature 1:
  • Feature 2:

Integration with External Systems

The library integrates with several external systems:

SystemIntegration LevelDescription
ATLASProductionCore deployment environment
IRIS-HEPActive

Released under the MIT License.