294,667 research outputs found
The Strategies for Simple One-Point Ko Situation of Computer Go
[[abstract]]Ko plays a very important role in Go, but most computer Go programs still cannot handle ko fights so far. Utilizing the principle of Minimax procedure, we obtain the best strategies for the simple one-point ko situation, enabling computer Go programs to gain maximum or loss minimum profit when dealing with the simple one-point ko situation. We also discuss in detail the strategies for using ko threats during the process of the ko fight.
Go-3D 2009: Go for Innovations
Unter dem Motto "Go for Innovations" präsentiert die Go-3D 2009 aktuelle Technologien der 3D-Computergraphik und deren Nutzen in der maritimen Wirtschaft. Wissenschaftler aus dem Bereich der angewandten Forschung und Entwicklung sowie Praktiker aus Unternehmen demonstrieren zahlreiche Anwendungen, diskutieren Einsatzpotenziale und zeigen aktuelle Trends auf. Veranstalter der Konferenz ist das Kompetenznetzwerk "Go-3D - Effiziente Prozesskette für 3D-Computergraphik". Es wird gefördert durch das Bundesministerium für Wirtschaft und Technologie
Dispelling the Myths Behind First-author Citation Counts
We conducted a full-scale evaluative citation analysis study of scholars in the XML research field to explore just how different from each other author rankings resulting from different citation counting methods actually are, and to demonstrate the capability of emerging data and tools on the Web in supporting more realistic citation counting methods. Our results contest some common arguments for the continued
use of first-author citation counts in the evaluation of scholars, such as high correlations between author rankings by first-author citation counts and other citation
counting methods, and high costs of using more realistic citation counting methods that are not well-supported by the ISI databases. It is argued that increasingly available digital full text research papers make it possible for citation analysis studies to go beyond what the ISI databases have directly supported and to employ more
sophisticated methods
Video_S5_Go-No-Go
Movie S5: Go/No-Go Task. The experimenter places a piece of food on the far end of the table (out of the chimpanzee’s reach) and an object cuing the chimpanzee as to whether it is “go” or “no-go” trial in the center of the table, near the chimpanzee. If chimpanzees emit a response to the “go” object (here, a white overturned cup) by touching it, E gives them the food. In contrast, on trials where E presents the “no-go” option (here an overturned orange container, with cues counterbalanced across chimpanzees), if chimpanzees emit a response, E throws the food away. Here, the chimpanzee emits a response to both cue types, but hesitates before the “no-go” cue
go-hep/hep: Release v0.32.0
Release v0.32.0 is out of the oven.
This release contains no major API breakage, but all around improvements and bug fixes.
This release drops support for Go-1.17 (and earlier) and is the first release with the introduction of a few generics-based APIs.
Thanks to Olivier Mengué (@dolmen) there were a couple of house cleaning changes that have been applied (as part of the CERN+Google Hackathon).
Thanks again Olivier.
There has been some work on RNTuple front, but nothing that can be released yet.
brio
General clean-ups by Olivier M.
fwk
General clean-ups by Olivier M.
groot
riofs: add generic Get[T] to retrieve ROOT objects
riofs: export in-memory read-only RMemFile ROOT file
hbook
General clean-ups by Olivier M.
lhef
General clean-ups by Oliver M.
Olivier also reduced the amount of memory allocations in lhef.NewDecoder.
sliceop
introduce sliceop and generics-based functions that mimick what sliceop/f64s did
implement sliceop/f64s in terms of sliceop
Changelog
c8c6fbf9 fmom: update for new gonum.org/v1/[email protected]/r3 API
3e7183c9 all: update [email protected], [email protected], [email protected], [email protected], [email protected] and go/x
535619c2 ci: add Go-1.19
c6ebf251 all: use git.sr.ht/~sbinet/[email protected] fork
770e2dc1 all: bump x/[email protected]
ece275b1 groot: fix go:generate portability for root-gen-type
0c1ce510 brio-gen: cleanup files produced by test on test success
8c3e3fa2 ci: bump actions/{setup-go,cache,checkout}/v3
fafbeb67 all: bump [email protected]
ff19fc7b groot: document interop model with ROOT/C++
0eeae227 groot/rmeta: regnerate stringer
f9b43650 groot/{cmd/root-gen-type,rdict}: add support for generating RVec types
dc2dcf63 groot/{rcmd,rdict}: add support for reading ROOT::VecOps::RVec
fd8c2dc4 cmd/lhef2hepmc: improve warning message and display event number
f979a1cb all: apply gofmt-1.19 formating rules
2d8ce49a fwk/internal/fwktest: apply staticcheck cosmetic change
f81a84e5 fwk: gofmt
f596c97c fwk: manual fix of the last reference of pkg testdata
d4ec96b7 fwk: fix references to pkg testdata
c04eef86 fwk: rename pkg ./testdata to ./internal/fwktest
07f22fc6 sliceop: use errors.New for constant errors
40700b82 hbook: regenerate files produced by brio-gen
25b579b8 hbook: fix go:generate to not require to install brio-gen
7fe81f63 brio-gen: fix generated code to follow the Go standard
3396f5f1 brio-gen: add .gitignore for temporary files produced by tests
19923699 lhef: reduce allocs on event decoding
9c5c5662 lhef: more Decoder tests
cbb49350 lhef: reduce allocs in NewDecoder
163d127b lhef: use errors.New instead of fmt.Errorf for constants
020835d7 cmd/root2yoda: removes unreacheable statement
cf9adbb1 ci: use codecov-action@v2
474d07ad groot/riofs: export in-memory read-only RMemFile ROOT file
bb8ad3d4 groot/{cmd/root-gen-type,riofs}: add testdata for base+derived classes
c52e43d3 groot/rdict: correctly handle generation of marshaling for base classes
7f90bc7e all: bump x/crypto, x/exp and x/sys
4f927c35 sliceop: improve performances of Take
c2ec83ed sliceop{,/f64s}: introduce generics sliceop
582dce6c groot/riofs: add generic Get[T] to retrieve ROOT objects
ccbaeb33 all: apply staticcheck fixes
e93f8a17 ci: use staticcheck instead of golangci-lint
7a3ff60c ci: reduce git-checkout depth
ddf2dc75 all: drop Go-1.17
What's Changed
all: drop Go-1.17 by @sbinet in https://github.com/go-hep/hep/pull/929
groot/riofs: add generic Get[T] to retrieve ROOT objects by @sbinet in https://github.com/go-hep/hep/pull/930
sliceop{,/f64s}: introduce generics sliceop by @sbinet in https://github.com/go-hep/hep/pull/931
all: bump x/crypto, x/exp and x/sys by @sbinet in https://github.com/go-hep/hep/pull/932
Groot gen type base by @sbinet in https://github.com/go-hep/hep/pull/933
groot/riofs: export in-memory read-only RMemFile ROOT file by @sbinet in https://github.com/go-hep/hep/pull/935
ci: use codecov-action@v2 by @sbinet in https://github.com/go-hep/hep/pull/936
removes unreacheable statement by @chavacava in https://github.com/go-hep/hep/pull/928
lhef: use errors.New instead of fmt.Errorf for constants by @dolmen in https://github.com/go-hep/hep/pull/937
lhef: reduce number of allocs in Decoder by @dolmen in https://github.com/go-hep/hep/pull/938
brio-gen: follow Go standard for generated files by @dolmen in https://github.com/go-hep/hep/pull/939
sliceop: use errors.New for constant errors by @dolmen in https://github.com/go-hep/hep/pull/940
fwk: rename package testdata to internal/fwktest by @dolmen in https://github.com/go-hep/hep/pull/942
Staticcheck fix by @sbinet in https://github.com/go-hep/hep/pull/943
cmd/lhef2hepmc: improve warning message and display event number by @sbinet in https://github.com/go-hep/hep/pull/944
Groot vecops by @sbinet in https://github.com/go-hep/hep/pull/945
groot/rmeta: regnerate stringer by @dolmen in https://github.com/go-hep/hep/pull/946
groot: document interop model with ROOT/C++ by @sbinet in https://github.com/go-hep/hep/pull/948
all: bump [email protected] by @sbinet in https://github.com/go-hep/hep/pull/949
ci: bump actions/{setup-go,cache,checkout}@v3 by @sbinet in https://github.com/go-hep/hep/pull/950
brio-gen: cleanup files produced by tests on test success by @dolmen in https://github.com/go-hep/hep/pull/951
groot: fix go:generate portability for root-gen-type by @dolmen in https://github.com/go-hep/hep/pull/952
Go x tools by @sbinet in https://github.com/go-hep/hep/pull/953
ci: add Go-1.19 by @sbinet in https://github.com/go-hep/hep/pull/954
all: update [email protected], [email protected], [email protected], [email protected].… by @sbinet in https://github.com/go-hep/hep/pull/957
New Contributors
@chavacava made their first contribution in https://github.com/go-hep/hep/pull/928
@dolmen made their first contribution in https://github.com/go-hep/hep/pull/937
Full Changelog: https://github.com/go-hep/hep/compare/v0.31.0...v0.32.
Chinese Overseas M&A Performance and the go Global Policy
This paper investigates whether stock markets view Chinese OMAs as increasing shareholder wealth. The subject is of interest given the influential role that the government plays in Chinese firms’ overseas activities, and the fact that the government may have objectives other than maximization of shareholder wealth. We examine 145 OMAs by Chinese acquiring firms over the year 1994-2008. We find some evidence that markets positively responded to news of Chinese OMAs. However, we also find that markets responded less favorably after China implemented its Go Global policy encouraging overseas investment. We hypothesize two reasons for this: First, the expansion of OMAs under Go Global resulted in Chinese firms pursuing less attractive targets, on average. Second, Go Global re-directed investment towards industries having national strategic value but diminished profit value. Using a Blinder-Oaxaca decomposition procedure, we find no evidence to support this latter hypothesis. Thus, to whatever extent strategic interests may motivate China’s Go Global policy, it does not appear that their pursuit has come at the expense of shareholder wealth.Economic Development; China Economy; Overseas Mergers and Acquisitions; Event Study; Go Global
What could we learn from the sub-analysis of a single nation cohort in a worldwide study? Lessons from the results observed in the Italian cohort of the GO-MORE trial.
Abstract
OBJECTIVES:
GO-MORE Trial investigated the use of Golimumab (GLM) in 3280 rheumatoid arthritis (RA) patients worldwide. At present, the burden of arthritis is greater in poorer countries than in developed countries due to socioeconomic disparities, thus suggesting the usefulness of subgroup investigations. We aimed to evaluate GLM as add-on therapy for RA patients in the Italian cohort of GO-MORE trial and compared the clinical characteristics between Italian patients and the enrolled patients worldwide.
METHODS:
Ninety-eight Italian patients with active RA, fulfilling the 1987 ACR criteria were enrolled. Statistical analyses were performed to assess: i. the differences in baseline characteristics; ii. the efficacy after 6 months; between Italian and Rest of the World GO-MORE populations.
RESULTS:
Compared to the worldwide population, Italian patients showed a lower value of disease activity and a significantly short disease duration. Unlike the worldwide patients, the large majority of Italian patients received biologic therapy after the failure of the first synthetic DMARD and were not treated by high methotrexate dosage. After 6 months of GLM treatment, no differences were observed in the therapeutic response. Italian patients reported a positive autoinjection experience mirroring the worldwide results.
CONCLUSIONS:
The analysis of the Italian GO-MORE subset confirms that differences among patients may be shown, depending on different approaches in different health systems. GLM in the Italian patients showed a favourable benefit/risk profile and the positive autoinjection experience may help with patient's compliance and survival of the treatment
Tale of two cities’ collaborative tourism marketing: Towards a theory of destination stakeholder assessment
A cultural hybridisation approach to reinterpreting the integration-diversity dichotomy: the case of Guggenheim's master branding Bilbao
This paper explores how urban actors leverage iconic branding as a cultural catalyst to fill the void left by the declining narrative of the nation. The global, deindustrialised service economy raises the cultural politics of the landscape, including heritage governance issues relative to spatial theory. The case analysis unpacks the convergence-divergence dilemma, particularly, how the Guggenheim master-brand transfer simultaneously changed the political dynamics and corroded Bilbao’s sense of place. It contributes to our understanding how a cultural hybridisation approach can help to reinterpret the ‘integration- diversity’ dichotomy embedded in iconic branding, particularly its impacts on urban socio-cultural, economic and political institutions
- …
