Skip to content

Commit

Permalink
Adding Contacts page
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvbrt committed Dec 1, 2023
1 parent fe347b6 commit a0f21b3
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 4 deletions.
8 changes: 5 additions & 3 deletions _data/permalinks.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
- url: https://hep-fcc.github.io/fcc-tutorials/
name: FCC Documentation
name: FCC Documentation
- url: https://cern.ch/key4hep
name: Key4HEP Documentation
- url: https://fccsw-forum.web.cern.ch/
name: FCC Software Forum
- url: https://mattermost.web.cern.ch/fccsw/
name: FCC Mattermost Chat
- url: http://cern.ch/simba3/SelfSubscription.aspx?groupName=fcc-experiments-sw-dev
name: FCCSW Mailing list
- url: https://groups.cern.ch/Pages/GroupSearch.aspx?k=FCC-PED-SoftwareAndComputing*
name: FCC PED Software Mailing Lists
- url: https://github.com/HEP-FCC/
name: FCCSW on GitHub
- url: https://github.com/HEP-FCC/FCCSW/blob/master/doc/CppCodingStyleGuidelines.md
Expand All @@ -23,3 +23,5 @@
name: FCCee Physics Performance
- url: https://fccsw.web.cern.ch/fccsw/phoenix/
name: Phoenix@FCC
- url: https://fcc-ee-detector-full-sim.docs.cern.ch/
name: FCC-ee Detector Full Sim
4 changes: 4 additions & 0 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
<a class="nav-link"
href="https://fccsw.web.cern.ch/fccsw/phoenix">Event Display</a>
</li>
<li class="nav-item">
<a class="nav-link{% if page.id == 'contacts' %} active{%endif%}"
href="{{ site.baseurl | prepend: site.url }}/contacts/">Contacts</a>
</li>
<!---
<li class="nav-item">
<a class="nav-link{% if page.id == 'opportunities' %} active{%endif%}" href="{{ site.baseurl | prepend: site.url }}/opportunities/opportunities.html">Opportunities</a>
Expand Down
2 changes: 1 addition & 1 deletion _includes/permalinks.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="card">
<div class="card-header">
<h4>External links</h4>
<h4>Quick links</h4>
</div>
<ul class="list-group list-group-flush">
{% for link in site.data.permalinks %}
Expand Down
50 changes: 50 additions & 0 deletions contacts/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
layout: site
id: contacts
---

# Contacts

FCCSW strives to allow for the delivery of the most comprehensive feasibility
study for the FCC project. To that end the FCC Software team offers several
channels for contact.


## Mailing lists

List of all mailing lists related to the FCC Software can be found by searching
the FCC PED mailing lists [here][fcc-ped-mails-all].

In particular the following lists might be of interest:

* [FCC-PED-SoftwareAndComputing-Analysis][fcc-ped-mail-analysis]
* [FCC-PED-SoftwareAndComputing-Detector][fcc-ped-mail-detector]
* [FCC-PED-SoftwareAndComputing-Full-Simulation][fcc-ped-mail-fullsim]
* [FCC-PED-SoftwareAndComputing-Generators][fcc-ped-mail-generators]
* [FCC-PED-SoftwareAndComputing-MDI][fcc-ped-mail-mdi]
* [FCC-PED-SoftwareAndComputing-Resource][fcc-ped-mail-resource]


<h2>Mattermost</h2>

For a little more lively communication one can join our
[FCCSW Mattermost Team][fccsw-mattermost].


<h2>Forum</h2>

Technical issues of broader interest, but also beginner questions, can be
discussed in the [FCCSW Forum][fccsw-forum].


[fcc-ped-mails-all]: https://groups.cern.ch/Pages/GroupSearch.aspx?k=FCC-PED-SoftwareAndComputing*
[fcc-ped-mail-analysis]: https://e-groups.cern.ch/e-groups/Egroup.do?egroupName=FCC-PED-SoftwareAndComputing-Analysis
[fcc-ped-mail-detector]: https://e-groups.cern.ch/e-groups/Egroup.do?egroupName=FCC-PED-SoftwareAndComputing-Detector
[fcc-ped-mail-fullsim]: https://e-groups.cern.ch/e-groups/Egroup.do?egroupName=FCC-PED-SoftwareAndComputing-Full-Simulation
[fcc-ped-mail-generators]: https://e-groups.cern.ch/e-groups/Egroup.do?egroupName=FCC-PED-SoftwareAndComputing-Generators
[fcc-ped-mail-mdi]: https://e-groups.cern.ch/e-groups/Egroup.do?egroupName=FCC-PED-SoftwareAndComputing-MDI
[fcc-ped-mail-resource]: https://e-groups.cern.ch/e-groups/Egroup.do?egroupName=FCC-PED-SoftwareAndComputing-Resource

[fccsw-mattermost]: https://mattermost.web.cern.ch/fccsw/

[fccsw-forum]: https://fccsw-forum.web.cern.ch/

0 comments on commit a0f21b3

Please sign in to comment.