|
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. |
2 | 4 |
|
3 | 5 | 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 |
5 | 7 | ensure they are properly followed over time. |
6 | 8 |
|
7 | 9 | ## Documentation |
@@ -54,7 +56,7 @@ Optionally, it will also look for: |
54 | 56 |
|
55 | 57 | You can import this CMake project into your Git repository using a git submodule: |
56 | 58 | ``` |
57 | | -git submodule add https://github.com/BlueBrain/hpc-coding-conventions.git |
| 59 | +git submodule add https://github.com/neuronsimulator/coding-conventions.git |
58 | 60 | git submodule update --init --recursive |
59 | 61 | ``` |
60 | 62 |
|
@@ -384,9 +386,13 @@ This project provides helper functions to deal with these dependencies: |
384 | 386 | Should you want to contribute to the naming conventions, |
385 | 387 | please refer to the dedicated [contributing document](./cpp/formatting/CONTRIBUTING.md) first. |
386 | 388 |
|
| 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). |
387 | 392 |
|
388 | | -## Funding & Acknowledgment |
| 393 | +## Past Funding |
389 | 394 |
|
390 | 395 | 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. |
391 | 396 |
|
392 | | -Copyright © 2019-2022 Blue Brain Project/EPFL |
| 397 | +Copyright © 2019-2024 Blue Brain Project/EPFL |
| 398 | +Copyright © 2025-2026 EPFL |
0 commit comments