Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paolobrasolin/stysyphus
https://github.com/paolobrasolin/stysyphus
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/paolobrasolin/stysyphus
- Owner: paolobrasolin
- License: mit
- Created: 2023-05-12T09:42:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-15T13:04:06.000Z (over 1 year ago)
- Last Synced: 2024-11-06T00:42:58.486Z (2 months ago)
- Language: TeX
- Size: 18.6 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stysyphus
## Metadata schema
```typescript
interface Metadata = {
title: string;
abstract: string;
keywords: string[];
authors: {
fullname: string;
corresponding?: boolean;
affiliation?: {
organization: string,
address?: {
addressline?: string;
city?: string;
postcode?: string;
country?: string;
}
};
email?: string[];
orcid?: string;
funding?: {
fundingBody: string;
grantNumber: string;
}[];
acknowledgements?: string;
}[];
}
```## Target CLSs
- [ ] `article`
- [ ] `scrartcl`
- [ ] `amsart`
- [ ] `elsarticle`
- [ ] `tac`
- [ ] `svjour`
- [ ] `eptcs`
- [ ] `lipics-v2021`
- [ ] `IEEEtran`
- [ ] ...