Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.8%) to scientific vocabulary
Repository
狼牙战队官方网站
Basic Info
- Host: GitHub
- Owner: HUSTLYRM
- License: bsd-3-clause
- Language: HTML
- Default Branch: main
- Size: 70.6 MB
Statistics
- Stars: 14
- Watchers: 0
- Forks: 5
- Open Issues: 2
- Releases: 0
Metadata Files
README.md
华中科技大学狼牙战队官方网站
演示
请访问 www.hustlangya.fun 🚀
本项目基于 Lab Website Template 构建
项目简介
本项目是华中科技大学狼牙战队官方网站,用于展示狼牙战队的相关信息,包括队伍成员、项目介绍、比赛成绩、团队成果等。
本项目亦可作为其他队伍的官方网站模板,只需简单修改配置文件即可。不需要任何编程知识,低代码即可完成网站搭建。
核心功能
团队获奖展示 🏆
支持展示团队获奖情况,包括奖项名称、奖项级别、获奖日期、获奖成员、项目描述等。

团队项目展示 🚀
支持展示团队项目情况,包括项目名称、项目描述、项目成员、项目图片等。

团队成员展示 👨👩👧👦
支持展示团队成员情况,包括成员姓名、成员职位、成员简介、成员照片等。
成员个人卡片

成员详情

团队成员支持分级展示,如队长、副队长、技术负责人、普通队员等。
团队成员支持与团队成果的关联,如团队成员获奖情况、团队成员参与的项目等。
博客文章 📝
支持发表博客文章,用于展示团队成员的技术分享、团队活动、团队成果等。
博文支持关联团队成员、团队项目、团队获奖等。

新闻文章 📰
支持发表新闻文章,用于展示团队的新闻动态、团队成果等。

