Questions tagged [publications]

6 questions
7
votes
3 answers

Git philosophy: public vs. personal files: is there hybrid versioning?

I often find myself puzzled with such a questioning. I need to version my projects for two reasons: publish source code with its whole history so that people will be able to get into it, explore it and make use of it. archive my project with its…
iago-lito
  • 183
  • 6
4
votes
1 answer

How common is it to submit papers to journals or conferences outside of academia?

I worked in academia a few years, but more on the D-side of R&D. The race for papers never appealed to me and I'm a practical not theoretical type, but I do like reading papers on certain topics (e.g. Google Papers, NLP, FB papers, ...) a lot. How…
Furry
  • 259
  • 1
  • 7
3
votes
5 answers

Is php|architect any good?

Kind of a hard topic to search for, as architect turns up a lot about software architects instead. After 8 months of PHP self-study, I finally stumbled across the php|architect site. The length of time it took me to find it makes me suspicious of…
Drew
  • 1,283
  • 11
  • 17
3
votes
4 answers

Planning to write research paper - Tips or resources?

I am a junior in high school and I've developed an optimization system for functional languages that could be very powerful. My computer science professors at Boise State University believe I should write a paper and take my idea as far as I…
rovaughn
  • 287
  • 1
  • 6
1
vote
2 answers

Where to publish articles about open source?

I've been developing a free, open source Java database abstraction project (jOOQ) and I have released first stable releases from November 2010 onwards. Feedback has been quite good and constructive, and I am very motivated to continue my work. In…
Lukas Eder
  • 1,110
  • 3
  • 20
  • 31
0
votes
1 answer

Approaches to 'promoting' release candidates in Java projects

Is there a standard procedure for producing some jars, having them tested downstream, and then promoting these jars to the actual release? By promotion I really mean taking already publish artefacts which are known to be good, and rereleasing them…