Skip to content

Commit 30c996f

Browse files
author
Goran Jelic-Cizmek
committed
Update readme
1 parent b5ef999 commit 30c996f

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
# BlueBrain HPC Team C++ Development Guidelines
1+
# NEURON Team Development Guidelines
2+
3+
**IMPORTANT NOTE**: this is a fork of the archived [Blue Brain Project HPC Team coding conventions](https://github.com/BlueBrain/hpc-coding-conventions), adapted for use in NEURON.
24

35
This document describes both C++ development guidelines adopted by
4-
HPC team, and the tools and processes required to
6+
the NEURON team, and the tools and processes required to
57
ensure they are properly followed over time.
68

79
## Documentation
@@ -54,7 +56,7 @@ Optionally, it will also look for:
5456

5557
You can import this CMake project into your Git repository using a git submodule:
5658
```
57-
git submodule add https://github.com/BlueBrain/hpc-coding-conventions.git
59+
git submodule add https://github.com/neuronsimulator/coding-conventions.git
5860
git submodule update --init --recursive
5961
```
6062

@@ -384,9 +386,13 @@ This project provides helper functions to deal with these dependencies:
384386
Should you want to contribute to the naming conventions,
385387
please refer to the dedicated [contributing document](./cpp/formatting/CONTRIBUTING.md) first.
386388

389+
## Funding
390+
391+
The development of this software was supported by funding to the Laboratory of Neural Microcircuitry (LNMC), a research center of the École polytechnique fédérale de Lausanne (EPFL), with funding from European Union's Horizon Europe Grant no. 101147319 (EBRAINS 2.0: A Research Infrastructure to Advance Neuroscience and Brain Health).
387392

388-
## Funding & Acknowledgment
393+
## Past Funding
389394

390395
The development of this software was supported by funding to the Blue Brain Project, a research center of the École polytechnique fédérale de Lausanne (EPFL), from the Swiss government's ETH Board of the Swiss Federal Institutes of Technology.
391396

392-
Copyright © 2019-2022 Blue Brain Project/EPFL
397+
Copyright © 2019-2024 Blue Brain Project/EPFL
398+
Copyright © 2025-2026 EPFL

0 commit comments

Comments
 (0)