使用方法
视频使用教程已发布到 Bilibili 【一键创建你的战队官网!零代码零成本!】 。
创建网站
进入
Actions页面,执行first-time-setupworkflow,初始化网站。
修改
_config.yml文件,配置网站基本信息。请确保至少设置了title、description字段。设置Github Pages,选择
gh-pages分支作为网站源。
等待几分钟,您的网站就会自动部署到GitHub Pages上了。
预览网站
GitHub Pages(推荐)
当您在GitHub上打开或更新Pull Request(PR)请求时,GitHub Actions会将更改进行实时预览。预览链接将会自动更新在PR请求的评论中。这样,审阅者和编辑可以方便地看到每次更改的切实结果。
本地预览
- 安装 Docker Desktop(推荐)或 Docker,并启动 Docker。
- 将您所创建的项目克隆到本地。
- 在您项目的本地路径下执行
./.docker/run.sh - 等待Docker安装所有的依赖。第一次花费约2分钟。
- 在浏览器中打开
http://localhost:4000即可预览网站。 - 当您更改项目文件时,预览网站会实时刷新/更新,仅有在更改_config.yaml的后需要您手动刷新。
注意:您可能需要为Docker配置特殊的网络环境以支持Docker安装所需要的依赖。
网站信息配置
配置文件
以_开头的文件夹为配置文件夹,用于配置团队的相关信息。
| 配置文件夹 | 说明 |
| --- | --- |
| _config.yml | 网站的基本信息配置,包括网站名称、网站描述、网站图标、网站主题等 |
| _members | 团队成员信息配置 |
| _awards | 团队获奖信息配置 |
| _projects | 团队项目信息配置 |
| _patents | 团队所获专利信息配置 |
| _posts | 博客文章信息配置 |
| _news | 新闻文章信息配置 |
更多配置
请参考 Lab Website Template 文档。
贡献
欢迎提交PR,一起完善本项目,欢迎在Issues中提出您的建议和需求。
如果您觉得本项目对您有所帮助,欢迎Star⭐️本项目!
Owner
- Name: HUSTLYRM
- Login: HUSTLYRM
- Kind: organization
- Repositories: 10
- Profile: https://github.com/HUSTLYRM
Citation (CITATION.cff)
# citation metadata for the template itself
title: "Lab Website Template"
version: 1.2.2
date-released: 2024-06-05
url: "https://github.com/greenelab/lab-website-template"
authors:
- family-names: "Rubinetti"
given-names: "Vincent"
orcid: "https://orcid.org/0000-0002-4655-3773"
- family-names: "Greene"
given-names: "Casey"
orcid: "https://orcid.org/0000-0001-8713-9213"
cff-version: 1.2.0
GitHub Events
Total
- Issues event: 1
- Watch event: 14
- Delete event: 1
- Issue comment event: 28
- Member event: 3
- Push event: 396
- Pull request review event: 4
- Pull request event: 51
- Fork event: 6
- Create event: 4
Last Year
- Issues event: 1
- Watch event: 14
- Delete event: 1
- Issue comment event: 28
- Member event: 3
- Push event: 396
- Pull request review event: 4
- Pull request event: 51
- Fork event: 6
- Create event: 4
Dependencies
- actions/checkout v4 composite
- actions/configure-pages v4 composite
- crazy-max/ghaction-dump-context v2 composite
- mxschmitt/action-tmate v3 composite
- rossjrw/pr-preview-action v1.4.7 composite
- ruby/setup-ruby v1.172.0 composite
- JamesIves/github-pages-deploy-action v4.5.0 composite
- actions/checkout v4 composite
- actions/configure-pages v4 composite
- crazy-max/ghaction-dump-context v2 composite
- mxschmitt/action-tmate v3 composite
- ruby/setup-ruby v1.172.0 composite
- actions/checkout v4 composite
- actions/github-script v7 composite
- crazy-max/ghaction-dump-context v2 composite
- mxschmitt/action-tmate v3 composite
- peterjgrainger/action-create-branch v3.0.0 composite
- stefanzweifel/git-auto-commit-action v5 composite
- actions/checkout v4 composite
- actions/setup-python v5 composite
- crazy-max/ghaction-dump-context v2 composite
- mxschmitt/action-tmate v3 composite
- peter-evans/create-pull-request v6 composite
- stefanzweifel/git-auto-commit-action v5 composite
- tj-actions/verify-changed-files v18 composite
- actions/checkout v4 composite
- actions/configure-pages v4 composite
- actions/github-script v7 composite
- crazy-max/ghaction-dump-context v2 composite
- mxschmitt/action-tmate v3 composite
- stefanzweifel/git-auto-commit-action v5 composite
- tj-actions/verify-changed-files v18 composite
- ruby 3.1.2 build
- PyYAML *
- diskcache *
- google-search-results *
- manubot *
- python-dotenv *
- rich *
- jekyll-feed >= 0 development
- jekyll-last-modified-at >= 0 development
- jekyll-redirect-from >= 0 development
- jekyll-sitemap >= 0 development
- jekyll-spaceship >= 0 development
- html-proofer ~> 5.0
- jekyll ~> 4.3
- webrick ~> 1.7
- Ascii85 1.1.0
- addressable 2.8.1
- afm 0.2.2
- async 2.8.1
- bundler 2.5.6
- colorator 1.1.0
- concurrent-ruby 1.2.2
- console 1.23.4
- em-websocket 0.5.3
- ethon 0.16.0
- eventmachine 1.2.7
- ffi 1.15.5
- fiber-annotation 0.2.0
- fiber-local 1.0.0
- forwardable-extended 2.6.0
- gemoji 3.0.1
- google-protobuf 3.22.0
- hashery 2.1.2
- html-proofer 5.0.8
- http_parser.rb 0.8.0
- i18n 1.12.0
- io-event 1.4.4
- jekyll 4.3.2
- jekyll-feed 0.17.0
- jekyll-last-modified-at 1.3.0
- jekyll-redirect-from 0.16.0
- jekyll-sass-converter 3.0.0
- jekyll-sitemap 1.4.0
- jekyll-spaceship 0.10.2
- jekyll-watch 2.2.1
- json 2.7.1
- kramdown 2.4.0
- kramdown-parser-gfm 1.1.0
- liquid 4.0.4
- listen 3.8.0
- mercenary 0.4.0
- mini_portile2 2.8.1
- nokogiri 1.13.10
- pathutil 0.16.2
- pdf-reader 2.12.0
- posix-spawn 0.3.15
- public_suffix 5.0.1
- racc 1.6.2
- rainbow 3.1.1
- rake 13.1.0
- rb-fsevent 0.11.2
- rb-inotify 0.10.1
- rexml 3.2.5
- rouge 3.30.0
- ruby-rc4 0.1.5
- safe_yaml 1.0.5
- sass-embedded 1.58.3
- terminal-table 3.0.2
- timers 4.3.5
- ttfunk 1.7.0
- typhoeus 1.4.1
- unicode-display_width 2.4.2
- webrick 1.8.1
- yell 2.2.2
- zeitwerk 2.6.13
