Skip to content

Commit

Permalink
Style as timeline
Browse files Browse the repository at this point in the history
See DOAJ/doajPM#3475
  • Loading branch information
sssoz committed Apr 11, 2023
1 parent 45454db commit 7f3a35b
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 8 deletions.
32 changes: 32 additions & 0 deletions cms/pages/about/at-20.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,38 @@ We are holding three events for our community around the themes: 'Open', 'Global

This page also includes a historical timeline to give you a full overview of DOAJ’s important milestones from 2003 to today.

## Timeline

{.timeline .tabular-list}
- ### 12th May 2003
- #### Some subheading
- The [Budapest Open Access Initiative](https://www.budapestopenaccessinitiative.org/) has been published and at the 2002 [Nordic Conference on Scholarly Communication](https://content.iospress.com/articles/information-services-and-use/isu368), Lund, Sweden, the idea of a directory of pure open access journals is born. Since Lund University Libray is hosting the conference, Lars Bjørnshauge, the Head Librarian and future Founder of DOAJ, suggests that Lund takes this task on. On 12th May 2003, DOAJ launches with [around 300 titles](https://docs.google.com/spreadsheets/d/1loav8PNASmpx--eZrUc9IbWr11zOgFOXVZkvGnT4vNg/edit?usp=sharing) from a list generated by [Bo-Christer Björk](https://www.linkedin.com/in/bo-christer-bj%C3%B6rk-20ba4827/).
- ‘Moreover, some of the projects and the institutional repositories that universities have established have sidestepped the established mechanisms that give order and structure to the published literature. **There is no catalogue of open access journals.** They do not have ISSNs, and are not … indexed in the relevant abstracting and indexing services. They do not use the DOI (Digital Object Identifier) or CrossRef, the system of links from citations to full text. However worthwhile they may be, **if they are not integrated into the existing scholarly literature environment, they will not be found**.’
- — ‘The First Nordic Conference on Scholarly Communication’. Information Services & Use 1 Jan. 2002 : 191 – 194. [https://doi.org/10.3233/ISU-2002-22407](https://doi.org/10.3233/ISU-2002-22407)
- ### December 2012
- #### Some subheading
- IS4OA, DOAJ’s new parent company announces a new path of improvement and development for DOAJ, including plans to extend and make more rigorous DOAJ’s criteria. This is due to a surge in questionable publishers.
- ### March-May 2014
- #### Some subheading
- The DOAJ Team is struggling to keep up with the increasing number of applications, particularly due to a surge in low quality applications. Furthermore, there are calls of concern from the research and library communities about unserious players in the open access publishing industry and a lack of transparency. DOAJ knows it must keep these “predatory” journals out of the index and assure the community that peer-reviewed open access journals are trustworthy. In March, DOAJ launches a new extended set of criteria and a new application form, designed to keep questionable publishers and journals out. In May, DOAJ announces that 99.3% of the ~10,000 journals indexed will need to reapply under the new criteria if they wish to remain indexed in DOAJ. At the same time, it [publishes a list of journals that are added and removed](https://blog.doaj.org/2014/05/22/doaj-publishes-lists-of-journals-removed-and-added/) from DOAJ.
- ### July 2014
- #### Some subheading
- In January 2014, DOAJ put out a call to its communities for help in processing applications. While crowdsourcing was definitely very “in” at the time, using your user community within a scholarly communications context perhaps wasn’t so usual. [Crowdsourcing librarian power](https://blog.doaj.org/2014/06/09/crowdsourcing-librarian-power/) was a new approach to help cope with the increasing number of applications being submitted. Thankfully, DOAJ users are loyal and dedicated and so DOAJ [launched its volunteer network](https://blog.doaj.org/2014/07/01/doaj-editor-and-associate-editor-network-goes-live/) on 1st July of the same year with three teams: Chinese, English, and Spanish.
- ### June 2016
- #### Some subheading
- With a grant from the IDRC, DOAJ launches its Ambassador program and [introduces its new Ambassadors to the world](https://blog.doaj.org/2016/06/20/presenting-the-doaj-ambassadors/). Over time, this proves to be one of DOAJ’s most valuable and successful initiatives and today, it is a model that is copied by many other organisations in the industry.
- ### December 2017
- #### Some subheading
- After three years of hard work, DOAJ announces that its reapplication project is finally complete and the last reapplication has been processed. The Editorial Team has rejected reapplications from 2058 journals and then removed a further 2860 journals that never submitted a reapplication. Heavy losses are seen among journals from Japan, Pakistan, Canada, United States and Mexico.
- ### 2019 to present day
- #### Some subheading
- Open access is growing. More and more, conversations are happening around open becoming the default and initiatives are developing to make this happen. DOAJ becomes a central pin in the growing open access movement thanks to its transparency, reliability and the degree of trust the community places in it. It is included in Plan S’ roadmap and as a key data source in their JCT tool. Attention starts to turn toward Diamond OA publishing, a flavour of journal that DOAJ has always supported. DOAJ launches [Project JASPER](https://doaj.org/preservation/) to help preserve the most vulnerable journals.
- ### 12th May 2023
- #### Some subheading
- Happy 20th birthday, DOAJ!

---

## The Events

### Open
Expand Down
2 changes: 1 addition & 1 deletion cms/sass/base/_fonts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}

@mixin font-sans {
font-family: 'Source Sans Pro', sans-serif;
font-family: 'Roboto', sans-serif;
letter-spacing: 0.015em;
}

Expand Down
5 changes: 2 additions & 3 deletions cms/sass/base/_general.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

html {
scroll-behavior: smooth;
font-size: 22px;
font-size: 18px;

@media (max-width: 768px) {
font-size: 18px;
font-size: 16px;
}
}

Expand All @@ -24,7 +24,6 @@ h1 {
font-weight: 700;
line-height: 1.05;
@include typescale-01;
@include font-serif;
}

h2 {
Expand Down
3 changes: 2 additions & 1 deletion cms/sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,6 @@
"pages/sponsors",
"pages/uploadmetadata",

"themes/dashboard"
"themes/dashboard",
"themes/timeline"
;
21 changes: 21 additions & 0 deletions cms/sass/themes/_timeline.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
.timeline {
@extend .unstyled-list;

// The dates headings
h3 {

}

// The contents for each section
ul {
@extend .unstyled-list;

> li:first-child {
// styles for heading here

+ li {
// styles for paragraph/content here
}
}
}
}
6 changes: 3 additions & 3 deletions portality/templates/layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@

<link rel="preload"
as="style"
href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Spectral:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap" />
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Spectral:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap" />

<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Spectral:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap"
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Spectral:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap"
media="print" onload="this.media='all'" />

<noscript>
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Spectral:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap" />
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Spectral:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap" />
</noscript>

<link rel="stylesheet" type="text/css" href="/static/vendor/select2-3.5.4/select2.css">
Expand Down

0 comments on commit 7f3a35b

Please sign in to comment.