Research Papers
(template to showcase papers or other documents)
Use
This template can be used
- for showcase university previous year papers
- For sharing other resources
Tech
This template uses
How to use
Use git clone to download the template from github
$ git clone https://github.com/Rajpra786/ResearchPapers-Template.git
$ cd ResearchPapers-Template
or Download the zip file from github
After downloading the repo, you can change names of files and edit html
live page
https://rajpra786.github.io/ResearchPapers-Template/
How to contribute
- Give it a star if you like it
- fork the repo
- clone it
$ git clone https://github.com/Rajpra786/ResearchPapers-Template.git
$ cd ResearchPapers-Template
- create new branch
$ git checkout -b branch_name
- edit files
- Then in Readme.md file , add your name in contributers list
- update files in new branch
$ git add -A
- commit
$ git commit -m "info about your edits"
- push it
$ git push --set-upstream origin new-branch
- Now from github web site, make a pull request
for more details about how to create a pull request check it here
You can do following upgrades to this template
- Add new cards templates
- Add new features
- If you find any issue with code, then solve the issue
- Update index.html
Contributers
Pull Requests By (merged successfully)