news

所属分类:通讯编程
开发工具:HTML
文件大小:39524KB
下载次数:0
上传日期:2022-10-07 07:12:46
上 传 者sh-1993
说明:  NUS IEEE-HKN新闻博客(不要更改存储库名称)
(NUS IEEE-HKN News blog (do not change repository name))

文件列表:
404.html (252, 2022-10-07)
CHANGELOG.md (2748, 2022-10-07)
Dockerfile (116, 2022-10-07)
Gemfile (201, 2022-10-07)
Gemfile.lock (6967, 2022-10-07)
LICENSE (1078, 2022-10-07)
_config.yml (6574, 2022-10-07)
_data (0, 2022-10-07)
_data\SocialNetworks.yml (2013, 2022-10-07)
_includes (0, 2022-10-07)
_includes\disqus.html (847, 2022-10-07)
_includes\ext-css.html (301, 2022-10-07)
_includes\ext-js.html (271, 2022-10-07)
_includes\fb-comment.html (711, 2022-10-07)
_includes\footer-minimal.html (363, 2022-10-07)
_includes\footer-scripts.html (965, 2022-10-07)
_includes\footer.html (2023, 2022-10-07)
_includes\google_analytics.html (523, 2022-10-07)
_includes\gtm_body.html (291, 2022-10-07)
_includes\gtm_head.html (479, 2022-10-07)
_includes\head.html (4244, 2022-10-07)
_includes\header.html (2421, 2022-10-07)
_includes\matomo.html (701, 2022-10-07)
_includes\nav.html (2064, 2022-10-07)
_includes\navbarlink.html (557, 2022-10-07)
_includes\social-share.html (1849, 2022-10-07)
_layouts (0, 2022-10-07)
_layouts\base.html (741, 2022-10-07)
_layouts\default.html (114, 2022-10-07)
_layouts\minimal.html (399, 2022-10-07)
_layouts\page.html (405, 2022-10-07)
_layouts\post.html (2867, 2022-10-07)
_posts (0, 2022-10-07)
_posts\2014-05-09-induction-ceremony.md (2383, 2022-10-07)
_posts\2015-11-12-induction-ceremony.md (2490, 2022-10-07)
_posts\2016-01-20-ECE-Peer-Tutoring-Program.md (792, 2022-10-07)
... ...

# NUS IEEE HKN NEWS BLOG ## Beginner guide to adding a new post To create a new post, you will need to create a new file in the `_posts` folder. ![posts](https://github.com/nus-ieee-hkn/news/blob/master/img/README_posts.png) To do so, click `Create new file` at the [landing page](https://github.com/nus-ieee-hkn/news/blob/master/https://github.com/nus-ieee-hkn/news). ![posts](https://github.com/nus-ieee-hkn/news/blob/master/img/README_create.png) Note that you will have to follow the file name format `YYYY-MM-DD-TITLE.md` when creating the file. ![posts](https://github.com/nus-ieee-hkn/news/blob/master/img/README_filename.png) To place the file in the `_posts` folder, simply key in the name as `_posts/YYYY-MM-DD-TITLE.md`. ![posts](https://github.com/nus-ieee-hkn/news/blob/master/img/README_filename1.png) The post content has to follow the layout below: ``` --- layout: post title: Induction Ceremony 2014 tags: [induction, ceremony] --- The IEEE- Eta Kappa Nu (HKN) Lambda Omega Chapter of NUS Electrical and Computer Engineering (ECE) Department had completed yet another successful and fruitful induction ceremony for the second batch of students of fine calibre. On the 8th March 2014, a formal induction ceremony was held to welcome the new inductees into the chapter. The ceremony was graced by the Head of ECE Department, Professor Chua Kee Chaing. Professor Lawrence Wong, Associate Professor Aaron Danner and Associate Professor Prahlad Vadakkepat have expressed their strong support and extended the much coveted expertise and advice in ensuring that operations within the Chapter proceed smoothly. Existing charter members were tasked with the role of ensuring that the event will be held in accordance with the induction ritual expected of this significant milestone.
New members to be inducted into the Lambda Omega Chapter of NUS
The three important qualities expected of members in this student honour society include Scholarship, Character and Attitude. They are expected to play an active role in extending their help and technical knowledge to further promote the interests of the community, organization and society. With the induction of new members into the chapter, the Chapter will further consolidate and increase awareness among the community. Members can work together to promote mutual learning from one another in order to acquire skills and knowledge which will be instrumental in the strive towards success in future endeavours. The continual push to propagate the ideals of the Chapter via close interactions will propel the Chapter to greater heights with a strong mandate given by the ECE Department in recognition of the various achievements manifested by members of the chapter.
Group photo of Faculty Academic Staff and Members of the Lambda Omega Chapter. (Front Row (third from right) Associate Professor Aaron Danner; (fourth from right) Professor Chua Kee Chaing; (left most) Professor Lawrence Wong; (third from left) Associate Professor Prahlad Vadakkepat)
``` It must contains the following header in the beginning as shown above: ``` --- layout: post title: Induction Ceremony 2014 tags: [induction, ceremony] --- ``` where `layout` must be `post` and `tags` in lower case.
The content uses [Markdown Format](https://github.com/nus-ieee-hkn/news/blob/master/https://www.markdownguide.org/basic-syntax/) but can also include html elements.
When you're done drafting your post, scroll to the bottom and commit your changes.
Do use the format `Post: ...` in the title, create a new branch with a meaningful name, and click `Commit changes`. ![posts](https://github.com/nus-ieee-hkn/news/blob/master/img/README_commit.png) After clicking the `Commit changes`, go back to [landing page](https://github.com/nus-ieee-hkn/news/blob/master/https://github.com/nus-ieee-hkn/news) again to start the pull request. ![posts](https://github.com/nus-ieee-hkn/news/blob/master/img/README_pull_request.png) Do notify this repository administrator or HKN IT group when you're done so that they can add your changes to the website! If you're still unsure any of the steps mentioned above, do approach the IT group for clarification. ## Credits This is a website that uses the template forked and refractored from the repository, [beautiful-jekyll](https://github.com/nus-ieee-hkn/news/blob/master/https://github.com/daattali/beautiful-jekyll).

近期下载者

相关文件


收藏者