This repository contains the manuscript for a Scopus-indexed journal article on Unidentified Anomalous Phenomena (UAP). The document is organized into separate markdown files for each section to facilitate collaborative editing and version control.
sections/: Directory containing individual section files00-editor-notes.md: Editor's notes and comments01-summary.md: Summary of final review02-title.md: Article title03-abstract.md: Abstract04-keywords.md: Keywords05-introduction.md: Introduction06-official-acknowledgment.md: Official Acknowledgment & Political Battle07-experiential-ancient-core.md: The Experiential and Ancient Core08-new-paradigm.md: Forging a New Paradigm09-discussion.md: Discussion10-conclusion.md: Conclusion11-references.md: References
figures/: Directory for images, charts, and diagramstables/: Directory for data tables in markdown formatreferences/: Additional reference materials and citation files.github/: GitHub-specific configuration filesworkflows/: Automated checks and build processesISSUE_TEMPLATE/: Templates for reporting issuesPULL_REQUEST_TEMPLATE/: Templates for pull requests
build_manuscript.sh: Script to combine sections into a complete manuscript
-
Clone the repository:
git clone https://github.com/OceanWave78/scopus-uap-manuscript.git cd scopus-uap-manuscript -
Create a branch for your edits:
git checkout -b your-branch-name
-
Make your changes to the relevant section files
-
Build the complete manuscript to preview your changes:
./build_manuscript.sh
-
Commit and push your changes:
git add . git commit -m "Description of your changes" git push origin your-branch-name
-
Create a pull request through the GitHub interface
- Review pull requests using GitHub's review features
- Comment on specific lines to provide targeted feedback
- Approve or request changes based on the review criteria
-
Branch Management:
- Create a new branch for each major edit or revision
- Use descriptive branch names (e.g.,
revise-abstract,update-references) - Keep changes focused and limited in scope for easier review
-
Commit Messages:
- Write clear, descriptive commit messages
- Begin with a verb (e.g., "Add new reference", "Fix citation format")
- Reference relevant issues or discussions when applicable
-
Pull Requests:
- Submit pull requests for review before merging changes
- Provide a summary of changes in the PR description
- Tag relevant collaborators for review
-
Review Process:
- Use GitHub's review features to comment on specific lines
- Provide constructive feedback with clear suggestions
- Approve changes only after thorough review
-
Style Guidelines:
- Maintain consistent APA 7th Edition formatting for citations
- Follow academic writing conventions
- Ensure logical flow between sections
To combine all sections into a single document:
./build_manuscript.shTo generate a PDF version (requires pandoc with PDF support):
./build_manuscript.sh --pdfReferences are maintained in the 11-references.md file. When adding new citations:
- Add the full reference to
11-references.mdin APA 7th Edition format - Use consistent in-text citation format throughout the document
- Ensure all citations in the text have corresponding entries in the references section
This repository uses GitHub Actions to automatically:
- Check for spelling errors in the manuscript
- Verify that all citations have corresponding references
- Build the combined manuscript
- Report any issues found
These checks run automatically when changes are pushed to the main branch or when a pull request is created.
Use the GitHub Issues feature to:
- Report formatting problems
- Suggest content improvements
- Discuss theoretical aspects
- Track editing progress
This manuscript is the intellectual property of the authors. All rights reserved.