├── .gitattributes ├── AASC.md ├── README.md └── section_classify ├── section-title-all.sup └── section_classify.pl /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KMCS-NII/AASC/HEAD/.gitattributes -------------------------------------------------------------------------------- /AASC.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KMCS-NII/AASC/HEAD/AASC.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KMCS-NII/AASC/HEAD/README.md -------------------------------------------------------------------------------- /section_classify/section-title-all.sup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KMCS-NII/AASC/HEAD/section_classify/section-title-all.sup -------------------------------------------------------------------------------- /section_classify/section_classify.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KMCS-NII/AASC/HEAD/section_classify/section_classify.pl --------------------------------------------------------------------------------