academic-templates-website
SER375 - Open Source Development semester long project
Science Score: 18.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
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.6%) to scientific vocabulary
Repository
SER375 - Open Source Development semester long project
Basic Info
- Host: GitHub
- Owner: pferhan
- Language: HTML
- Default Branch: master
- Size: 769 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
About
This program offers a one-stop shop for all academic needs. Whether it is automated formatting of academic posters or helping you build a professional looking resume, Template Scholar has the resources for you.
Academic Posters
This generator prompts you to enter information you would like displayed on an academic poster. Typical sections include introduction, methods, results, figures, discussion, future direction, acknowledgements, etc. There is an area to upload external figures and graphs.
Once the user clicks the generate button the default format will be shown with options to customize.
In the future I would like to add a feature that allows the user to generate graphs, charts, and tables within this application.
Resume
This generator prompts you to enter information about yourself. Typical sections include personal information, education, work experience, awards, skills, etc. Once the user clicks the generate button the default format will be shown with options to customize.CV
Similar to the resume maker, this generator prompts you to enter information about yourself. A CV, curriculum vitae, is a longer academic list that includes more experiences, certifications, publications, and coursework. Once again the document rendered on the generate button and the default format will be shown with options to customize.Assignment Tracker
The assignment tracker offers a digital planner application. This can help you keep track of homework, exam, and project dates easily with spreadsheet type data that can be stored, appended, and exported. It keeps track of due dates and can generate workplans based on this information.Presentation
(honestly I'm not sure what this looks like yet)Citation Generator
Given prompts to enter various information about a source, the generate button will produce a single citation and the option to create a new reference page or add to an existing one. Users can choose between various popular formats including APA, MLA, or Chicago.In the future I would like to add a feature that will just accept the link to a website and will generate the citation for you automatically.
Installation and Setup
This website is fully operational through the Homepage.html file. Users just looking to utilize Template Scholar services should navigate here HERE
Users looking to customize their experience further should clone the repo to their computer. HTML files are named appropriately for navigation. CSS and JS files determine style and functions, respectively.
Citation (CitationGeneratorHomepage.html)
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../style.css">
<title>Citation Generator</title>
</head>
<body>
<header>
<figure class="imgHome">
<a href="http://127.0.0.1:3000/Homepage.html">
<img src="img/home.png" alt="Home">
</a>
</figure>
<h1>CITATION GENERATOR</h1>
</header>
</body>
</html>