Skip to content

Commit e7d6497

Browse files
authored
migration: SEN+event+volunteer (#57)
* fix links in SEN and logos
1 parent 5067742 commit e7d6497

11 files changed

+1961
-13
lines changed

config.toml

+15-3
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ pluralizelisttitles = false
6262

6363
[[menu.main]]
6464
name = "Ongoing Conferences"
65-
url = "https://www.sigsoft.org/events.html"
65+
url = "/event"
6666
weight = 1
6767
parent = "menu.conferences"
6868

@@ -124,7 +124,7 @@ pluralizelisttitles = false
124124

125125
[[menu.main]]
126126
name = "Software Engineering Notes (SEN)"
127-
url = "https://www.sigsoft.org/SEN/"
127+
url = "/SEN/SEN"
128128
weight = 3
129129
parent = "menu.pubs"
130130

@@ -255,11 +255,23 @@ pluralizelisttitles = false
255255
parent = "menu.programs"
256256

257257

258+
[[menu.main]]
259+
name = "Join"
260+
identifier = "menu.join"
261+
weight = 7
258262

259263
[[menu.main]]
260264
name = "Join SIGSOFT"
261265
url = "https://www.acm.org/special-interest-groups/sigs/sigsoft"
262-
weight = 7
266+
weight = 1
267+
parent = "menu.join"
268+
269+
[[menu.main]]
270+
name = "Volunteers"
271+
url = "/volunteers"
272+
weight = 2
273+
parent = "menu.join"
274+
263275

264276

265277
# Top bar social links menu

content/SEN/ACM_SIGSOFT_pubform.doc

48 KB
Binary file not shown.

content/SEN/ACM_SIGSOFT_pubform.docx

25.7 KB
Binary file not shown.

content/SEN/SEN.md

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
+++
2+
title = "Software Engineering Notes (SEN)"
3+
+++
4+
5+
# About
6+
7+
Software Engineering Notes (SEN) is an informal publication of the ACM Special Interest Group on Software Engineering (SIGSOFT). SEN is hence appropriate for contributions in all areas of software engineering, therein included (but not limited to) requirements, specification, design and implementation methods, software maintenance, reuse and re-engineering, quality assurance, measurement and evaluation, software processes, automated tools, practical experience, and related issues. SIGSOFT seeks to address research and development issues in these areas and to provide a common ground for both, through sponsorship of conferences, symposia and workshops, and the publication of SEN.
8+
9+
SEN (ISSN: 0163-5948) appears quarterly, viz., four issues a year. It is edited, but not refereed.
10+
Contributions should be structured and submitted as indicated by the online available publication [guidelines]({{< ref "guideline.md" >}} "guideline").
11+
12+
## SEN online in the ACM Digital Library
13+
14+
The full text of the [latest issue of SEN](http://dl.acm.org/citation.cfm?id=J728) and of all its back issues is available online in the ACM Digital Library. All issues can be freely accessed by SIGSOFT members.
15+
16+
## Indexing
17+
18+
SEN contributions are archived in the ACM Digital Library and accessible through the main indexing platforms, including DBLP Computer and Google Scholar, among others.
19+
20+
## Editorial Board
21+
22+
### Editor-in-Chief
23+
24+
Jacopo Soldani, University of Pisa, Italy
25+
26+
### Production Editor
27+
28+
Ajay Jain, Adobe Systems Inc.
29+
30+
### Associate Editors
31+
32+
- Uwe Breitenbücher, University of Stuttgart, Germany
33+
- Stefano Forti, University of Pisa, Italy
34+
- Will Tracz, United States
35+
36+
### Contacts
37+
38+
Reach the editorial team of SEN at editors_SIGSOFT [at] acm.org
39+
40+
41+
## Instructions for conference and workshop organizers
42+
43+
See [here]({{< ref "instructions.md" >}} "instructions").
44+
45+
## Publication Guidelines
46+
47+
See [here]({{< ref "guideline.md" >}} "guideline").

0 commit comments

Comments
 (0)