Skip to content

Commit 0ab05cf

Browse files
committed
Merge pull request #100 from scipy-conference/oh_the_humanities
add missing domain symposium for #99
2 parents 6db0942 + 971cba9 commit 0ab05cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scipy2014/proposals/models.py

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ class TalkPosterProposal(ProposalBase):
3737
DOMAIN_VISUALIZATION = 7
3838
DOMAIN_SOCIAL = 8
3939
DOMAIN_ENGINEERING = 9
40+
DOMAIN_SOCIAL_SCIENCES_AND_HUMANITIES = 10
4041

4142
DOMAIN_SYMPOSIA = [
4243
(DOMAIN_NONE, "None, only submit to tracks"),
@@ -45,6 +46,7 @@ class TalkPosterProposal(ProposalBase):
4546
(DOMAIN_GEOPHYSICS, 'Geophysics'),
4647
(DOMAIN_VISUALIZATION, 'Vision, Visualization, and Imaging'),
4748
(DOMAIN_ENGINEERING, 'Engineering'),
49+
(DOMAIN_SOCIAL_SCIENCES_AND_HUMANITIES, 'Computational Social Sciences and Digital Humanities'),
4850
]
4951

5052
submission_type = models.IntegerField(choices=SUBMISSION_TYPES, default=1)

0 commit comments

Comments
 (0)