Skip to content

AF-VCD/pdf-bullets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pdf-bullets

Main Website

pdf analysis of air force forms

One of the most pointless and time-consuming things that Air Force officer and enlisted personnel do every year is bullet-writing.

Air Force personnel typically are required to write bullets for performance reports and award packages.

AF bullets follow a few formatting rules:

  • Each bullet must be exactly one line, with the width of the line depending on the form (performance report, award package, etc).
  • Acronyms and abbreviations are organization/commander-specific. Organizations are highly inconsistent with their abbreviation/acronym policies.

Those formatting rules lead to the following

  • Information compression is prioritized over legibility
  • Time is wasted on acronym/abbreviation revision
  • Bullet "appearance" becomes highly valued; some examples of arbitrary bullet appearance rules:
    • any sort of repetition = bad
    • bullets near flush with page boundaries = good

The purpose of this repository is to develop a set of tools to automate the pointless aspects of bullet-writing so that an officer/enlisted member can focus more on writing actual content rather than worry about irrelevant formatting.

Note: When importing rules from a .xlsx file, the columns are:

  1. Enabled (TRUE|FALSE)
  2. Word (long form)
  3. Abbreviation

VERY IMPORTANT: Sort the Excel sheet in DESCENDING ORDER. Due to the greedy nature of the replacement, the reverse sorted order is required to ensure proper compression of abbreviations.

Example of the bug above: acronyms in sorted order:
United States Air Force: USAF
United States Air Force Academy: USAFA
Will cause "United States Air Force Academy" to be abbreviated as "USAF Academy"

Reversing the order:
United States Air Force Academy: USAFA
United States Air Force: USAF
Corrects this issue.

About

Web-based utility for writing Air Force Bullets (EPR/OPR/Awards)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published