-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from nukehub-dev:develop
Develop
- Loading branch information
Showing
42 changed files
with
2,124 additions
and
753 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
--- | ||
layout: base | ||
layout: page | ||
id: 404 | ||
permalink: /404.html | ||
--- | ||
|
||
<!--========== 404 ==========--> | ||
<section class="section" id="page-not-found" style="margin-top: 5.5rem;"> | ||
<h2 class="section_title">Page not found :(</h2> | ||
<span class="section_subtitle">The requested page could not be found.</span> | ||
</section> | ||
<h2 class="section_title">Page not found :(</h2> | ||
<span class="section_subtitle" style="height: 28vh;">The requested page could not be found.</span> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# This YAML block represents all event entries. | ||
# Each field contains specific details about the event. | ||
|
||
# Fields: | ||
# title (required): The title of the event. | ||
# description (optional): A description of the event. | ||
# start (required): The start time of the event in ISO 8601 format. The time zone is assumed to be UTC. | ||
# end (optional): The end time of the event in ISO 8601 format. | ||
# venue (required if physical event): The location of the event. For virtual events, this is set to 'Virtual Event'. | ||
# organizer (optional): Details about the event organizer, including name and email. | ||
# speakers (optional): Details about the event speakers, including name and email. | ||
# url (optional): The URL of the event. | ||
# customization (optional): Customization options for visual elements, including background and text color (default: blue and white respectively). | ||
|
||
# Example Event Entry: | ||
|
||
#- title: Title of Event | ||
# description: Description of the event | ||
# start: '2024-02-01T01:00' | ||
# end: '2024-02-01T02:00' | ||
# venue: Venue Name | ||
# organizer: | ||
# - name: Organizer Name | ||
# email: [email protected] | ||
# speakers: | ||
# - name: Speaker Name | ||
# email: [email protected] | ||
# url: https://www.example.com | ||
# customization: | ||
# - background: red | ||
# text: white | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# This YAML structure defines categories for footer entries. | ||
# Each containing details such as title and URL. | ||
|
||
# Fields: | ||
# title (required): The title of the category. | ||
# children (required): An array of sub-categories. | ||
# title (required): The title of the sub-category. | ||
# url (required): The URL of the sub-category. | ||
# newpage (optional): Whether to open the URL in a new page. | ||
|
||
- title: Navigation | ||
children: | ||
- title: Home | ||
url: /#home | ||
- title: Projects | ||
url: /#projects | ||
- title: About Us | ||
url: /about | ||
|
||
- title: Projects | ||
children: | ||
- title: NRMS | ||
url: /nrms | ||
newpage: true | ||
- title: NukeAnalytics | ||
url: /nuke-analytics | ||
newpage: true | ||
- title: NukeLab | ||
url: /nuke-lab | ||
newpage: true | ||
- title: NukeBox | ||
url: https://nukebox.readthedocs.io/ | ||
newpage: true | ||
|
||
- title: Connect Us | ||
children: | ||
- title: GitHub | ||
url: https://github.com/nukehub-dev/ | ||
newpage: true | ||
- title: NukeTalk | ||
url: https://talk.nukehub.org | ||
newpage: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
# This YAML structure defines categories for navigation entries. | ||
# Each containing details such as title, icon, and URL. | ||
|
||
# Fields: | ||
# title (required): The title of the category. | ||
# icon (required): The icon of the category. | ||
# url (required/optional): The URL of the category. | ||
# children (required/optional): An array of sub-categories. | ||
# title (required): The title of the sub-category. | ||
# icon (required): The icon of the sub-category. | ||
# url (required): The URL of the sub-category. | ||
# newpage (optional): Whether to open the URL in a new page. | ||
|
||
- title: Home | ||
icon: nuke-home | ||
url: / | ||
|
||
- title: Projects | ||
icon: nuke-application | ||
children: | ||
- title: NRMS | ||
icon: nuke-power-plant-1 | ||
url: /nrms | ||
- title: NukeAnalytics | ||
icon: nuke-chart-1 | ||
url: /nuke-analytics | ||
- title: NukeLab | ||
icon: nuke-research-platform | ||
url: /nuke-lab | ||
- title: NukeBox | ||
icon: nuke-box | ||
url: https://nukebox.readthedocs.io/ | ||
newpage: true | ||
|
||
- title: Manual | ||
icon: nuke-news | ||
children: | ||
- title: About Us | ||
icon: nuke-about | ||
url: /about | ||
- title: Privacy Policy | ||
icon: nuke-lock | ||
url: /privacy-policy | ||
- title: Terms of Service | ||
icon: nuke-document-ready | ||
url: /terms-of-service | ||
- title: Code of Conduct | ||
icon: nuke-law | ||
url: /code-of-conduct | ||
|
||
- title: Community | ||
icon: nuke-group | ||
children: | ||
- title: People | ||
icon: nuke-profile | ||
url: /people | ||
- title: Events | ||
icon: nuke-calender-alt | ||
url: /events | ||
- title: NukeTalk | ||
icon: nuke-chat-2 | ||
url: https://talk.nukehub.org | ||
newpage: true | ||
- title: GitHub | ||
icon: nuke-github | ||
url: https://github.com/nukehub-dev | ||
newpage: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,60 @@ | ||
- name: Ahnaf Tahmid Chowdhury | ||
org: Military Institute of Science and Technology (MIST) | ||
position: Research Assistant | ||
email: [email protected] | ||
url: https://tahmid.pages.dev/ | ||
image: https://github.com/ahnaf-tahmid-chowdhury.png | ||
github: ahnaf-tahmid-chowdhury | ||
linkedin: ahnaf-tahmid- | ||
scholar: https://scholar.google.com/citations?hl=en&user=U0TLOGQAAAAJ | ||
|
||
# This YAML structure defines categories for person entries. | ||
# Each containing details such as name, image, organization, role, location, contact information, and various online profiles. | ||
|
||
# Fields: | ||
# title (required): The title of the category. | ||
# description (required): A description of the category. | ||
# children (required): An array of sub-categories. | ||
# name (required): The name of the person. | ||
# image (required): The URL of the person's image. | ||
# organization (optional): The organization of the person. | ||
# role (optional): The role of the person in the organization. | ||
# location (optional): The location of the person. | ||
# email (required): The email address of the person. | ||
# phone (optional): The phone number of the person. | ||
# url (optional): The URL of the person's website. | ||
# whatsapp (optional): The WhatsApp number of the person. | ||
# skype (optional): The Skype username of the person. | ||
# linkedin (optional): The LinkedIn username of the person. | ||
# twitter (optional): The Twitter username of the person. | ||
# facebook (optional): The Facebook username of the person. | ||
# instagram (optional): The Instagram username of the person. | ||
# github (optional): The GitHub username of the person. | ||
# gitlab (optional): The GitLab username of the person. | ||
# bitbucket (optional): The Bitbucket username of the person. | ||
# stackoverflow (optional): The StackOverflow ID of the person. | ||
# scholar (optional): The Google Scholar ID of the person. | ||
# orcid (optional): The ORCID ID of the person. | ||
# researchgate (optional): The ResearchGate username of the person. | ||
# zotero (optional): The Zotero username of the person. | ||
# youtube (optional): The YouTube channel username of the person. | ||
|
||
- title: Executive Council Members | ||
description: > | ||
The Executive Council (EC) at NukeHub serves as the guiding | ||
force overseeing all facets of the organization's mission in | ||
nuclear technology exploration and advancement. Comprising | ||
experts in nuclear science, engineering, and technology, | ||
the EC plays a pivotal role in strategic decision-making and | ||
the effective management of all initiatives. The EC actively | ||
upholds NukeHub's values, ensuring collaborative efforts with | ||
stakeholders, professionals, and enthusiasts. Delegating | ||
responsibilities to various subcommittees and working groups, | ||
the EC fosters a cohesive approach to achieving NukeHub's goals, | ||
with a commitment to excellence in nuclear science and engineering. | ||
children: | ||
- name: Ahnaf Tahmid Chowdhury | ||
image: https://github.com/ahnaf-tahmid-chowdhury.png | ||
organization: Military Institute of Science and Technology (MIST) | ||
location: Dhaka, Bangladesh | ||
email: [email protected] | ||
url: https://tahmid.pages.dev/ | ||
twitter: tahmid__ | ||
github: ahnaf-tahmid-chowdhury | ||
bitbucket: ahnaf-tahmid-chowdhury | ||
stackoverflow: 15208181 | ||
linkedin: ahnaf-tahmid- | ||
scholar: U0TLOGQAAAAJ | ||
orcid: 0000-0003-1070-5576 | ||
researchgate: ahnaf-tahmid-chowdhury | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# This YAML structure defines categories for project entries, | ||
# each containing details such as title, description, and URL. | ||
|
||
# Fields: | ||
# title (required): The title of the category. | ||
# description (required): A description of the category. | ||
# url (required): The URL of the project. | ||
# source (required): The URL of the project's source code. | ||
# newpage (optional): Whether to open the URL in a new page. | ||
|
||
- title: NRMS | ||
description: > | ||
Nuclear Reactor Monitoring System (NRMS) provides the user with the ability | ||
to access the PRIS database and visualize the data in a user-friendly manner. | ||
url: https://nrms.nukehub.org | ||
source: https://github.com/nukehub-dev/nrms | ||
newpage: true | ||
|
||
- title: NukeAnalytics | ||
description: > | ||
Make use of the PRIS database to analyze the data using SQL Lab and generate | ||
charts and dashboards. | ||
url: https://analytics.nukehub.org | ||
source: https://github.com/nukehub-dev/nukeanalytics | ||
newpage: true | ||
|
||
- title: NukeLab | ||
description: > | ||
Run nuclear physics simulations and analyses effortlessly in the cloud. | ||
Access anytime, anywhere, and collaborate seamlessly with peers. | ||
url: https://lab.nukehub.org | ||
source: https://github.com/nukehub-dev/nukelab | ||
newpage: true | ||
|
||
- title: NukeBox | ||
description: > | ||
A package manager specifically crafted to simplify the installation and | ||
management of vital packages and libraries required for nuclear physics | ||
simulations and analyses. | ||
url: https://nukebox.readthedocs.io/ | ||
source: https://github.com/nukehub-dev/nukebox | ||
newpage: true |
Oops, something went wrong.