Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/paolobrasolin/stysyphus


https://github.com/paolobrasolin/stysyphus

Last synced: 25 days ago
JSON representation

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`
- [ ] ...